summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/wxpython: fix build w/ some doxygen versionsSam James2024-06-182-0/+47
| | | | | Closes: https://bugs.gentoo.org/934482 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/griffe: Bump to 0.46.1Michał Górny2024-06-182-0/+46
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/tenacity: Bump to 8.4.1Michał Górny2024-06-182-0/+30
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jaraco-text: Bump to 3.12.1Michał Górny2024-06-182-0/+57
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/stripe: Bump to 9.12.0Michał Górny2024-06-182-0/+89
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/sqlglot: Bump to 25.2.0Michał Górny2024-06-182-0/+122
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/subprocess-tee: Bump to 0.4.2Michał Górny2024-06-182-0/+45
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pipdeptree: Bump to 2.23.0Michał Górny2024-06-182-0/+47
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/bottleneck: Bump to 1.4.0Michał Górny2024-06-182-0/+53
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/netcdf4: Bump to 1.7.1Michał Górny2024-06-182-0/+56
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/urllib3: Bump to 2.2.2Michał Górny2024-06-182-0/+95
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/awscli: Bump to 1.33.10Michał Górny2024-06-182-0/+91
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/boto3: Bump to 1.34.128Michał Górny2024-06-182-0/+54
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/botocore: Bump to 1.34.128Michał Górny2024-06-182-0/+68
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-cpp/gtest: fix test failure on x86Peter Levine2024-06-182-2/+12
| | | | | | | | | | | | Testing on x86 architecture causes a unittest to fail due to a floating-point precision discrepancy. Like Debian, we add -ffloat-store until upstream addresses the issue. Closes: https://bugs.gentoo.org/905007 Closes: https://github.com/gentoo/gentoo/pull/37191 Suggested-by: Sam James <sam@gentoo.org> Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: fix test failure with -O2/-O3 on arm hardfloat archPeter Levine2024-06-182-1/+81
| | | | | | | | | | | Testing on arm hardfloat architecture with -O2/-O3 causes a unittest to fail. Do like Debian does and replace with -O1 until upstream addresses it. Closes: https://bugs.gentoo.org/925093 Suggested-by: Sam James <sam@gentoo.org> Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/gtest: enable py3.13Peter Levine2024-06-182-3/+3
| | | | | Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/ivykis: drop 0.43Tomáš Mózes2024-06-182-34/+0
| | | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37192 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/ivykis: add 0.43.1Tomáš Mózes2024-06-182-0/+34
| | | | | | Bug: https://bugs.gentoo.org/934421 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: skip test_repl for nowSam James2024-06-181-0/+3
| | | | | | | test_asyncio_repl_is_ok is flaky. Thanks to parona for spotting the bug. Bug: https://github.com/python/cpython/issues/119909 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: cleanup musl test skps for py3.13Sam James2024-06-185-80/+0
| | | | | | | | | | For py3.13, we already put the musl skips in COMMON_TEST_SKIPS, so we don't need to repeat the same list for PGO. For <py3.13, we haven't got COMMON_TEST_SKIPS (yet?). Fixes: d44d24e0255a08b27d5aad54f431eabb6ee93df9 Signed-off-by: Sam James <sam@gentoo.org>
* media-radio/chirp: Stabilize 20240606 amd64, #932787Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/wxpython: Stabilize 4.2.1-r2 amd64, #917740Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Stabilize 4.0.4-r1 amd64, #934473Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/wxpython: fix tests on 32-bit archesSam James2024-06-182-0/+162
| | | | | | | | See commentary in the patch, but the gist is that we go back to 'long' as a hack, although it's not right for Windows. Closes: https://bugs.gentoo.org/922328 Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/unrar: Stabilize 7.0.9 arm, #934480Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/unrar: Stabilize 7.0.9 amd64, #934480Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/unrar: Stabilize 7.0.9 ppc64, #934480Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/unrar: Stabilize 7.0.9 ppc, #934480Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Stabilize 4.0.4-r1 arm, #934473Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/libva: Keyword 2.21.0 arm, #934304Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/unrar: Stabilize 7.0.9 arm64, #934480Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Stabilize 4.0.4-r1 ppc, #934473Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Stabilize 4.0.4-r1 arm64, #934473Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Stabilize 4.0.4-r1 ppc64, #934473Sam James2024-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/unionfs-fuse: 3.5Sebastian Pipping2024-06-182-0/+49
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* x11-misc/lineakd: drop oldMichael Mair-Keimberger2024-06-181-61/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36922 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* x11-misc/lineakd: use HTTPS, fix LICENSEMichael Mair-Keimberger2024-06-181-2/+2
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-auth/polkit: remove unused patchMichael Mair-Keimberger2024-06-181-39/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36920 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-apps/systemd: remove unused patchMichael Mair-Keimberger2024-06-181-255/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* media-video/mkvtoolnix: remove unused patchesMichael Mair-Keimberger2024-06-182-113/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/sqlite: remove unused patchesMichael Mair-Keimberger2024-06-182-312/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-misc/klavaro: fix LICENSEMichael Mair-Keimberger2024-06-181-1/+1
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36908 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-misc/klavaro: add 3.14Michael Mair-Keimberger2024-06-182-0/+42
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-misc/dfshow: fix LICENSEMichael Mair-Keimberger2024-06-181-2/+2
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36907 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-misc/dfshow: add 0.10.3Michael Mair-Keimberger2024-06-183-0/+143
| | | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/827851 Closes: https://bugs.gentoo.org/926235 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-misc/cstream: use HTTPSMichael Mair-Keimberger2024-06-181-3/+3
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36904 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-misc/cstream: add 4.0.0Michael Mair-Keimberger2024-06-182-0/+27
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-dialup/sendpage: update HOMEPAGE, LICENSEMichael Mair-Keimberger2024-06-181-3/+3
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36897 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-dialup/sendpage: add 1.1.1Michael Mair-Keimberger2024-06-182-0/+45
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>