summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2021-08-07 14:10:31 UTCRepository mirror & CI2021-08-076417-6428/+6428
|
* Merge updates from masterRepository mirror & CI2021-08-075-19/+28
|\
| * dev-python/fs: enable py3.10Arthur Zamarin2021-08-072-5/+7
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/fs: Fix test failures due to pytest-xvfbMichał Górny2021-08-071-0/+5
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pyftpdlib: mark ALLARCHESArthur Zamarin2021-08-071-0/+1
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pyftpdlib: enable py3.10Arthur Zamarin2021-08-071-5/+3
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pyftpdlib: Avoid import collisions with localftpserverMichał Górny2021-08-071-0/+2
| | | | | | | | | | | | | | | | Avoid import collisions when pytest-localftpserver plugin is installed. The plugin loads pyftpdlib early, so make sure that pytest is going to load tests from the same directory. Reported by Arthur Zamarin. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pyftpdlib: Enable 'travis mode' to make tests fail lessMichał Górny2021-08-071-8/+4
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Cleanup cache dirs after epytestMichał Górny2021-08-071-1/+6
| | | | | | | | | | | | | | | | | | Make epytest clean up common cache directories .hypothesis and .pytest_cache after the execution. If pytest is executed in ${BUILD_DIR}/lib, these directories end up being wrongly installed, and so far ebuilds had to handle cleaning them up. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2021-08-07 13:51:46 UTCRepository mirror & CI2021-08-072-6/+6
| |
* | Merge updates from masterRepository mirror & CI2021-08-071-2/+3
|\|
| * dev-python/aiorpcX: enable py3.10Louis Sautier2021-08-071-2/+3
| | | | | | | | Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* | 2021-08-07 13:36:26 UTCRepository mirror & CI2021-08-075-5/+21
| |
* | Merge updates from masterRepository mirror & CI2021-08-074-2/+65
|\|
| * dev-python/pyftpdlib: Fix test failures due to pytest-xvfbMichał Górny2021-08-071-1/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/PySDL2: Fix test-dep on sdl2-image providersMichał Górny2021-08-071-1/+1
| | | | | | | | | | Closes: https://bugs.gentoo.org/806974 Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/mechanize: enable py3.10, fix depsLouis Sautier2021-08-072-0/+63
| | | | | | | | | | | | | | Remove unused doc USE-flag since the tarball doesn't contain documentation. Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* | 2021-08-07 13:06:49 UTCRepository mirror & CI2021-08-077-18/+7
| |
* | Merge updates from masterRepository mirror & CI2021-08-077-109/+75
|\|
| * sci-libs/fflas-ffpack: fix linking with slibtool.Michael Orlitzky2021-08-072-0/+71
| | | | | | | | | | | | | | | | | | | | | | I've backported the patch from upstream PR 339 to fix this issue in the release tarball. I had intended to wait for an upstream comment... but we might be waiting a while. Thanks to orbea for debugging and fixing the problem! Closes: https://bugs.gentoo.org/787746 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
| * app-admin/graylog: drop vulnerableTomáš Mózes2021-08-075-328/+0
| | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/806055 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21900 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
| * app-admin/graylog: bump to 4.1.2Tomáš Mózes2021-08-072-0/+59
| | | | | | | | | | | | Bug: https://bugs.gentoo.org/806055 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
| * app-admin/graylog: bump to 4.0.10Tomáš Mózes2021-08-072-0/+80
| | | | | | | | | | | | Bug: https://bugs.gentoo.org/806055 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
| * app-admin/graylog: bump to 3.3.14Tomáš Mózes2021-08-072-0/+84
| | | | | | | | | | | | Bug: https://bugs.gentoo.org/806055 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* | 2021-08-07 12:51:48 UTCRepository mirror & CI2021-08-074-23/+7
| |
* | Merge updates from masterRepository mirror & CI2021-08-073-50/+1
|\|
| * dev-python/MechanicalSoup: drop 0.12.0Louis Sautier2021-08-072-49/+0
| | | | | | | | Signed-off-by: Louis Sautier <sbraz@gentoo.org>
| * dev-python/MechanicalSoup: enable py3.10Louis Sautier2021-08-071-1/+1
| | | | | | | | Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* | 2021-08-07 12:36:50 UTCRepository mirror & CI2021-08-0711-81/+49
| |
* | Merge updates from masterRepository mirror & CI2021-08-0714-92/+64
|\|
| * dev-python/pygal: mark ALLARCHESArthur Zamarin2021-08-071-0/+1
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pygal: add PN to files patchArthur Zamarin2021-08-072-1/+1
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pygal: enable py3.10Arthur Zamarin2021-08-072-2/+44
| | | | | | | | | | | | | | apply patch from a PR Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * media-gfx/cairosvg: mark ALLARCHESArthur Zamarin2021-08-071-0/+1
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * media-gfx/cairosvg: fix DISTUTILS_USE_SETUPTOOLSArthur Zamarin2021-08-071-1/+0
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * media-gfx/cairosvg: enable py3.10Arthur Zamarin2021-08-071-1/+1
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/python3-saml: drop 1.9.0, 1.10.0, 1.10.1Arthur Zamarin2021-08-074-107/+0
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/python3-saml: add 1.11.0Arthur Zamarin2021-08-072-0/+36
| | | | | | | | | | | | | | | | | | | | - enable py3.10 - bump to EAPI=8 - remove `dev-python/defusedxml` dependency, unneeded from new versions Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pysmi: enable doc generationArthur Zamarin2021-08-071-0/+1
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pysmi: add github upstream metadataArthur Zamarin2021-08-071-0/+1
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pysmi: enable py3.10Arthur Zamarin2021-08-071-1/+1
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pysnmp: enable py3.10, use optfeatureArthur Zamarin2021-08-072-13/+11
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2021-08-07 12:23:06 UTCRepository mirror & CI2021-08-073-2/+16
| |
* | Merge updates from masterRepository mirror & CI2021-08-075-0/+86
|\|
| * net-print/hplip-plugin: Version bump to 3.21.6James Le Cuirot2021-08-072-0/+74
| | | | | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
| * profiles: Mask net-print/hplip-plugin[orblite] on most archesJames Le Cuirot2021-08-073-0/+12
| | | | | | | | | | | | The ORBlite scanner plugin only works on amd64 and x86. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* | 2021-08-07 12:07:04 UTCRepository mirror & CI2021-08-076-35/+3
| |
* | Merge updates from masterRepository mirror & CI2021-08-0711-289/+46
|\|
| * sci-libs/fflas-ffpack: disable a (sometimes) failing test case.Michael Orlitzky2021-08-072-1/+46
| | | | | | | | | | | | | | | | | | | | | | One of the test programs for fflas-ffpack is failing on both Gentoo and Conda, and may indicate an upstream problem. In the meantime, having the test suite fail is of no use to Gentoo users. This commit disables the test until we can figure out the right way to fix it. Closes: https://bugs.gentoo.org/725446 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
| * sci-mathematics/flint: remove old "unused" versions.Michael Orlitzky2021-08-079-288/+0
| | | | | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>