From dc41efad78c64df9b74ed6f94dcf25391b8fc5e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Mar 2024 18:44:29 +0000 Subject: gentoo auto-resync : 09:03:2024 - 18:44:28 --- dev-python/oslo-i18n/Manifest | 5 +-- .../oslo-i18n/files/oslo-i18n-6.2.0-test.patch | 34 ------------------ dev-python/oslo-i18n/oslo-i18n-6.2.0.ebuild | 40 ---------------------- dev-python/oslo-i18n/oslo-i18n-6.3.0.ebuild | 2 +- 4 files changed, 2 insertions(+), 79 deletions(-) delete mode 100644 dev-python/oslo-i18n/files/oslo-i18n-6.2.0-test.patch delete mode 100644 dev-python/oslo-i18n/oslo-i18n-6.2.0.ebuild (limited to 'dev-python/oslo-i18n') diff --git a/dev-python/oslo-i18n/Manifest b/dev-python/oslo-i18n/Manifest index 34179b010626..d9ff92688b09 100644 --- a/dev-python/oslo-i18n/Manifest +++ b/dev-python/oslo-i18n/Manifest @@ -1,6 +1,3 @@ -AUX oslo-i18n-6.2.0-test.patch 1413 BLAKE2B 9a4fd035cc9c9b286adc7a0d8642aae11d7db22f3f0707820975de21b6746c5d12b774f4ba2fe018e16b54dd771498d0cac3d9f3d1ef3e161b6bf78c6caa085d SHA512 86b98eccf476bfeb32cd5b38eae797f74a4359da5033db22299e0182a13dc08c985e91ede04513c77f555b925b1f977ce3ec99d31c7ab11a7595cda9aee97558 -DIST oslo.i18n-6.2.0.tar.gz 48228 BLAKE2B bb65caff703e2bbc82f4fecd4b0d491f64ec7d863f848f8f79497df9471257dec25a77ad7f084c6d88ac14a4b1a1f44fd302297e1e13919e69ebaf27c5491d6f SHA512 725d814c7db35250e8ffe06c0021fc9147bcdaa300791f1d50b0eef2897abe609b415a12b6aa58d50925516fd9e6a1ad54e141f77e11856de3ab765b4e06939b DIST oslo.i18n-6.3.0.tar.gz 48207 BLAKE2B 20a882516dd45da8dda34127ba422a619decd982f01adeee5909b8646d49c8609ecb6adad4fc48ab32e820c4dcf4a42d4baf7e776983daf4586ae944b738bb6e SHA512 483ff39425b3fc5c6c54a3502a78a53406ccb3cdb7aff0836b9c2a49b8146fd931e2b4f3133d708d33d16bd99155f8cbcf8505491d74de5016da5e647a069a15 -EBUILD oslo-i18n-6.2.0.ebuild 809 BLAKE2B 4be95ef31482c5180767cd194b96290666a91c140a4880cfafa8ffeb0459a27b38fddaa0dcd6a98f6f00c4d53d25a953a2c1460db57fd759479c53fa4a83d56d SHA512 8439cbac087749af837ea71b19280e6e141e2240aac2c1a8d31e7d24f6ef9b4050688f9835c1eca287fd7f648bf0e9805a7aec243078a1a470014cb75453ceac -EBUILD oslo-i18n-6.3.0.ebuild 707 BLAKE2B ff6dd64fabef0a1b6badf5f29a2e643ad2b30ead2e29faf70a64e57ab5b864c7e6678f3f6e7aa829c4d74c9882160f1029bd9e13e8884751a08c42f2f23a0b41 SHA512 e254016c914efa6bc7b9b3ca68d097e2e3f4b3ac598fc4fdcfff4bb1f16bfdffb50bc26e30d36e7d708c0371f84e5870c3989e2321b140c85481d93b590cb6e0 +EBUILD oslo-i18n-6.3.0.ebuild 704 BLAKE2B cf68cea4aa9d64a6a6ba25fd17bc0d7db923957350ba6676a816aa52417fbe111b0db84d93f937d2a557642f0c9fa2065c1dcf68d8070a041dfdb9ed84485244 SHA512 683802af38d69459eebbe671162d4ab0e6cdbe0f3f7e001ac3dc30ba0004c799d632add2770186410fc71bd97adf620298c11e20f2ba0176d8cdfaa5b3e12982 MISC metadata.xml 665 BLAKE2B 8890b37ab4cb0fce66a2e6f8be6da304a0c28d75d203a4413d6c8062a984a52b4c6004145992d3e00dd156ffd64a2bbb6b75eba85954de9fabcd88d24e925cc6 SHA512 b4a5778815e857a638e0ca9c9d228e9c941f9b541d667c7e4fcf6ef4814c8b24cbf0c8d24317ffbc7e65e25326f5043a546f42b7982f355551d1b0d0351472b0 diff --git a/dev-python/oslo-i18n/files/oslo-i18n-6.2.0-test.patch b/dev-python/oslo-i18n/files/oslo-i18n-6.2.0-test.patch deleted file mode 100644 index 6c3c19be0644..000000000000 --- a/dev-python/oslo-i18n/files/oslo-i18n-6.2.0-test.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 151fa09cf0248b2dfc8bb9e960e0383583985781 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= -Date: Wed, 15 Nov 2023 09:16:21 +0100 -Subject: [PATCH] Fix leftover `locale.getdefaultlocale` mock -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Replace the remaining `locale.getdefaultlocale` mock with -`locale.getlocale`. 77a994a99385d33b1b2e626094cbd09fd0d85873 has -replaced the `locale.getdefaultlocale()` call and updated all other -mocks but this one remained, causing test failures on non-en_US locales. - -Closes-Bug: 2043539 -Change-Id: I5ab36a0ead05fa7a83fc1c64e440482f2cc8e675 -Signed-off-by: Michał Górny ---- - oslo_i18n/fixture.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/oslo_i18n/fixture.py b/oslo_i18n/fixture.py -index 5c5fddc..7a69aff 100644 ---- a/oslo_i18n/fixture.py -+++ b/oslo_i18n/fixture.py -@@ -160,5 +160,5 @@ class PrefixLazyTranslation(fixtures.Fixture): - lambda *x, **y: self.languages)) - self.useFixture(fixtures.MonkeyPatch('gettext.translation', - _prefix_translations)) -- self.useFixture(fixtures.MonkeyPatch('locale.getdefaultlocale', -+ self.useFixture(fixtures.MonkeyPatch('locale.getlocale', - lambda *x, **y: self.locale)) --- -2.42.1 - diff --git a/dev-python/oslo-i18n/oslo-i18n-6.2.0.ebuild b/dev-python/oslo-i18n/oslo-i18n-6.2.0.ebuild deleted file mode 100644 index 489d749bb8bc..000000000000 --- a/dev-python/oslo-i18n/oslo-i18n-6.2.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Oslo i18n library" -HOMEPAGE=" - https://opendev.org/openstack/oslo.i18n/ - https://github.com/openstack/oslo.i18n/ - https://pypi.org/project/oslo.i18n/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86" - -PATCHES=( - # https://review.opendev.org/c/openstack/oslo.i18n/+/901002 - "${FILESDIR}/${P}-test.patch" -) - -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] -" -BDEPEND=" - ${RDEPEND} - test? ( - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest diff --git a/dev-python/oslo-i18n/oslo-i18n-6.3.0.ebuild b/dev-python/oslo-i18n/oslo-i18n-6.3.0.ebuild index c578a7449021..2dc5bb3ea861 100644 --- a/dev-python/oslo-i18n/oslo-i18n-6.3.0.ebuild +++ b/dev-python/oslo-i18n/oslo-i18n-6.3.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" RDEPEND=" >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] -- cgit v1.2.3