[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: f8de85e37d59d0b1edd2c1bb909c8cd9673b7d93
Author: Arthur Zamarin gentoo org>
AuthorDate: Fri Jan 30 16:49:50 2026 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Fri Jan 30 16:49:50 2026 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8de85e3
dev-python/oslo-utils: drop 9.1.0
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-9.1.0.ebuild | 66 ---
2 files changed, 67 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 4f3f0c145035..4806a62a9d38 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo_utils-9.1.0.tar.gz 138207 BLAKE2B
2cea136fe949b16daf98b7f3ec92a73c86923d9bf101c215d572a7aa40502577fe5369b56e4d18fa1a58ebaa829f8241fc1e9add398f40fe8d67e834ca479e2a
SHA512
8c654c363980470f2c25bc462370019c717a59152af57d366dbf73306542a0513a007bda48d36b27f3edeb6aafd19a8cc3cbd79d50d8eab7fd0a01b197d58835
DIST oslo_utils-9.2.0.tar.gz 142524 BLAKE2B
6eab7fadbbb69c99e1c64b9442d28c6ced17f867d31bee72dda11fbdb180a19c1e648427b8d7560b600bcb834c1850cb3963548903ff19e3fcf8a11b3aa6a954
SHA512
ed6def990d94026637bc3143c881537b5a04d38e1e13f798a2e32d106a3056f110f147fd547a18d64bdd22f44a8de5f31a38e2f5d75dfb1fbe18ec33f5258533
diff --git a/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
deleted file mode 100644
index 53519fed7a83..
--- a/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pbr
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit check-reqs distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
- >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-# qemu needed for qemu-img
-BDEPEND="
- test? (
- app-cdr/cdrtools
- app-emulation/qemu
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-# note this only applies to USE=test
-CHECKREQS_DISK_BUILD=8G
-
-pkg_pretend() {
- use test && check-reqs_pkg_pretend
-}
-
-pkg_setup() {
- use test && check-reqs_pkg_setup
-}
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # require eventlet
- rm oslo_utils/tests/test_eventletutils.py || die
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 268e30d8e8397d03aa50991776e3d94ca3e704e3
Author: Eli Schwartz gentoo org>
AuthorDate: Thu Dec 25 08:50:23 2025 +
Commit: Eli Schwartz gentoo org>
CommitDate: Thu Dec 25 08:50:23 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268e30d8
dev-python/oslo-utils: Stabilize 9.2.0 ALLARCHES, #967965
Signed-off-by: Eli Schwartz gentoo.org>
dev-python/oslo-utils/oslo-utils-9.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-9.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-9.2.0.ebuild
index 4c1a92b2f27f..53519fed7a83 100644
--- a/dev-python/oslo-utils/oslo-utils-9.2.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-9.2.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 9dcd1de23e90239962c2750f997e2b1a44006de2
Author: Michał Górny gentoo org>
AuthorDate: Fri Nov 21 02:39:54 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Nov 21 02:39:54 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcd1de2
dev-python/oslo-utils: Bump to 9.2.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-9.2.0.ebuild | 66 +++
2 files changed, 67 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 99c552e0deac..4f3f0c145035 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo_utils-9.1.0.tar.gz 138207 BLAKE2B
2cea136fe949b16daf98b7f3ec92a73c86923d9bf101c215d572a7aa40502577fe5369b56e4d18fa1a58ebaa829f8241fc1e9add398f40fe8d67e834ca479e2a
SHA512
8c654c363980470f2c25bc462370019c717a59152af57d366dbf73306542a0513a007bda48d36b27f3edeb6aafd19a8cc3cbd79d50d8eab7fd0a01b197d58835
+DIST oslo_utils-9.2.0.tar.gz 142524 BLAKE2B
6eab7fadbbb69c99e1c64b9442d28c6ced17f867d31bee72dda11fbdb180a19c1e648427b8d7560b600bcb834c1850cb3963548903ff19e3fcf8a11b3aa6a954
SHA512
ed6def990d94026637bc3143c881537b5a04d38e1e13f798a2e32d106a3056f110f147fd547a18d64bdd22f44a8de5f31a38e2f5d75dfb1fbe18ec33f5258533
diff --git a/dev-python/oslo-utils/oslo-utils-9.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-9.2.0.ebuild
new file mode 100644
index ..4c1a92b2f27f
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-9.2.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pbr
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit check-reqs distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
+ >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+# qemu needed for qemu-img
+BDEPEND="
+ test? (
+ app-cdr/cdrtools
+ app-emulation/qemu
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+# note this only applies to USE=test
+CHECKREQS_DISK_BUILD=8G
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 1e6df7f02939416171e0e24e613e6c6ea818369a
Author: Michał Górny gentoo org>
AuthorDate: Fri Nov 21 02:39:14 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Nov 21 02:39:14 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6df7f0
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-9.0.0.ebuild | 67 ---
2 files changed, 68 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 4d8a6768144e..99c552e0deac 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo_utils-9.0.0.tar.gz 138107 BLAKE2B
5541b7574193be246c155a585fe0efebeef8717b9eba9a7ddd504c2ef74b7c6c1b58b2ed5949cb5782992ce2a17edee418bde205ee7b39bdc206356033b50336
SHA512
e548825210406a5efefc6f7f0ab8e2e4120b352002b935a7a6f917e524d2c395826390b121d80642113524525b6f8901a0dbd66cb4b4dfc0f0eab332048e5d6b
DIST oslo_utils-9.1.0.tar.gz 138207 BLAKE2B
2cea136fe949b16daf98b7f3ec92a73c86923d9bf101c215d572a7aa40502577fe5369b56e4d18fa1a58ebaa829f8241fc1e9add398f40fe8d67e834ca479e2a
SHA512
8c654c363980470f2c25bc462370019c717a59152af57d366dbf73306542a0513a007bda48d36b27f3edeb6aafd19a8cc3cbd79d50d8eab7fd0a01b197d58835
diff --git a/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
deleted file mode 100644
index 0b26a8a4..
--- a/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit check-reqs distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
- >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-# qemu needed for qemu-img
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- app-cdr/cdrtools
- app-emulation/qemu
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-# note this only applies to USE=test
-CHECKREQS_DISK_BUILD=8G
-
-pkg_pretend() {
- use test && check-reqs_pkg_pretend
-}
-
-pkg_setup() {
- use test && check-reqs_pkg_setup
-}
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # require eventlet
- rm oslo_utils/tests/test_eventletutils.py || die
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 0a61cf755d989c18fcc20863de5d0cdd00d5e003
Author: Arthur Zamarin gentoo org>
AuthorDate: Fri Sep 26 08:43:43 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Fri Sep 26 08:43:43 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a61cf75
dev-python/oslo-utils: Stabilize 9.1.0 ALLARCHES, #963437
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/oslo-utils-9.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
index 4c1a92b2f27f..53519fed7a83 100644
--- a/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: b33c834207fbedaa2d4ad23889f473b4c4db2838
Author: Michał Górny gentoo org>
AuthorDate: Tue Aug 26 05:08:09 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Tue Aug 26 05:08:09 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33c8342
dev-python/oslo-utils: Bump to 9.1.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-9.1.0.ebuild | 66 +++
2 files changed, 67 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index e6d660219493..4d8a6768144e 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo_utils-9.0.0.tar.gz 138107 BLAKE2B
5541b7574193be246c155a585fe0efebeef8717b9eba9a7ddd504c2ef74b7c6c1b58b2ed5949cb5782992ce2a17edee418bde205ee7b39bdc206356033b50336
SHA512
e548825210406a5efefc6f7f0ab8e2e4120b352002b935a7a6f917e524d2c395826390b121d80642113524525b6f8901a0dbd66cb4b4dfc0f0eab332048e5d6b
+DIST oslo_utils-9.1.0.tar.gz 138207 BLAKE2B
2cea136fe949b16daf98b7f3ec92a73c86923d9bf101c215d572a7aa40502577fe5369b56e4d18fa1a58ebaa829f8241fc1e9add398f40fe8d67e834ca479e2a
SHA512
8c654c363980470f2c25bc462370019c717a59152af57d366dbf73306542a0513a007bda48d36b27f3edeb6aafd19a8cc3cbd79d50d8eab7fd0a01b197d58835
diff --git a/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
new file mode 100644
index ..4c1a92b2f27f
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-9.1.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pbr
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit check-reqs distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
+ >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+# qemu needed for qemu-img
+BDEPEND="
+ test? (
+ app-cdr/cdrtools
+ app-emulation/qemu
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+# note this only applies to USE=test
+CHECKREQS_DISK_BUILD=8G
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: cf5c76cc5d7786c466df03f16a50ac852210c482
Author: Arthur Zamarin gentoo org>
AuthorDate: Tue Jun 10 17:48:54 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Tue Jun 10 17:52:34 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5c76cc
dev-python/oslo-utils: enable py3.14
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/oslo-utils-9.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
index 5012a38edb28..0b26a8a4 100644
--- a/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit check-reqs distutils-r1 pypi
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: a36965d2bfbe47097701747bbce96f65724753e2
Author: Michał Górny gentoo org>
AuthorDate: Sat May 31 10:27:51 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Sat May 31 10:28:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36965d2
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-8.2.0.ebuild | 67 ---
2 files changed, 68 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 5833411d66f7..e6d660219493 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo_utils-8.2.0.tar.gz 137934 BLAKE2B
cd2f0bb776da2e83964c0bc0f9e860cd595d4e0affbdf8b887fd79ec3142cb388863dcbfed9c6ecb74d944d8f62be76cfc506b8f346d82d60009c19d8e4b828d
SHA512
fb9c0b74893a747c4f78c29fa8e55a5b1690f0b2eef6a1f17088b054b865ff8dc5b8b32dc89d2a7ee9b8134904cc933a0acdad8023437451e75905771d86496b
DIST oslo_utils-9.0.0.tar.gz 138107 BLAKE2B
5541b7574193be246c155a585fe0efebeef8717b9eba9a7ddd504c2ef74b7c6c1b58b2ed5949cb5782992ce2a17edee418bde205ee7b39bdc206356033b50336
SHA512
e548825210406a5efefc6f7f0ab8e2e4120b352002b935a7a6f917e524d2c395826390b121d80642113524525b6f8901a0dbd66cb4b4dfc0f0eab332048e5d6b
diff --git a/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
deleted file mode 100644
index 2d3dfab44ddc..
--- a/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit check-reqs distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
- >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-# qemu needed for qemu-img
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- app-cdr/cdrtools
- app-emulation/qemu
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-# note this only applies to USE=test
-CHECKREQS_DISK_BUILD=8G
-
-pkg_pretend() {
- use test && check-reqs_pkg_pretend
-}
-
-pkg_setup() {
- use test && check-reqs_pkg_setup
-}
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # require eventlet
- rm oslo_utils/tests/test_eventletutils.py || die
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: adc594b7d260a70d33a5d40c0d0b6a94fc3c9e48
Author: Arthur Zamarin gentoo org>
AuthorDate: Sat May 31 10:20:17 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Sat May 31 10:20:17 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc594b7
dev-python/oslo-utils: Stabilize 9.0.0 ALLARCHES, #956953
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/oslo-utils-9.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
index b32cdc8ccb7e..5012a38edb28 100644
--- a/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 9b6c6b4d274e18dc905d79566c55f6b13e74e4e0
Author: Michał Górny gentoo org>
AuthorDate: Sat May 17 04:46:51 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Sat May 17 05:21:46 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6c6b4d
dev-python/oslo-utils: Bump to 9.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-9.0.0.ebuild | 67 +++
2 files changed, 68 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index c7a17c6f517e..5833411d66f7 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo_utils-8.2.0.tar.gz 137934 BLAKE2B
cd2f0bb776da2e83964c0bc0f9e860cd595d4e0affbdf8b887fd79ec3142cb388863dcbfed9c6ecb74d944d8f62be76cfc506b8f346d82d60009c19d8e4b828d
SHA512
fb9c0b74893a747c4f78c29fa8e55a5b1690f0b2eef6a1f17088b054b865ff8dc5b8b32dc89d2a7ee9b8134904cc933a0acdad8023437451e75905771d86496b
+DIST oslo_utils-9.0.0.tar.gz 138107 BLAKE2B
5541b7574193be246c155a585fe0efebeef8717b9eba9a7ddd504c2ef74b7c6c1b58b2ed5949cb5782992ce2a17edee418bde205ee7b39bdc206356033b50336
SHA512
e548825210406a5efefc6f7f0ab8e2e4120b352002b935a7a6f917e524d2c395826390b121d80642113524525b6f8901a0dbd66cb4b4dfc0f0eab332048e5d6b
diff --git a/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
new file mode 100644
index ..b32cdc8ccb7e
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-9.0.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit check-reqs distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
+ >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+# qemu needed for qemu-img
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ app-cdr/cdrtools
+ app-emulation/qemu
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+# note this only applies to USE=test
+CHECKREQS_DISK_BUILD=8G
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 5033ab5eee962d559d2fd56d904663f6670f
Author: Michał Górny gentoo org>
AuthorDate: Sat Mar 8 16:20:56 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Mar 8 16:22:55 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5033
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-8.1.0.ebuild | 67 ---
2 files changed, 68 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 2a986ab625c1..c7a17c6f517e 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo_utils-8.1.0.tar.gz 138093 BLAKE2B
1d057953e5a15ae52f75e72e780b71e97a105420d5f93722712f8672e53e3e90828adb522ce73d232b67c0bdef805a5f56c3c37a6a78643e170e73286f87ce6f
SHA512
5208f57401f3721e73ceb8f3b478dd4dfc733fb6ce627c241230e193c0b902ad305317baaa493233bbbc56e58918eaf9f18114fde6b089356d3beabb0f451d64
DIST oslo_utils-8.2.0.tar.gz 137934 BLAKE2B
cd2f0bb776da2e83964c0bc0f9e860cd595d4e0affbdf8b887fd79ec3142cb388863dcbfed9c6ecb74d944d8f62be76cfc506b8f346d82d60009c19d8e4b828d
SHA512
fb9c0b74893a747c4f78c29fa8e55a5b1690f0b2eef6a1f17088b054b865ff8dc5b8b32dc89d2a7ee9b8134904cc933a0acdad8023437451e75905771d86496b
diff --git a/dev-python/oslo-utils/oslo-utils-8.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-8.1.0.ebuild
deleted file mode 100644
index 2d3dfab44ddc..
--- a/dev-python/oslo-utils/oslo-utils-8.1.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit check-reqs distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
- >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-# qemu needed for qemu-img
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- app-cdr/cdrtools
- app-emulation/qemu
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-# note this only applies to USE=test
-CHECKREQS_DISK_BUILD=8G
-
-pkg_pretend() {
- use test && check-reqs_pkg_pretend
-}
-
-pkg_setup() {
- use test && check-reqs_pkg_setup
-}
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # require eventlet
- rm oslo_utils/tests/test_eventletutils.py || die
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 337d4bbb93ff564bc68da3737eb3a6552584b99f
Author: Arthur Zamarin gentoo org>
AuthorDate: Sat Mar 8 11:57:45 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Sat Mar 8 11:57:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337d4bbb
dev-python/oslo-utils: Stabilize 8.2.0 ALLARCHES, #950804
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/oslo-utils-8.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
index 5cc90536dda9..2d3dfab44ddc 100644
--- a/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: d3d90f006ac022a816130082db20aef4d2c29c6e
Author: Michał Górny gentoo org>
AuthorDate: Sat Mar 1 11:51:23 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Mar 1 11:51:23 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d90f00
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-8.0.0.ebuild | 67 ---
2 files changed, 68 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 13002144bc91..2a986ab625c1 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,3 +1,2 @@
-DIST oslo.utils-8.0.0.tar.gz 137260 BLAKE2B
cb172de17e4e219b46bf862fbb9c9ca30f48cbc56d3967f4a1efe7c0a84485e81cae552a84683982480578acd5018df70caa07be71eda82e9331b40a5a89c0f6
SHA512
aa874638e8de5917de79e71b5f78213248ff079217f9c418a289dc8c3be17eec995e3787bc414e232ef78d0ce66cb3c2f7be84760a382066d2729fd8e3daf406
DIST oslo_utils-8.1.0.tar.gz 138093 BLAKE2B
1d057953e5a15ae52f75e72e780b71e97a105420d5f93722712f8672e53e3e90828adb522ce73d232b67c0bdef805a5f56c3c37a6a78643e170e73286f87ce6f
SHA512
5208f57401f3721e73ceb8f3b478dd4dfc733fb6ce627c241230e193c0b902ad305317baaa493233bbbc56e58918eaf9f18114fde6b089356d3beabb0f451d64
DIST oslo_utils-8.2.0.tar.gz 137934 BLAKE2B
cd2f0bb776da2e83964c0bc0f9e860cd595d4e0affbdf8b887fd79ec3142cb388863dcbfed9c6ecb74d944d8f62be76cfc506b8f346d82d60009c19d8e4b828d
SHA512
fb9c0b74893a747c4f78c29fa8e55a5b1690f0b2eef6a1f17088b054b865ff8dc5b8b32dc89d2a7ee9b8134904cc933a0acdad8023437451e75905771d86496b
diff --git a/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
deleted file mode 100644
index 8efa5d9e5124..
--- a/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2024 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..13} )
-
-inherit check-reqs distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-# qemu needed for qemu-img
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- app-cdr/cdrtools
- app-emulation/qemu
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-# note this only applies to USE=test
-CHECKREQS_DISK_BUILD=8G
-
-pkg_pretend() {
- use test && check-reqs_pkg_pretend
-}
-
-pkg_setup() {
- use test && check-reqs_pkg_setup
-}
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # require eventlet
- rm oslo_utils/tests/test_eventletutils.py || die
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 896108ec4bef677066fcd5c5bde118b1f905cd3a
Author: Michał Górny gentoo org>
AuthorDate: Sat Feb 22 06:48:43 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Feb 22 07:49:55 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896108ec
dev-python/oslo-utils: Bump to 8.2.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-8.2.0.ebuild | 67 +++
2 files changed, 68 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 8a40b55e3e16..13002144bc91 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1,3 @@
DIST oslo.utils-8.0.0.tar.gz 137260 BLAKE2B
cb172de17e4e219b46bf862fbb9c9ca30f48cbc56d3967f4a1efe7c0a84485e81cae552a84683982480578acd5018df70caa07be71eda82e9331b40a5a89c0f6
SHA512
aa874638e8de5917de79e71b5f78213248ff079217f9c418a289dc8c3be17eec995e3787bc414e232ef78d0ce66cb3c2f7be84760a382066d2729fd8e3daf406
DIST oslo_utils-8.1.0.tar.gz 138093 BLAKE2B
1d057953e5a15ae52f75e72e780b71e97a105420d5f93722712f8672e53e3e90828adb522ce73d232b67c0bdef805a5f56c3c37a6a78643e170e73286f87ce6f
SHA512
5208f57401f3721e73ceb8f3b478dd4dfc733fb6ce627c241230e193c0b902ad305317baaa493233bbbc56e58918eaf9f18114fde6b089356d3beabb0f451d64
+DIST oslo_utils-8.2.0.tar.gz 137934 BLAKE2B
cd2f0bb776da2e83964c0bc0f9e860cd595d4e0affbdf8b887fd79ec3142cb388863dcbfed9c6ecb74d944d8f62be76cfc506b8f346d82d60009c19d8e4b828d
SHA512
fb9c0b74893a747c4f78c29fa8e55a5b1690f0b2eef6a1f17088b054b865ff8dc5b8b32dc89d2a7ee9b8134904cc933a0acdad8023437451e75905771d86496b
diff --git a/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
new file mode 100644
index ..5cc90536dda9
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-8.2.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit check-reqs distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
+ >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+# qemu needed for qemu-img
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ app-cdr/cdrtools
+ app-emulation/qemu
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+# note this only applies to USE=test
+CHECKREQS_DISK_BUILD=8G
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 837bd3c1ca0512699be1b25530c89a177f18281f
Author: Michał Górny gentoo org>
AuthorDate: Fri Feb 14 05:07:54 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Feb 14 05:19:43 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837bd3c1
dev-python/oslo-utils: Bump to 8.1.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-8.1.0.ebuild | 67 +++
2 files changed, 68 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index f86080417d0e..8a40b55e3e16 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-8.0.0.tar.gz 137260 BLAKE2B
cb172de17e4e219b46bf862fbb9c9ca30f48cbc56d3967f4a1efe7c0a84485e81cae552a84683982480578acd5018df70caa07be71eda82e9331b40a5a89c0f6
SHA512
aa874638e8de5917de79e71b5f78213248ff079217f9c418a289dc8c3be17eec995e3787bc414e232ef78d0ce66cb3c2f7be84760a382066d2729fd8e3daf406
+DIST oslo_utils-8.1.0.tar.gz 138093 BLAKE2B
1d057953e5a15ae52f75e72e780b71e97a105420d5f93722712f8672e53e3e90828adb522ce73d232b67c0bdef805a5f56c3c37a6a78643e170e73286f87ce6f
SHA512
5208f57401f3721e73ceb8f3b478dd4dfc733fb6ce627c241230e193c0b902ad305317baaa493233bbbc56e58918eaf9f18114fde6b089356d3beabb0f451d64
diff --git a/dev-python/oslo-utils/oslo-utils-8.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-8.1.0.ebuild
new file mode 100644
index ..5cc90536dda9
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-8.1.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=${PN/-/.}
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit check-reqs distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
+ >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+# qemu needed for qemu-img
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ app-cdr/cdrtools
+ app-emulation/qemu
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+# note this only applies to USE=test
+CHECKREQS_DISK_BUILD=8G
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: e11c51df1a71991422ad3455cb0f45d63a70742e
Author: Michał Górny gentoo org>
AuthorDate: Sat Dec 21 12:28:46 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Dec 21 12:28:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11c51df
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-7.4.0.ebuild | 55 ---
2 files changed, 56 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index c266583047ce..f86080417d0e 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-7.4.0.tar.gz 135993 BLAKE2B
39e23fd850756ff4336d579ca9e3d1ca15de8370298b8bcba6adfc4dc4227c5e8d154347b5f8272ffe7b3f737317fae20f46fc6431cc5d1307b7b2a8d6d51f85
SHA512
b743778529c4da4889737aa249102dd6d7215ce7e794bfb8fb8a48fc448fe34d6a091a8afb551b46b53e2556015bf51ac75d12955a6582972bc7355b68a8799f
DIST oslo.utils-8.0.0.tar.gz 137260 BLAKE2B
cb172de17e4e219b46bf862fbb9c9ca30f48cbc56d3967f4a1efe7c0a84485e81cae552a84683982480578acd5018df70caa07be71eda82e9331b40a5a89c0f6
SHA512
aa874638e8de5917de79e71b5f78213248ff079217f9c418a289dc8c3be17eec995e3787bc414e232ef78d0ce66cb3c2f7be84760a382066d2729fd8e3daf406
diff --git a/dev-python/oslo-utils/oslo-utils-7.4.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.4.0.ebuild
deleted file mode 100644
index 1b46cf0b5cef..
--- a/dev-python/oslo-utils/oslo-utils-7.4.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 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..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-# qemu needed for qemu-img
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- app-emulation/qemu
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # require eventlet
- rm oslo_utils/tests/test_eventletutils.py || die
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 51216b4f3375833c65918879b6c928e6f4d088d8
Author: Michał Górny gentoo org>
AuthorDate: Thu Dec 5 05:12:38 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Dec 5 05:37:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51216b4f
dev-python/oslo-utils: Bump to 8.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-8.0.0.ebuild | 55 +++
2 files changed, 56 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 7f8ef96a09c6..c266583047ce 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-7.4.0.tar.gz 135993 BLAKE2B
39e23fd850756ff4336d579ca9e3d1ca15de8370298b8bcba6adfc4dc4227c5e8d154347b5f8272ffe7b3f737317fae20f46fc6431cc5d1307b7b2a8d6d51f85
SHA512
b743778529c4da4889737aa249102dd6d7215ce7e794bfb8fb8a48fc448fe34d6a091a8afb551b46b53e2556015bf51ac75d12955a6582972bc7355b68a8799f
+DIST oslo.utils-8.0.0.tar.gz 137260 BLAKE2B
cb172de17e4e219b46bf862fbb9c9ca30f48cbc56d3967f4a1efe7c0a84485e81cae552a84683982480578acd5018df70caa07be71eda82e9331b40a5a89c0f6
SHA512
aa874638e8de5917de79e71b5f78213248ff079217f9c418a289dc8c3be17eec995e3787bc414e232ef78d0ce66cb3c2f7be84760a382066d2729fd8e3daf406
diff --git a/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
new file mode 100644
index ..9a8e2700c1e1
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 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..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+# qemu needed for qemu-img
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ app-emulation/qemu
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: f954275e5d2070f2f63bf69af1689442451f8d50
Author: Michał Górny gentoo org>
AuthorDate: Thu Dec 5 05:16:25 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Dec 5 05:37:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f954275e
dev-python/oslo-utils: Add cdrtools test dep for mkisofs
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-8.0.0.ebuild | 14 +-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
index 9a8e2700c1e1..187cae23b9d5 100644
--- a/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-8.0.0.ebuild
@@ -8,7 +8,7 @@ PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{10..13} )
-inherit distutils-r1 pypi
+inherit check-reqs distutils-r1 pypi
DESCRIPTION="Oslo Utility library"
HOMEPAGE="
@@ -36,6 +36,7 @@ RDEPEND="
BDEPEND="
>=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
test? (
+ app-cdr/cdrtools
app-emulation/qemu
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
@@ -47,6 +48,17 @@ BDEPEND="
distutils_enable_tests unittest
+# note this only applies to USE=test
+CHECKREQS_DISK_BUILD=8G
+
+pkg_pretend() {
+ use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+ use test && check-reqs_pkg_setup
+}
+
src_prepare() {
distutils-r1_src_prepare
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/, dev-python/oslo-utils/files/
commit: 8a65aae9dcc75e971737433d3080d67006cb0987
Author: Michał Górny gentoo org>
AuthorDate: Sat Nov 23 10:05:22 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Nov 23 10:08:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a65aae9
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
.../files/oslo-utils-7.3.0-netaddr-1.patch | 37 -
dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild | 60 --
3 files changed, 98 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 5f6dd77490e5..7f8ef96a09c6 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-7.3.0.tar.gz 132561 BLAKE2B
98533d7b4e3111a548bfab4cb97854acb4485d84d89eed40fec713fcb14a63deedbf5c019f4ed44d9be535034f3323e96b9b9f5d30467899ea8cd1bdc217200b
SHA512
71dcf6fe25cc4c0a2580c32b4a4ceaa22fa1046f84bebc2cbf2c3148379b569638c2e2cce3b7a9bb1bbb87660034baa199bd4a831baa4608ef2f4bbc1d39edb6
DIST oslo.utils-7.4.0.tar.gz 135993 BLAKE2B
39e23fd850756ff4336d579ca9e3d1ca15de8370298b8bcba6adfc4dc4227c5e8d154347b5f8272ffe7b3f737317fae20f46fc6431cc5d1307b7b2a8d6d51f85
SHA512
b743778529c4da4889737aa249102dd6d7215ce7e794bfb8fb8a48fc448fe34d6a091a8afb551b46b53e2556015bf51ac75d12955a6582972bc7355b68a8799f
diff --git a/dev-python/oslo-utils/files/oslo-utils-7.3.0-netaddr-1.patch
b/dev-python/oslo-utils/files/oslo-utils-7.3.0-netaddr-1.patch
deleted file mode 100644
index 93c9a0bc015a..
--- a/dev-python/oslo-utils/files/oslo-utils-7.3.0-netaddr-1.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 20983093b42bf5a9c43f8fa5d23784d26ccbd7b7 Mon Sep 17 00:00:00 2001
-From: Takashi Kajinami
-Date: Mon, 7 Oct 2024 11:06:26 +0900
-Subject: [PATCH] Fix compatibility with netaddr 1.1.0
-
-Fix a few different behaviors detected in unit tests.
-
-Closes-Bug: #2054134
-Change-Id: I34f29d983fccc10cc4994fb23527a6dd0eac2b83
- oslo_utils/netutils.py | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/oslo_utils/netutils.py b/oslo_utils/netutils.py
-index 6e4c54c1..405256ee 100644
a/oslo_utils/netutils.py
-+++ b/oslo_utils/netutils.py
-@@ -101,6 +101,9 @@ def is_valid_ipv4(address, strict=None):
-(``a.b.c.d``) as opposed to address format
-(``a.b.c.d``, ``a.b.c``, ``a.b``, ``a``).
- """
-+if not address:
-+return False
-+
- if strict is not None:
- flag = INET_PTON if strict else INET_ATON
- try:
-@@ -228,6 +231,9 @@ def get_ipv6_addr_by_EUI64(prefix, mac):
-
- .. versionadded:: 1.4
- """
-+if not isinstance(prefix, str):
-+msg = _("Prefix must be a string")
-+raise TypeError(msg)
- # Check if the prefix is an IPv4 address
- if is_valid_ipv4(prefix):
- msg = _("Unable to generate IP address by EUI64 for IPv4 prefix")
diff --git a/dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild
deleted file mode 100644
index fbe1cb2e185d..
--- a/dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 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..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-# qemu needed for qemu-img
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- app-emulation/qemu
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- local PATCHES=(
- # https://review.opendev.org/c/openstack/oslo.utils/+/931597
- "${FILESDIR}/${P}-netaddr-1.patch"
- )
-
- distutils-r1_src_prepare
-
- # re
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 65064ad003e0a6a2632f8afb0fd4764ddfd999eb
Author: Sam James gentoo org>
AuthorDate: Sat Nov 23 09:51:51 2024 +
Commit: Sam James gentoo org>
CommitDate: Sat Nov 23 09:51:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65064ad0
dev-python/oslo-utils: Stabilize 7.4.0 ALLARCHES, #944541
Signed-off-by: Sam James gentoo.org>
dev-python/oslo-utils/oslo-utils-7.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-7.4.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.4.0.ebuild
index 9a8e2700c1e1..1b46cf0b5cef 100644
--- a/dev-python/oslo-utils/oslo-utils-7.4.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-7.4.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 6760804e137e80e7cb19c2eccae0783a250c5b76
Author: Michał Górny gentoo org>
AuthorDate: Wed Nov 6 06:48:17 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Nov 6 06:54:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6760804e
dev-python/oslo-utils: Bump to 7.4.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-7.4.0.ebuild | 55 +++
2 files changed, 56 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 54efb3df4df9..5f6dd77490e5 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-7.3.0.tar.gz 132561 BLAKE2B
98533d7b4e3111a548bfab4cb97854acb4485d84d89eed40fec713fcb14a63deedbf5c019f4ed44d9be535034f3323e96b9b9f5d30467899ea8cd1bdc217200b
SHA512
71dcf6fe25cc4c0a2580c32b4a4ceaa22fa1046f84bebc2cbf2c3148379b569638c2e2cce3b7a9bb1bbb87660034baa199bd4a831baa4608ef2f4bbc1d39edb6
+DIST oslo.utils-7.4.0.tar.gz 135993 BLAKE2B
39e23fd850756ff4336d579ca9e3d1ca15de8370298b8bcba6adfc4dc4227c5e8d154347b5f8272ffe7b3f737317fae20f46fc6431cc5d1307b7b2a8d6d51f85
SHA512
b743778529c4da4889737aa249102dd6d7215ce7e794bfb8fb8a48fc448fe34d6a091a8afb551b46b53e2556015bf51ac75d12955a6582972bc7355b68a8799f
diff --git a/dev-python/oslo-utils/oslo-utils-7.4.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.4.0.ebuild
new file mode 100644
index ..9a8e2700c1e1
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-7.4.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 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..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+# qemu needed for qemu-img
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ app-emulation/qemu
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 506875f7842c6d9f1fb2c04c0eec503f09735d0f
Author: Michał Górny gentoo org>
AuthorDate: Sat Nov 2 08:57:07 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Nov 2 08:57:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506875f7
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-7.3.0.ebuild | 56 ---
1 file changed, 56 deletions(-)
diff --git a/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
deleted file mode 100644
index a0114e628296..
--- a/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 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..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- =dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-# qemu needed for qemu-img
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- app-emulation/qemu
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- # require eventlet
- rm oslo_utils/tests/test_eventletutils.py || die
-
- distutils-r1_src_prepare
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: b55dfeb2bc8235a6c4b2001f2aa22521674c69c7
Author: Michał Górny gentoo org>
AuthorDate: Sat Nov 2 08:49:39 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Nov 2 08:49:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55dfeb2
dev-python/oslo-utils: Stabilize 7.3.0-r1 ALLARCHES, #942740
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild
index 1bcc92b47ea4..fbe1cb2e185d 100644
--- a/dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-7.3.0-r1.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/, dev-python/oslo-utils/files/
commit: a45e4d2c17e89cb348697c75ef4b9797a09e00d5
Author: Michał Górny gentoo org>
AuthorDate: Wed Oct 16 14:36:42 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Oct 16 14:42:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45e4d2c
dev-python/oslo-utils: Backport >=dev-python/netaddr-1 patch
Closes: https://bugs.gentoo.org/924373
Signed-off-by: Michał Górny gentoo.org>
.../files/oslo-utils-7.3.0-netaddr-1.patch | 37 +
dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild | 60 ++
2 files changed, 97 insertions(+)
diff --git a/dev-python/oslo-utils/files/oslo-utils-7.3.0-netaddr-1.patch
b/dev-python/oslo-utils/files/oslo-utils-7.3.0-netaddr-1.patch
new file mode 100644
index ..93c9a0bc015a
--- /dev/null
+++ b/dev-python/oslo-utils/files/oslo-utils-7.3.0-netaddr-1.patch
@@ -0,0 +1,37 @@
+From 20983093b42bf5a9c43f8fa5d23784d26ccbd7b7 Mon Sep 17 00:00:00 2001
+From: Takashi Kajinami
+Date: Mon, 7 Oct 2024 11:06:26 +0900
+Subject: [PATCH] Fix compatibility with netaddr 1.1.0
+
+Fix a few different behaviors detected in unit tests.
+
+Closes-Bug: #2054134
+Change-Id: I34f29d983fccc10cc4994fb23527a6dd0eac2b83
+---
+ oslo_utils/netutils.py | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/oslo_utils/netutils.py b/oslo_utils/netutils.py
+index 6e4c54c1..405256ee 100644
+--- a/oslo_utils/netutils.py
b/oslo_utils/netutils.py
+@@ -101,6 +101,9 @@ def is_valid_ipv4(address, strict=None):
+(``a.b.c.d``) as opposed to address format
+(``a.b.c.d``, ``a.b.c``, ``a.b``, ``a``).
+ """
++if not address:
++return False
++
+ if strict is not None:
+ flag = INET_PTON if strict else INET_ATON
+ try:
+@@ -228,6 +231,9 @@ def get_ipv6_addr_by_EUI64(prefix, mac):
+
+ .. versionadded:: 1.4
+ """
++if not isinstance(prefix, str):
++msg = _("Prefix must be a string")
++raise TypeError(msg)
+ # Check if the prefix is an IPv4 address
+ if is_valid_ipv4(prefix):
+ msg = _("Unable to generate IP address by EUI64 for IPv4 prefix")
diff --git a/dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild
new file mode 100644
index ..1bcc92b47ea4
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-7.3.0-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 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..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+# qemu needed for qemu-img
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ app-emulation/qemu
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ local PATCHES=(
+ # https://review.opendev.org/c/openstack/oslo.utils/+/931597
+ "${FILESDIR}/${P}-netaddr-1.patch"
+ )
+
+ distutils-r1_src_prepare
+
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: f99b5ffe647aeb135764f5ffe493e3e400b0714a
Author: Michał Górny gentoo org>
AuthorDate: Sat Sep 7 11:10:27 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Sep 7 11:10:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99b5ffe
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-7.2.0.ebuild | 54 ---
2 files changed, 55 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index cd01f1c7a976..54efb3df4df9 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-7.2.0.tar.gz 104768 BLAKE2B
0972bd65eb4619af96a8a15a48429abf20987449ab4e480adecd3260b1440d8911bc68464c98e8020113dfe6039e409b60be22f56de43a4aa80ba98953dea93e
SHA512
3f8d7dd8e629b13c8491b4a3498ecce27937d904ca3de4df9a9e3c638fc1ce894ae29e0797c25de0886f2c9b471feabd4ff09380ba71bd6c28f0d543e489f654
DIST oslo.utils-7.3.0.tar.gz 132561 BLAKE2B
98533d7b4e3111a548bfab4cb97854acb4485d84d89eed40fec713fcb14a63deedbf5c019f4ed44d9be535034f3323e96b9b9f5d30467899ea8cd1bdc217200b
SHA512
71dcf6fe25cc4c0a2580c32b4a4ceaa22fa1046f84bebc2cbf2c3148379b569638c2e2cce3b7a9bb1bbb87660034baa199bd4a831baa4608ef2f4bbc1d39edb6
diff --git a/dev-python/oslo-utils/oslo-utils-7.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.2.0.ebuild
deleted file mode 100644
index 84903761f712..
--- a/dev-python/oslo-utils/oslo-utils-7.2.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 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..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- =dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- # require eventlet
- rm oslo_utils/tests/test_eventletutils.py || die
-
- distutils-r1_src_prepare
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: f7b77d66e21c0eed9618d2810762de384376bbcd
Author: Michał Górny gentoo org>
AuthorDate: Sat Sep 7 10:58:03 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Sep 7 10:58:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b77d66
dev-python/oslo-utils: Stabilize 7.3.0 ALLARCHES, #939248
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-7.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
index 9b48575fda1b..a0114e628296 100644
--- a/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-7.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 4feb7ffbc69fb991222cd939b6270f73c502739b
Author: Michał Górny gentoo org>
AuthorDate: Sat Aug 24 04:58:33 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Aug 24 04:58:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4feb7ffb
dev-python/oslo-utils: add app-emulation/qemu test dep
Closes: https://bugs.gentoo.org/938359
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-7.3.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
index 106abb5c0b38..9b48575fda1b 100644
--- a/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
@@ -33,9 +33,11 @@ RDEPEND="
>=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
dev-python/tzdata[${PYTHON_USEDEP}]
"
+# qemu needed for qemu-img
BDEPEND="
>=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
test? (
+ app-emulation/qemu
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: b34e2b5d3b7d0fb98c1f5c64de07a197933bd0fc
Author: Michał Górny gentoo org>
AuthorDate: Fri Aug 23 16:03:44 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Aug 23 16:13:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34e2b5d
dev-python/oslo-utils: Bump to 7.3.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-7.3.0.ebuild | 54 +++
2 files changed, 55 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 4770ec0ef2bf..cd01f1c7a976 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-7.2.0.tar.gz 104768 BLAKE2B
0972bd65eb4619af96a8a15a48429abf20987449ab4e480adecd3260b1440d8911bc68464c98e8020113dfe6039e409b60be22f56de43a4aa80ba98953dea93e
SHA512
3f8d7dd8e629b13c8491b4a3498ecce27937d904ca3de4df9a9e3c638fc1ce894ae29e0797c25de0886f2c9b471feabd4ff09380ba71bd6c28f0d543e489f654
+DIST oslo.utils-7.3.0.tar.gz 132561 BLAKE2B
98533d7b4e3111a548bfab4cb97854acb4485d84d89eed40fec713fcb14a63deedbf5c019f4ed44d9be535034f3323e96b9b9f5d30467899ea8cd1bdc217200b
SHA512
71dcf6fe25cc4c0a2580c32b4a4ceaa22fa1046f84bebc2cbf2c3148379b569638c2e2cce3b7a9bb1bbb87660034baa199bd4a831baa4608ef2f4bbc1d39edb6
diff --git a/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
new file mode 100644
index ..106abb5c0b38
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-7.3.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 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..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ =dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+
+ distutils-r1_src_prepare
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 8d144939ddc437f41c9be357f4869450def97938
Author: Michał Górny gentoo org>
AuthorDate: Sat Jul 20 08:56:14 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Jul 20 08:56:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d144939
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild | 54
2 files changed, 55 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 817e2795bf09..4770ec0ef2bf 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-7.1.0.tar.gz 104775 BLAKE2B
6bdd137fd5ede65ea49faa872b8d93cec20ccc3b9564548384441e8e1b14526750a6d8e0263103a926bb52425c171a6e0d9dbcb0d373d1a9c8904774d03393b0
SHA512
7bd6e7e6cf097b239216d58ce8f9028eb0b2994115be15ac78d9b1bae4efb6f774fa72da4944ac79e9155d21a8e6dea3ac13b5445c8dd0f3452a6dd8143aabc4
DIST oslo.utils-7.2.0.tar.gz 104768 BLAKE2B
0972bd65eb4619af96a8a15a48429abf20987449ab4e480adecd3260b1440d8911bc68464c98e8020113dfe6039e409b60be22f56de43a4aa80ba98953dea93e
SHA512
3f8d7dd8e629b13c8491b4a3498ecce27937d904ca3de4df9a9e3c638fc1ce894ae29e0797c25de0886f2c9b471feabd4ff09380ba71bd6c28f0d543e489f654
diff --git a/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
deleted file mode 100644
index a5af895cee93..
--- a/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 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..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- =dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- # require eventlet
- rm oslo_utils/tests/test_eventletutils.py || die
-
- distutils-r1_src_prepare
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 38f8834e68faa6114f7b850a8b246ac9d86936cf
Author: Arthur Zamarin gentoo org>
AuthorDate: Sat Jul 20 07:52:05 2024 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Sat Jul 20 07:52:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f8834e
dev-python/oslo-utils: Stabilize 7.2.0 ALLARCHES, #936356
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/oslo-utils-7.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-7.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.2.0.ebuild
index 106abb5c0b38..84903761f712 100644
--- a/dev-python/oslo-utils/oslo-utils-7.2.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-7.2.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 0df12327da7193336337398f5c6aee4dc619
Author: Michał Górny gentoo org>
AuthorDate: Thu Jul 4 11:29:49 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Jul 4 12:37:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df12399
dev-python/oslo-utils: Bump to 7.2.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-7.2.0.ebuild | 54 +++
2 files changed, 55 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index e368b7f84e25..817e2795bf09 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-7.1.0.tar.gz 104775 BLAKE2B
6bdd137fd5ede65ea49faa872b8d93cec20ccc3b9564548384441e8e1b14526750a6d8e0263103a926bb52425c171a6e0d9dbcb0d373d1a9c8904774d03393b0
SHA512
7bd6e7e6cf097b239216d58ce8f9028eb0b2994115be15ac78d9b1bae4efb6f774fa72da4944ac79e9155d21a8e6dea3ac13b5445c8dd0f3452a6dd8143aabc4
+DIST oslo.utils-7.2.0.tar.gz 104768 BLAKE2B
0972bd65eb4619af96a8a15a48429abf20987449ab4e480adecd3260b1440d8911bc68464c98e8020113dfe6039e409b60be22f56de43a4aa80ba98953dea93e
SHA512
3f8d7dd8e629b13c8491b4a3498ecce27937d904ca3de4df9a9e3c638fc1ce894ae29e0797c25de0886f2c9b471feabd4ff09380ba71bd6c28f0d543e489f654
diff --git a/dev-python/oslo-utils/oslo-utils-7.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.2.0.ebuild
new file mode 100644
index ..106abb5c0b38
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-7.2.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 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..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ =dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+
+ distutils-r1_src_prepare
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 76407321defff96a6edd14ce42b20377b41cc2da
Author: Michał Górny gentoo org>
AuthorDate: Tue Jun 11 18:45:42 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Tue Jun 11 18:46:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76407321
dev-python/oslo-utils: Enable py3.13
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
index e0bcbcbca98b..a5af895cee93 100644
--- a/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 9cb05c5f87c0d6b8432998062ef685166c6b565f
Author: Michał Górny gentoo org>
AuthorDate: Sat Apr 20 11:18:42 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Apr 20 11:18:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb05c5f
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-7.1.0.ebuild | 57 ---
1 file changed, 57 deletions(-)
diff --git a/dev-python/oslo-utils/oslo-utils-7.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.1.0.ebuild
deleted file mode 100644
index f9e606e99301..
--- a/dev-python/oslo-utils/oslo-utils-7.1.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 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 Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- =dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 33eae783906ed1f3ff7d76dba5acc9ea50fec5f9
Author: Michał Górny gentoo org>
AuthorDate: Sat Apr 20 10:49:14 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Apr 20 10:49:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33eae783
dev-python/oslo-utils: Stabilize 7.1.0-r1 ALLARCHES, #930296
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
index 60d0877fcfcc..e0bcbcbca98b 100644
--- a/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-7.1.0-r1.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 026fdc6937d7cc935f67722cac505d1c6255e2e8
Author: Michał Górny gentoo org>
AuthorDate: Wed Apr 3 07:21:15 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Apr 3 07:25:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026fdc69
dev-python/oslo-utils: Install eventletutils again
They are now required by dev-python/oslo-log.
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild | 54
1 file changed, 54 insertions(+)
diff --git a/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
new file mode 100644
index ..60d0877fcfcc
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-7.1.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 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 Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ =dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # require eventlet
+ rm oslo_utils/tests/test_eventletutils.py || die
+
+ distutils-r1_src_prepare
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: a85bf1490d42b785f04fe15b08eab3bf01a01e4f
Author: Michał Górny gentoo org>
AuthorDate: Sat Mar 9 14:13:02 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Mar 9 14:19:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85bf149
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-7.0.0-r1.ebuild | 58
2 files changed, 59 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 4ae4df00086c..e368b7f84e25 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-7.0.0.tar.gz 103879 BLAKE2B
d07af70592faac1821dc60f1ed0cd72fe948b1e105b515f18711b11152898fb2ab494d7eef2db965c43e961696b5f43eaca9d1c106f960d1ce91a9b5bb6ff924
SHA512
44202ec5de818b52b335026fdb24d1f771c24451422ad6b8328d4d14a4566b6c27b3cf04ba564d45686c9a4104ba1eec9a0874227498a707c5e9039b1d5c706c
DIST oslo.utils-7.1.0.tar.gz 104775 BLAKE2B
6bdd137fd5ede65ea49faa872b8d93cec20ccc3b9564548384441e8e1b14526750a6d8e0263103a926bb52425c171a6e0d9dbcb0d373d1a9c8904774d03393b0
SHA512
7bd6e7e6cf097b239216d58ce8f9028eb0b2994115be15ac78d9b1bae4efb6f774fa72da4944ac79e9155d21a8e6dea3ac13b5445c8dd0f3452a6dd8143aabc4
diff --git a/dev-python/oslo-utils/oslo-utils-7.0.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-7.0.0-r1.ebuild
deleted file mode 100644
index 7073d5a58e39..
--- a/dev-python/oslo-utils/oslo-utils-7.0.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 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 Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- =dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 9d17186546e315da4f3117b62d8b00ac9690b1c2
Author: Michał Górny gentoo org>
AuthorDate: Fri Feb 23 03:24:32 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Feb 23 03:37:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d171865
dev-python/oslo-utils: Bump to 7.1.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-7.1.0.ebuild | 57 +++
2 files changed, 58 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index fc5548949b1a..4ae4df00086c 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-7.0.0.tar.gz 103879 BLAKE2B
d07af70592faac1821dc60f1ed0cd72fe948b1e105b515f18711b11152898fb2ab494d7eef2db965c43e961696b5f43eaca9d1c106f960d1ce91a9b5bb6ff924
SHA512
44202ec5de818b52b335026fdb24d1f771c24451422ad6b8328d4d14a4566b6c27b3cf04ba564d45686c9a4104ba1eec9a0874227498a707c5e9039b1d5c706c
+DIST oslo.utils-7.1.0.tar.gz 104775 BLAKE2B
6bdd137fd5ede65ea49faa872b8d93cec20ccc3b9564548384441e8e1b14526750a6d8e0263103a926bb52425c171a6e0d9dbcb0d373d1a9c8904774d03393b0
SHA512
7bd6e7e6cf097b239216d58ce8f9028eb0b2994115be15ac78d9b1bae4efb6f774fa72da4944ac79e9155d21a8e6dea3ac13b5445c8dd0f3452a6dd8143aabc4
diff --git a/dev-python/oslo-utils/oslo-utils-7.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.1.0.ebuild
new file mode 100644
index ..3a01dee2b2fc
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-7.1.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 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 Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ =dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: fb2beff8985e4ea358cd15b38f988da6a7bb41e9
Author: Michał Górny gentoo org>
AuthorDate: Fri Feb 16 16:47:32 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Feb 16 16:47:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2beff8
dev-python/oslo-utils: Restrict to https://bugs.gentoo.org/924373
Signed-off-by: Michał Górny gentoo.org>
.../oslo-utils/{oslo-utils-7.0.0.ebuild => oslo-utils-7.0.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/oslo-utils/oslo-utils-7.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.0.0-r1.ebuild
similarity index 97%
rename from dev-python/oslo-utils/oslo-utils-7.0.0.ebuild
rename to dev-python/oslo-utils/oslo-utils-7.0.0-r1.ebuild
index 3ddb625b174f..7073d5a58e39 100644
--- a/dev-python/oslo-utils/oslo-utils-7.0.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-7.0.0-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
>=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ =dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
>=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: b390fbaf88938278995b23d07d5b9ebcfe41c43f
Author: Michał Górny gentoo org>
AuthorDate: Sat Feb 3 11:38:59 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Feb 3 11:44:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b390fbaf
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-6.3.0.ebuild | 57 ---
2 files changed, 58 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 4dc2944f9bcb..fc5548949b1a 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-6.3.0.tar.gz 104397 BLAKE2B
1195363df16e103f49d783c644bb060719fa3b43a549e229bd1c6b8f682e36b6135fb33284f536c08460892ae441c276d9e0445f30c6a5bc6d260b9a0f4bef40
SHA512
d7d1f160865238d4dd49dec891d275455befcee1926920f22409142bbab47fe3e287ad280a72f11baa99c49beaf1d0dc52745307888b8a3edda4cb9052443336
DIST oslo.utils-7.0.0.tar.gz 103879 BLAKE2B
d07af70592faac1821dc60f1ed0cd72fe948b1e105b515f18711b11152898fb2ab494d7eef2db965c43e961696b5f43eaca9d1c106f960d1ce91a9b5bb6ff924
SHA512
44202ec5de818b52b335026fdb24d1f771c24451422ad6b8328d4d14a4566b6c27b3cf04ba564d45686c9a4104ba1eec9a0874227498a707c5e9039b1d5c706c
diff --git a/dev-python/oslo-utils/oslo-utils-6.3.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.3.0.ebuild
deleted file mode 100644
index 6af6c545b8a5..
--- a/dev-python/oslo-utils/oslo-utils-6.3.0.ebuild
+++ /dev/null
@@ -1,57 +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 Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: cdadefac0ac53130476a8dd5acf763ac6f6325c4
Author: Arthur Zamarin gentoo org>
AuthorDate: Sat Feb 3 10:18:40 2024 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Sat Feb 3 10:18:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdadefac
dev-python/oslo-utils: Stabilize 7.0.0 ALLARCHES, #923693
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/oslo-utils-7.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-7.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.0.0.ebuild
index 2ec0e256f09e..3ddb625b174f 100644
--- a/dev-python/oslo-utils/oslo-utils-7.0.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-7.0.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 22e3a7d141591198e4eb78fee56e451dda8ecddd
Author: Michał Górny gentoo org>
AuthorDate: Thu Jan 18 03:34:21 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Jan 18 03:43:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e3a7d1
dev-python/oslo-utils: Bump to 7.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-7.0.0.ebuild | 57 +++
2 files changed, 58 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index a2a8d00ded72..4dc2944f9bcb 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-6.3.0.tar.gz 104397 BLAKE2B
1195363df16e103f49d783c644bb060719fa3b43a549e229bd1c6b8f682e36b6135fb33284f536c08460892ae441c276d9e0445f30c6a5bc6d260b9a0f4bef40
SHA512
d7d1f160865238d4dd49dec891d275455befcee1926920f22409142bbab47fe3e287ad280a72f11baa99c49beaf1d0dc52745307888b8a3edda4cb9052443336
+DIST oslo.utils-7.0.0.tar.gz 103879 BLAKE2B
d07af70592faac1821dc60f1ed0cd72fe948b1e105b515f18711b11152898fb2ab494d7eef2db965c43e961696b5f43eaca9d1c106f960d1ce91a9b5bb6ff924
SHA512
44202ec5de818b52b335026fdb24d1f771c24451422ad6b8328d4d14a4566b6c27b3cf04ba564d45686c9a4104ba1eec9a0874227498a707c5e9039b1d5c706c
diff --git a/dev-python/oslo-utils/oslo-utils-7.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-7.0.0.ebuild
new file mode 100644
index ..2ec0e256f09e
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-7.0.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 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 Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: bcc16380c5cb3179c3ab1568a6043f524654da51
Author: Michał Górny gentoo org>
AuthorDate: Wed Nov 29 10:18:30 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Nov 29 10:18:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc16380
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild | 57
2 files changed, 58 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index e2e65d1d6f1a..a2a8d00ded72 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-6.2.1.tar.gz 104079 BLAKE2B
de29980ba15488005b20190b842a499ce5964a231c1350d2e6ed43fdb4cb21909f7a31fcd21761bf01c632b82966ffa8c73ffb69e42f278e7a65d2541ae6b08a
SHA512
c72be6521fa15784064c114a972943a583033be6b53b81ab955cc0601c72ef0673e1e732c492bbd798270318ec89932d7a90725f477b1cc123b173f4660d4b2a
DIST oslo.utils-6.3.0.tar.gz 104397 BLAKE2B
1195363df16e103f49d783c644bb060719fa3b43a549e229bd1c6b8f682e36b6135fb33284f536c08460892ae441c276d9e0445f30c6a5bc6d260b9a0f4bef40
SHA512
d7d1f160865238d4dd49dec891d275455befcee1926920f22409142bbab47fe3e287ad280a72f11baa99c49beaf1d0dc52745307888b8a3edda4cb9052443336
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
deleted file mode 100644
index 9eb5ffdbf7a9..
--- a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
+++ /dev/null
@@ -1,57 +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 Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/tzdata[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 9737275d1d4820834a842c43c8aa267e6a486315
Author: Michał Górny gentoo org>
AuthorDate: Wed Nov 29 10:17:38 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Nov 29 10:17:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9737275d
dev-python/oslo-utils: Stabilize 6.3.0 ALLARCHES, #918784
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-6.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.3.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.3.0.ebuild
index 0ea23aaa491c..6af6c545b8a5 100644
--- a/dev-python/oslo-utils/oslo-utils-6.3.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 0e1334553eff99af56e0ac5c695876efe569b203
Author: Arthur Zamarin gentoo org>
AuthorDate: Thu Nov 9 17:33:25 2023 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Thu Nov 9 18:40:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e133455
dev-python/oslo-utils: add 6.3.0
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-6.3.0.ebuild | 57 +++
2 files changed, 58 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index c5b96cd9ec43..e2e65d1d6f1a 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-6.2.1.tar.gz 104079 BLAKE2B
de29980ba15488005b20190b842a499ce5964a231c1350d2e6ed43fdb4cb21909f7a31fcd21761bf01c632b82966ffa8c73ffb69e42f278e7a65d2541ae6b08a
SHA512
c72be6521fa15784064c114a972943a583033be6b53b81ab955cc0601c72ef0673e1e732c492bbd798270318ec89932d7a90725f477b1cc123b173f4660d4b2a
+DIST oslo.utils-6.3.0.tar.gz 104397 BLAKE2B
1195363df16e103f49d783c644bb060719fa3b43a549e229bd1c6b8f682e36b6135fb33284f536c08460892ae441c276d9e0445f30c6a5bc6d260b9a0f4bef40
SHA512
d7d1f160865238d4dd49dec891d275455befcee1926920f22409142bbab47fe3e287ad280a72f11baa99c49beaf1d0dc52745307888b8a3edda4cb9052443336
diff --git a/dev-python/oslo-utils/oslo-utils-6.3.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.3.0.ebuild
new file mode 100644
index ..0ea23aaa491c
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-6.3.0.ebuild
@@ -0,0 +1,57 @@
+# 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 Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: acf66c225f9ca3619819b01861c6e4bbbd5dee3d
Author: Michał Górny gentoo org>
AuthorDate: Sun Oct 29 04:41:50 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Oct 29 04:41:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf66c22
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild | 61
2 files changed, 62 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 5da7152d63b5..c5b96cd9ec43 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-6.2.0.tar.gz 103944 BLAKE2B
b4637cb94c3b4923c5cb2203f78591e4cbe22a0fc71bd9f798277ddf4931adf48944972c782c253ebbd8108fb16f59b8d23b1ae4530d68480e44dec723b26983
SHA512
f1c378028775db19a13e5c1879b40742a171001f5044408995ff997cfb9cc7c815476f51744bf09f44c90672247fb2dff8ddc955bcd8749ea0066d5b79d0af34
DIST oslo.utils-6.2.1.tar.gz 104079 BLAKE2B
de29980ba15488005b20190b842a499ce5964a231c1350d2e6ed43fdb4cb21909f7a31fcd21761bf01c632b82966ffa8c73ffb69e42f278e7a65d2541ae6b08a
SHA512
c72be6521fa15784064c114a972943a583033be6b53b81ab955cc0601c72ef0673e1e732c492bbd798270318ec89932d7a90725f477b1cc123b173f4660d4b2a
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
deleted file mode 100644
index 4ad445ac72b9..
--- a/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
+++ /dev/null
@@ -1,61 +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 Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- sed -i -e '/tzdata/d' requirements.txt || die
- distutils-r1_src_prepare
-}
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 1f09ccbfa83fadf4680c7980efbbaf73b51a8d28
Author: Sam James gentoo org>
AuthorDate: Sun Oct 29 03:52:46 2023 +
Commit: Sam James gentoo org>
CommitDate: Sun Oct 29 03:52:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f09ccbf
dev-python/oslo-utils: Stabilize 6.2.1-r1 x86, #914950
Signed-off-by: Sam James gentoo.org>
dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
index a9985c82698c..9eb5ffdbf7a9 100644
--- a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: fa49526e1c39c568538ed91e4a0b16f66a856608
Author: Sam James gentoo org>
AuthorDate: Tue Oct 3 01:58:37 2023 +
Commit: Sam James gentoo org>
CommitDate: Tue Oct 3 01:58:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa49526e
dev-python/oslo-utils: Stabilize 6.2.1-r1 amd64, #914950
Signed-off-by: Sam James gentoo.org>
dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
index b1cc76c150a0..a9985c82698c 100644
--- a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 542e56bcae5a7563fc1607e459a79e112fc7902f
Author: Sam James gentoo org>
AuthorDate: Tue Oct 3 01:49:54 2023 +
Commit: Sam James gentoo org>
CommitDate: Tue Oct 3 01:49:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542e56bc
dev-python/oslo-utils: Stabilize 6.2.1-r1 arm64, #914950
Signed-off-by: Sam James gentoo.org>
dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
index 90b94b74e1f6..b1cc76c150a0 100644
--- a/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 259511387ee57429c412ab53c06b0d56de5265f3
Author: Michał Górny gentoo org>
AuthorDate: Mon Aug 28 18:12:08 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Aug 28 18:15:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25951138
dev-python/oslo-utils: Restore tzdata requirement
Signed-off-by: Michał Górny gentoo.org>
.../{oslo-utils-6.2.1.ebuild => oslo-utils-6.2.1-r1.ebuild} | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
similarity index 94%
rename from dev-python/oslo-utils/oslo-utils-6.2.1.ebuild
rename to dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
index f71d5c7f6d24..90b94b74e1f6 100644
--- a/dev-python/oslo-utils/oslo-utils-6.2.1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
>=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/tzdata[${PYTHON_USEDEP}]
"
BDEPEND="
>=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
@@ -45,11 +46,6 @@ BDEPEND="
distutils_enable_tests unittest
-src_prepare() {
- sed -i -e '/tzdata/d' requirements.txt || die
- distutils-r1_src_prepare
-}
-
python_compile() {
distutils-r1_python_compile
find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: ad67de5b241a57d106013e87118c41cfde30e4ac
Author: Michał Górny gentoo org>
AuthorDate: Mon Aug 28 16:12:03 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Aug 28 16:53:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad67de5b
dev-python/oslo-utils: Bump to 6.2.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-6.2.1.ebuild | 61 +++
2 files changed, 62 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 5c171b1d879b..5da7152d63b5 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-6.2.0.tar.gz 103944 BLAKE2B
b4637cb94c3b4923c5cb2203f78591e4cbe22a0fc71bd9f798277ddf4931adf48944972c782c253ebbd8108fb16f59b8d23b1ae4530d68480e44dec723b26983
SHA512
f1c378028775db19a13e5c1879b40742a171001f5044408995ff997cfb9cc7c815476f51744bf09f44c90672247fb2dff8ddc955bcd8749ea0066d5b79d0af34
+DIST oslo.utils-6.2.1.tar.gz 104079 BLAKE2B
de29980ba15488005b20190b842a499ce5964a231c1350d2e6ed43fdb4cb21909f7a31fcd21761bf01c632b82966ffa8c73ffb69e42f278e7a65d2541ae6b08a
SHA512
c72be6521fa15784064c114a972943a583033be6b53b81ab955cc0601c72ef0673e1e732c492bbd798270318ec89932d7a90725f477b1cc123b173f4660d4b2a
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.1.ebuild
new file mode 100644
index ..f71d5c7f6d24
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-6.2.1.ebuild
@@ -0,0 +1,61 @@
+# 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 Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ sed -i -e '/tzdata/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/files/, dev-python/oslo-utils/
commit: 211931ab9e6e1ea5dd85e96d42d993d11def359e
Author: Michał Górny gentoo org>
AuthorDate: Mon Jul 24 10:50:33 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Jul 24 10:50:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211931ab
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
.../files/oslo-utils-6.1.0-py3.12-fix.patch| 26 --
dev-python/oslo-utils/oslo-utils-6.1.0-r1.ebuild | 60 --
dev-python/oslo-utils/oslo-utils-6.1.0.ebuild | 56
4 files changed, 143 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 47a69b581c42..5c171b1d879b 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-6.1.0.tar.gz 102843 BLAKE2B
8bf3889bcf82fd12589c58b2020164f1183fa9ed19491a05d252a6157841651259e3b2f412affb5d53eff4bf7f21e34a4666fdb91106652a937c79b5fd9c1c14
SHA512
ae86fe4dfe2db25c682ee533a16830fc3e03eb408ae4acd832b6aded9d7d93fd91927444f054b594b4834e338c8f13c48d0c9796b224923adc1d0df7f6cfb84a
DIST oslo.utils-6.2.0.tar.gz 103944 BLAKE2B
b4637cb94c3b4923c5cb2203f78591e4cbe22a0fc71bd9f798277ddf4931adf48944972c782c253ebbd8108fb16f59b8d23b1ae4530d68480e44dec723b26983
SHA512
f1c378028775db19a13e5c1879b40742a171001f5044408995ff997cfb9cc7c815476f51744bf09f44c90672247fb2dff8ddc955bcd8749ea0066d5b79d0af34
diff --git a/dev-python/oslo-utils/files/oslo-utils-6.1.0-py3.12-fix.patch
b/dev-python/oslo-utils/files/oslo-utils-6.1.0-py3.12-fix.patch
deleted file mode 100644
index 8b92b6f41aa1..
--- a/dev-python/oslo-utils/files/oslo-utils-6.1.0-py3.12-fix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Subject: [PATCH] Replace deprecated assertAlmostEquals method
-
-The assertAlmostEquals method has been deprecated since Python 3.2 and
-was removed in Python 3.12 [1], assertAlmostEqual should be used as the
-replacement.
-
-[1] https://docs.python.org/3.13/whatsnew/3.12.html#removed
-
-Upstream: https://review.opendev.org/c/openstack/oslo.utils/+/886725
-
-diff --git a/oslo_utils/tests/test_timeutils.py
b/oslo_utils/tests/test_timeutils.py
-index 98194f1..390d037 100644
a/oslo_utils/tests/test_timeutils.py
-+++ b/oslo_utils/tests/test_timeutils.py
-@@ -192,7 +192,7 @@ class TimeUtilsTest(test_base.BaseTestCase):
- before = timeutils.utcnow()
- after = before + datetime.timedelta(days=7, seconds=59,
- microseconds=123456)
--self.assertAlmostEquals(604859.123456,
-+self.assertAlmostEqual(604859.123456,
- timeutils.delta_seconds(before, after))
-
- def test_is_soon(self):
---
-2.39.3
-
diff --git a/dev-python/oslo-utils/oslo-utils-6.1.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.1.0-r1.ebuild
deleted file mode 100644
index fdf5c1a7593c..
--- a/dev-python/oslo-utils/oslo-utils-6.1.0-r1.ebuild
+++ /dev/null
@@ -1,60 +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 Utility library"
-HOMEPAGE="
- https://opendev.org/openstack/oslo.utils/
- https://github.com/openstack/oslo.utils/
- https://pypi.org/project/oslo.utils/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-py3.12-fix.patch"
-)
-
-distutils_enable_tests unittest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
diff --git a/dev-python/oslo-utils/oslo-utils-6.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.1.0.ebuild
deleted file mode 100644
index 65
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: adbada3d3955cdbbc9644e511035643858b62a3c
Author: Jakov Smolić gentoo org>
AuthorDate: Mon Jul 24 08:53:45 2023 +
Commit: Jakov Smolić gentoo org>
CommitDate: Mon Jul 24 08:53:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbada3d
dev-python/oslo-utils: Stabilize 6.2.0-r1 ALLARCHES, #911063
Signed-off-by: Jakov Smolić gentoo.org>
dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
index f71d5c7f6d24..4ad445ac72b9 100644
--- a/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.2.0-r1.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/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 2b3a59a692226ef6e513adca4ccb30d2ab3edc7c
Author: Michał Górny gentoo org>
AuthorDate: Sun Jul 9 02:17:54 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Jul 9 03:26:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3a59a6
dev-python/oslo-utils: Strip tzdata requirement
Signed-off-by: Michał Górny gentoo.org>
.../{oslo-utils-6.2.0.ebuild => oslo-utils-6.2.0-r1.ebuild} | 5 +
1 file changed, 5 insertions(+)
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
similarity index 94%
rename from dev-python/oslo-utils/oslo-utils-6.2.0.ebuild
rename to dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
index c889c6445f5f..f71d5c7f6d24 100644
--- a/dev-python/oslo-utils/oslo-utils-6.2.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.2.0-r1.ebuild
@@ -45,6 +45,11 @@ BDEPEND="
distutils_enable_tests unittest
+src_prepare() {
+ sed -i -e '/tzdata/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
+
python_compile() {
distutils-r1_python_compile
find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 2de9bbf5132ef904d626ba3f9ef86a8e936922c2
Author: Michał Górny gentoo org>
AuthorDate: Fri Jul 7 03:04:56 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Jul 7 03:15:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de9bbf5
dev-python/oslo-utils: Bump to 6.2.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-6.2.0.ebuild | 56 +++
2 files changed, 57 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index a83943f11f47..47a69b581c42 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-6.1.0.tar.gz 102843 BLAKE2B
8bf3889bcf82fd12589c58b2020164f1183fa9ed19491a05d252a6157841651259e3b2f412affb5d53eff4bf7f21e34a4666fdb91106652a937c79b5fd9c1c14
SHA512
ae86fe4dfe2db25c682ee533a16830fc3e03eb408ae4acd832b6aded9d7d93fd91927444f054b594b4834e338c8f13c48d0c9796b224923adc1d0df7f6cfb84a
+DIST oslo.utils-6.2.0.tar.gz 103944 BLAKE2B
b4637cb94c3b4923c5cb2203f78591e4cbe22a0fc71bd9f798277ddf4931adf48944972c782c253ebbd8108fb16f59b8d23b1ae4530d68480e44dec723b26983
SHA512
f1c378028775db19a13e5c1879b40742a171001f5044408995ff997cfb9cc7c815476f51744bf09f44c90672247fb2dff8ddc955bcd8749ea0066d5b79d0af34
diff --git a/dev-python/oslo-utils/oslo-utils-6.2.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.2.0.ebuild
new file mode 100644
index ..c889c6445f5f
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-6.2.0.ebuild
@@ -0,0 +1,56 @@
+# 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 Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/files/, dev-python/oslo-utils/
commit: ff95316d83d5bb4ef881ab8915d1de531e73f08f
Author: Petr Vaněk atlas cz>
AuthorDate: Thu Jun 22 07:30:03 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Jun 22 14:16:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff95316d
dev-python/oslo-utils: enable py3.12
Signed-off-by: Petr Vaněk atlas.cz>
Signed-off-by: Michał Górny gentoo.org>
.../files/oslo-utils-6.1.0-py3.12-fix.patch| 26 ++
dev-python/oslo-utils/oslo-utils-6.1.0-r1.ebuild | 60 ++
2 files changed, 86 insertions(+)
diff --git a/dev-python/oslo-utils/files/oslo-utils-6.1.0-py3.12-fix.patch
b/dev-python/oslo-utils/files/oslo-utils-6.1.0-py3.12-fix.patch
new file mode 100644
index ..8b92b6f41aa1
--- /dev/null
+++ b/dev-python/oslo-utils/files/oslo-utils-6.1.0-py3.12-fix.patch
@@ -0,0 +1,26 @@
+Subject: [PATCH] Replace deprecated assertAlmostEquals method
+
+The assertAlmostEquals method has been deprecated since Python 3.2 and
+was removed in Python 3.12 [1], assertAlmostEqual should be used as the
+replacement.
+
+[1] https://docs.python.org/3.13/whatsnew/3.12.html#removed
+
+Upstream: https://review.opendev.org/c/openstack/oslo.utils/+/886725
+
+diff --git a/oslo_utils/tests/test_timeutils.py
b/oslo_utils/tests/test_timeutils.py
+index 98194f1..390d037 100644
+--- a/oslo_utils/tests/test_timeutils.py
b/oslo_utils/tests/test_timeutils.py
+@@ -192,7 +192,7 @@ class TimeUtilsTest(test_base.BaseTestCase):
+ before = timeutils.utcnow()
+ after = before + datetime.timedelta(days=7, seconds=59,
+ microseconds=123456)
+-self.assertAlmostEquals(604859.123456,
++self.assertAlmostEqual(604859.123456,
+ timeutils.delta_seconds(before, after))
+
+ def test_is_soon(self):
+--
+2.39.3
+
diff --git a/dev-python/oslo-utils/oslo-utils-6.1.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.1.0-r1.ebuild
new file mode 100644
index ..fdf5c1a7593c
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-6.1.0-r1.ebuild
@@ -0,0 +1,60 @@
+# 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 Utility library"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}/${P}-py3.12-fix.patch"
+)
+
+distutils_enable_tests unittest
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 3ea9509a57dda4fa6ad2e660906724901410f4ea
Author: Michał Górny gentoo org>
AuthorDate: Tue Mar 21 19:36:34 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Tue Mar 21 20:06:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea9509a
dev-python/oslo-utils: Use pypi.eclass
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-6.1.0.ebuild | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.1.0.ebuild
index 03d7e7beb37d..653f90908b50 100644
--- a/dev-python/oslo-utils/oslo-utils-6.1.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.1.0.ebuild
@@ -4,15 +4,18 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
-MY_P=${P/-/.}
DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.utils/
+ https://github.com/openstack/oslo.utils/
+ https://pypi.org/project/oslo.utils/
+"
LICENSE="Apache-2.0"
SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 7ab3ddd2ab3182f037e79f0463c4aeab8db70a7a
Author: Michał Górny gentoo org>
AuthorDate: Sun Dec 25 17:31:27 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Dec 25 17:33:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab3ddd2
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-6.0.1-r1.ebuild | 53
2 files changed, 54 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 73ab919c846a..a83943f11f47 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-6.0.1.tar.gz 102652 BLAKE2B
c4a636bf3b049150499566520067215a34a965f3998202a0d006d5ab83a8c20496ce265ad57327747770d3cb090c2f814ad67c9c27ed00e1bcc0e10fcfdca899
SHA512
f005b7910909182ef7bcf1ff80186d352f1cbd08c0f83fa391ee7ca9e57699e29a07027774a24af3b1b5f50392b0ccf4cb88acf025bce5ebf47f61ac
DIST oslo.utils-6.1.0.tar.gz 102843 BLAKE2B
8bf3889bcf82fd12589c58b2020164f1183fa9ed19491a05d252a6157841651259e3b2f412affb5d53eff4bf7f21e34a4666fdb91106652a937c79b5fd9c1c14
SHA512
ae86fe4dfe2db25c682ee533a16830fc3e03eb408ae4acd832b6aded9d7d93fd91927444f054b594b4834e338c8f13c48d0c9796b224923adc1d0df7f6cfb84a
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.1-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.1-r1.ebuild
deleted file mode 100644
index fbddc394fa35..
--- a/dev-python/oslo-utils/oslo-utils-6.0.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: d14b952bac26b51ef7e965a9bf710df4f32afe09 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 17 18:13:58 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 17 18:34:03 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14b952b dev-python/oslo-utils: add github upstream metadata Signed-off-by: Arthur Zamarin gentoo.org> dev-python/oslo-utils/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/oslo-utils/metadata.xml b/dev-python/oslo-utils/metadata.xml index 2f2757efe44c..8545d07a9c9e 100644 --- a/dev-python/oslo-utils/metadata.xml +++ b/dev-python/oslo-utils/metadata.xml @@ -17,5 +17,6 @@ oslo.utils oslo + openstack/oslo.utils
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: ae409072ba6945d4d70597195e9f2b84250a51f1
Author: Arthur Zamarin gentoo org>
AuthorDate: Thu Nov 17 18:12:51 2022 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Thu Nov 17 18:34:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae409072
dev-python/oslo-utils: add 6.1.0
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-6.1.0.ebuild | 53 +++
2 files changed, 54 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index f55c31701067..73ab919c846a 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-6.0.1.tar.gz 102652 BLAKE2B
c4a636bf3b049150499566520067215a34a965f3998202a0d006d5ab83a8c20496ce265ad57327747770d3cb090c2f814ad67c9c27ed00e1bcc0e10fcfdca899
SHA512
f005b7910909182ef7bcf1ff80186d352f1cbd08c0f83fa391ee7ca9e57699e29a07027774a24af3b1b5f50392b0ccf4cb88acf025bce5ebf47f61ac
+DIST oslo.utils-6.1.0.tar.gz 102843 BLAKE2B
8bf3889bcf82fd12589c58b2020164f1183fa9ed19491a05d252a6157841651259e3b2f412affb5d53eff4bf7f21e34a4666fdb91106652a937c79b5fd9c1c14
SHA512
ae86fe4dfe2db25c682ee533a16830fc3e03eb408ae4acd832b6aded9d7d93fd91927444f054b594b4834e338c8f13c48d0c9796b224923adc1d0df7f6cfb84a
diff --git a/dev-python/oslo-utils/oslo-utils-6.1.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.1.0.ebuild
new file mode 100644
index ..d953fd2334eb
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-6.1.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+python_compile() {
+ distutils-r1_python_compile
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 102a8c7ecc299a0d1579271d57b7f74a2f3962ba
Author: Michał Górny gentoo org>
AuthorDate: Fri Oct 21 14:29:34 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Oct 21 14:34:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102a8c7e
dev-python/oslo-utils: Remove eventlet support entirely
Signed-off-by: Michał Górny gentoo.org>
.../{oslo-utils-6.0.1.ebuild => oslo-utils-6.0.1-r1.ebuild}| 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.1-r1.ebuild
similarity index 86%
rename from dev-python/oslo-utils/oslo-utils-6.0.1.ebuild
rename to dev-python/oslo-utils/oslo-utils-6.0.1-r1.ebuild
index 628697fb08ba..fbddc394fa35 100644
--- a/dev-python/oslo-utils/oslo-utils-6.0.1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.0.1-r1.ebuild
@@ -32,9 +32,6 @@ RDEPEND="
BDEPEND="
>=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
test? (
- $(python_gen_cond_dep '
- >=dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- ' python3_{8..9})
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
@@ -47,9 +44,7 @@ distutils_enable_tests unittest
python_compile() {
distutils-r1_python_compile
- if ! has "${EPYTHON}" python3.{8..9}; then
- find "${BUILD_DIR}"/install -name '*eventletutils*' -delete ||
die
- fi
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die
}
python_test() {
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: d14407815de695b07af92d94c3ae9f81741944c8
Author: Michał Górny gentoo org>
AuthorDate: Mon Sep 26 06:01:02 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Sep 26 06:06:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1440781
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild | 58
2 files changed, 59 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index dca15ef7b1f7..f55c31701067 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-6.0.0.tar.gz 101261 BLAKE2B
8a659b4bedf49e40c85ee40fe026205964d2f4a919170e4700c85e754f4bbffdf5bb9305aea00f7b36233feec93e42bf5e0c72591eeedc02709a7fcdba64d9b6
SHA512
9f9dcd585419372711af69917daf717d7c694cc604aed4db242e508ca6bdea3db9a52a29c354dbb5c80473a819c80dec9eccad7e6f6ca297c3469bcd2db5c7d5
DIST oslo.utils-6.0.1.tar.gz 102652 BLAKE2B
c4a636bf3b049150499566520067215a34a965f3998202a0d006d5ab83a8c20496ce265ad57327747770d3cb090c2f814ad67c9c27ed00e1bcc0e10fcfdca899
SHA512
f005b7910909182ef7bcf1ff80186d352f1cbd08c0f83fa391ee7ca9e57699e29a07027774a24af3b1b5f50392b0ccf4cb88acf025bce5ebf47f61ac
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
deleted file mode 100644
index 628697fb08ba..
--- a/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- $(python_gen_cond_dep '
- >=dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- ' python3_{8..9})
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
- distutils-r1_python_compile
- if ! has "${EPYTHON}" python3.{8..9}; then
- find "${BUILD_DIR}"/install -name '*eventletutils*' -delete ||
die
- fi
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 9df931df3ec2f07ecc14ce500e8cd777c8dd31c0
Author: Arthur Zamarin gentoo org>
AuthorDate: Wed Aug 24 19:12:55 2022 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Wed Aug 24 19:36:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df931df
dev-python/oslo-utils: add 6.0.1
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-6.0.1.ebuild | 58 +++
2 files changed, 59 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 2a9241fbbdaf..dca15ef7b1f7 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-6.0.0.tar.gz 101261 BLAKE2B
8a659b4bedf49e40c85ee40fe026205964d2f4a919170e4700c85e754f4bbffdf5bb9305aea00f7b36233feec93e42bf5e0c72591eeedc02709a7fcdba64d9b6
SHA512
9f9dcd585419372711af69917daf717d7c694cc604aed4db242e508ca6bdea3db9a52a29c354dbb5c80473a819c80dec9eccad7e6f6ca297c3469bcd2db5c7d5
+DIST oslo.utils-6.0.1.tar.gz 102652 BLAKE2B
c4a636bf3b049150499566520067215a34a965f3998202a0d006d5ab83a8c20496ce265ad57327747770d3cb090c2f814ad67c9c27ed00e1bcc0e10fcfdca899
SHA512
f005b7910909182ef7bcf1ff80186d352f1cbd08c0f83fa391ee7ca9e57699e29a07027774a24af3b1b5f50392b0ccf4cb88acf025bce5ebf47f61ac
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.1.ebuild
new file mode 100644
index ..9b84c2839ed8
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-6.0.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ $(python_gen_cond_dep '
+ >=dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ ' python3_{8..9})
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+python_compile() {
+ distutils-r1_python_compile
+ if ! has "${EPYTHON}" python3.{8..9}; then
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete ||
die
+ fi
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: fb699dd05302e96d703011e4d6e2f8ba84cc9260
Author: Michał Górny gentoo org>
AuthorDate: Fri Aug 5 07:12:07 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Aug 5 07:21:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb699dd0
dev-python/oslo-utils: Fix installing stray .pyc files
Closes: https://bugs.gentoo.org/863707
Signed-off-by: Michał Górny gentoo.org>
.../oslo-utils/{oslo-utils-6.0.0.ebuild => oslo-utils-6.0.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
similarity index 95%
rename from dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
rename to dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
index c5ae6d386410..1baf242759e5 100644
--- a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
@@ -54,7 +54,7 @@ src_prepare() {
python_compile() {
distutils-r1_python_compile
if ! has "${EPYTHON}" python3.{8..9}; then
- find "${BUILD_DIR}"/install -name '*eventletutils*.py' -delete
|| die
+ find "${BUILD_DIR}"/install -name '*eventletutils*' -delete ||
die
fi
}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 96c652e896a89faefd4a078a0f5d6509144e6775
Author: Michał Górny gentoo org>
AuthorDate: Fri Aug 5 07:20:58 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Aug 5 07:21:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c652e8
dev-python/oslo-utils: Remove stray sed
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild | 6 --
1 file changed, 6 deletions(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
index 1baf242759e5..628697fb08ba 100644
--- a/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
@@ -45,12 +45,6 @@ BDEPEND="
distutils_enable_tests unittest
-src_prepare() {
- # spurious rdep
- sed -i -e '/pbr/d' requirements.txt || die
- distutils-r1_src_prepare
-}
-
python_compile() {
distutils-r1_python_compile
if ! has "${EPYTHON}" python3.{8..9}; then
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 859c2584bad507813568bb7defece7a4932e2b69
Author: Michał Górny gentoo org>
AuthorDate: Sun Jul 24 20:32:17 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Jul 24 20:32:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859c2584
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 2 -
dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild | 64 ---
dev-python/oslo-utils/oslo-utils-5.0.0.ebuild | 64 ---
3 files changed, 130 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 85b8cf5356bf..2a9241fbbdaf 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,3 +1 @@
-DIST oslo.utils-4.13.0.tar.gz 101834 BLAKE2B
9d3457ee9ce1746869120bf66d83495b4e1f2b4ca005285fa121ff4c176e85148662cd1de52bdaf93dc18d85478f2cbfde9b310e748b895f01c77ef82019dc0e
SHA512
1d97fdaab79cc6c4cc34efdafca7263a2679e60d446aadc46fe31d7fdda2051b37f9df79d149644d914c7274e7fa2d9ef6a1c1aeafad8a1333221dcbe65f4723
-DIST oslo.utils-5.0.0.tar.gz 101823 BLAKE2B
be62ddc2fb9130e3f678366b6181f1f334f95846a09ede4a08917cd88427492978e53039a482a7158f234caf96c9e520026ab6009f1df5de588a9fe68aa0664f
SHA512
8941caf086354c9066ef51e64dcab5854b8d99c2b51807cb2d8b75fac0983f5787e499b0727423b624791ead2b5c9b55b463d5ff47f7586f3e302dccec1f5408
DIST oslo.utils-6.0.0.tar.gz 101261 BLAKE2B
8a659b4bedf49e40c85ee40fe026205964d2f4a919170e4700c85e754f4bbffdf5bb9305aea00f7b36233feec93e42bf5e0c72591eeedc02709a7fcdba64d9b6
SHA512
9f9dcd585419372711af69917daf717d7c694cc604aed4db242e508ca6bdea3db9a52a29c354dbb5c80473a819c80dec9eccad7e6f6ca297c3469bcd2db5c7d5
diff --git a/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
deleted file mode 100644
index fbf7c0e01d64..
--- a/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- $(python_gen_cond_dep '
- >=dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- ' python3_{8..9})
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- # spurious rdep
- sed -i -e '/pbr/d' requirements.txt || die
- distutils-r1_src_prepare
-}
-
-python_compile() {
- distutils-r1_python_compile
- if ! has "${EPYTHON}" python3.{8..9}; then
- find "${BUILD_DIR}"/install -name '*eventletutils*.py' -delete
|| die
- fi
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
diff --git a/dev-python/oslo-utils/oslo-utils-5.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-5.0.0.ebuild
deleted file mode 100644
index a0bf0d0fa37e..
--- a/dev-python/oslo-utils/oslo-utils-5.0.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_US
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 52834ae645cc74ab7ca3f9e0dffc484f650ea648
Author: Sam James gentoo org>
AuthorDate: Sun Jul 24 16:27:45 2022 +
Commit: Sam James gentoo org>
CommitDate: Sun Jul 24 16:27:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52834ae6
dev-python/oslo-utils: Stabilize 6.0.0 ALLARCHES, #860651
Signed-off-by: Sam James gentoo.org>
dev-python/oslo-utils/oslo-utils-6.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
index 73aef4d69392..c5ae6d386410 100644
--- a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: a1a215050efe609fa9d41ad7ceff600a74614c10
Author: Arthur Zamarin gentoo org>
AuthorDate: Fri Jul 15 12:13:54 2022 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Fri Jul 15 12:13:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a21505
dev-python/oslo-utils: enable py3.11
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/oslo-utils-6.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
index a0bf0d0fa37e..73aef4d69392 100644
--- a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 81462bc9994b2feab4184f81fd0b4c0bd8903097
Author: Arthur Zamarin gentoo org>
AuthorDate: Thu Jun 23 17:46:38 2022 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Thu Jun 23 19:28:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81462bc9
dev-python/oslo-utils: add 6.0.0
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-6.0.0.ebuild | 64 +++
2 files changed, 65 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 0154c9389355..85b8cf5356bf 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1,3 @@
DIST oslo.utils-4.13.0.tar.gz 101834 BLAKE2B
9d3457ee9ce1746869120bf66d83495b4e1f2b4ca005285fa121ff4c176e85148662cd1de52bdaf93dc18d85478f2cbfde9b310e748b895f01c77ef82019dc0e
SHA512
1d97fdaab79cc6c4cc34efdafca7263a2679e60d446aadc46fe31d7fdda2051b37f9df79d149644d914c7274e7fa2d9ef6a1c1aeafad8a1333221dcbe65f4723
DIST oslo.utils-5.0.0.tar.gz 101823 BLAKE2B
be62ddc2fb9130e3f678366b6181f1f334f95846a09ede4a08917cd88427492978e53039a482a7158f234caf96c9e520026ab6009f1df5de588a9fe68aa0664f
SHA512
8941caf086354c9066ef51e64dcab5854b8d99c2b51807cb2d8b75fac0983f5787e499b0727423b624791ead2b5c9b55b463d5ff47f7586f3e302dccec1f5408
+DIST oslo.utils-6.0.0.tar.gz 101261 BLAKE2B
8a659b4bedf49e40c85ee40fe026205964d2f4a919170e4700c85e754f4bbffdf5bb9305aea00f7b36233feec93e42bf5e0c72591eeedc02709a7fcdba64d9b6
SHA512
9f9dcd585419372711af69917daf717d7c694cc604aed4db242e508ca6bdea3db9a52a29c354dbb5c80473a819c80dec9eccad7e6f6ca297c3469bcd2db5c7d5
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
new file mode 100644
index ..a0bf0d0fa37e
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ $(python_gen_cond_dep '
+ >=dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ ' python3_{8..9})
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # spurious rdep
+ sed -i -e '/pbr/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
+
+python_compile() {
+ distutils-r1_python_compile
+ if ! has "${EPYTHON}" python3.{8..9}; then
+ find "${BUILD_DIR}"/install -name '*eventletutils*.py' -delete
|| die
+ fi
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 09eee2eb48b8b35058d9fc72682a5444c3de8830
Author: Michał Górny gentoo org>
AuthorDate: Sat Jun 18 05:09:09 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Jun 18 06:47:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09eee2eb
dev-python/oslo-utils: Bump to 5.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-5.0.0.ebuild | 64 +++
2 files changed, 65 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index cb3190e6e02a..0154c9389355 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-4.13.0.tar.gz 101834 BLAKE2B
9d3457ee9ce1746869120bf66d83495b4e1f2b4ca005285fa121ff4c176e85148662cd1de52bdaf93dc18d85478f2cbfde9b310e748b895f01c77ef82019dc0e
SHA512
1d97fdaab79cc6c4cc34efdafca7263a2679e60d446aadc46fe31d7fdda2051b37f9df79d149644d914c7274e7fa2d9ef6a1c1aeafad8a1333221dcbe65f4723
+DIST oslo.utils-5.0.0.tar.gz 101823 BLAKE2B
be62ddc2fb9130e3f678366b6181f1f334f95846a09ede4a08917cd88427492978e53039a482a7158f234caf96c9e520026ab6009f1df5de588a9fe68aa0664f
SHA512
8941caf086354c9066ef51e64dcab5854b8d99c2b51807cb2d8b75fac0983f5787e499b0727423b624791ead2b5c9b55b463d5ff47f7586f3e302dccec1f5408
diff --git a/dev-python/oslo-utils/oslo-utils-5.0.0.ebuild
b/dev-python/oslo-utils/oslo-utils-5.0.0.ebuild
new file mode 100644
index ..a0bf0d0fa37e
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-5.0.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ $(python_gen_cond_dep '
+ >=dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ ' python3_{8..9})
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # spurious rdep
+ sed -i -e '/pbr/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
+
+python_compile() {
+ distutils-r1_python_compile
+ if ! has "${EPYTHON}" python3.{8..9}; then
+ find "${BUILD_DIR}"/install -name '*eventletutils*.py' -delete
|| die
+ fi
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 46229ed50ba50124b4e080d48fa8d4acfbaffd1c
Author: Michał Górny gentoo org>
AuthorDate: Mon Jun 13 08:19:48 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Jun 13 08:19:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46229ed5
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-4.12.2.ebuild | 63 --
2 files changed, 64 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 02910c6154d0..cb3190e6e02a 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-4.12.2.tar.gz 101505 BLAKE2B
fb2d56c767e8ed100ba789560e6b50dfecf8528de2a2717a9660e3dc8ceb93838137d59f1c2e3f05ccb99b95ea1ec86870e22160fb670a8cfb2dd9d6783f1d0f
SHA512
fa56225f1991b031e2122cf08cd0992d8a9bfacd9a83d590f87ff86c495d51763ac06f65076c746a59563a60f886601d00ea9536dfcc927fca94c5a1431bcf67
DIST oslo.utils-4.13.0.tar.gz 101834 BLAKE2B
9d3457ee9ce1746869120bf66d83495b4e1f2b4ca005285fa121ff4c176e85148662cd1de52bdaf93dc18d85478f2cbfde9b310e748b895f01c77ef82019dc0e
SHA512
1d97fdaab79cc6c4cc34efdafca7263a2679e60d446aadc46fe31d7fdda2051b37f9df79d149644d914c7274e7fa2d9ef6a1c1aeafad8a1333221dcbe65f4723
diff --git a/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
b/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
deleted file mode 100644
index 2671db683670..
--- a/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- test? (
- $(python_gen_cond_dep '
- >=dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- ' python3_{8..9})
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- # spurious rdep
- sed -i -e '/pbr/d' requirements.txt || die
- distutils-r1_src_prepare
-}
-
-python_compile() {
- distutils-r1_python_compile
- if ! has "${EPYTHON}" python3.{8..9}; then
- find "${BUILD_DIR}"/install -name '*eventletutils*.py' -delete
|| die
- fi
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 8812a34a7e16d878eadcc740bb83ff5e043ec3e8
Author: Jakov Smolić gentoo org>
AuthorDate: Sat May 28 16:00:14 2022 +
Commit: Jakov Smolić gentoo org>
CommitDate: Sat May 28 16:00:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8812a34a
dev-python/oslo-utils: Keyword 4.13.0-r1 riscv, #847925
Signed-off-by: Jakov Smolić gentoo.org>
dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
index 15e4051eafb6..a0bf0d0fa37e 100644
--- a/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: a47fcb71ccdca700a6c47deac072202ea7374c55
Author: Michał Górny gentoo org>
AuthorDate: Wed May 11 11:20:19 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Wed May 11 11:22:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47fcb71
dev-python/oslo-utils: Add pyyaml dep
Closes: https://bugs.gentoo.org/835052
Signed-off-by: Michał Górny gentoo.org>
.../oslo-utils/{oslo-utils-4.13.0.ebuild => oslo-utils-4.13.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/oslo-utils/oslo-utils-4.13.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
similarity index 97%
rename from dev-python/oslo-utils/oslo-utils-4.13.0.ebuild
rename to dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
index b991aafb859e..15e4051eafb6 100644
--- a/dev-python/oslo-utils/oslo-utils-4.13.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
"
BDEPEND="
>=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 20f9c5c94acfc8df10709c721562879b2cab3017
Author: Michał Górny gentoo org>
AuthorDate: Thu Apr 28 07:10:45 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Apr 28 08:13:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f9c5c9
dev-python/oslo-utils: Bump to 4.13.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 +
dev-python/oslo-utils/oslo-utils-4.13.0.ebuild | 63 ++
2 files changed, 64 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index db024b0c6c4a..02910c6154d0 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-4.12.2.tar.gz 101505 BLAKE2B
fb2d56c767e8ed100ba789560e6b50dfecf8528de2a2717a9660e3dc8ceb93838137d59f1c2e3f05ccb99b95ea1ec86870e22160fb670a8cfb2dd9d6783f1d0f
SHA512
fa56225f1991b031e2122cf08cd0992d8a9bfacd9a83d590f87ff86c495d51763ac06f65076c746a59563a60f886601d00ea9536dfcc927fca94c5a1431bcf67
+DIST oslo.utils-4.13.0.tar.gz 101834 BLAKE2B
9d3457ee9ce1746869120bf66d83495b4e1f2b4ca005285fa121ff4c176e85148662cd1de52bdaf93dc18d85478f2cbfde9b310e748b895f01c77ef82019dc0e
SHA512
1d97fdaab79cc6c4cc34efdafca7263a2679e60d446aadc46fe31d7fdda2051b37f9df79d149644d914c7274e7fa2d9ef6a1c1aeafad8a1333221dcbe65f4723
diff --git a/dev-python/oslo-utils/oslo-utils-4.13.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.13.0.ebuild
new file mode 100644
index ..b991aafb859e
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-4.13.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ test? (
+ $(python_gen_cond_dep '
+ >=dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ ' python3_{8..9})
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # spurious rdep
+ sed -i -e '/pbr/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
+
+python_compile() {
+ distutils-r1_python_compile
+ if ! has "${EPYTHON}" python3.{8..9}; then
+ find "${BUILD_DIR}"/install -name '*eventletutils*.py' -delete
|| die
+ fi
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 5151599dfb0cce404cb9ed3df634ec6ed87d306f
Author: Michał Górny gentoo org>
AuthorDate: Sun Feb 27 18:50:52 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Feb 27 18:50:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5151599d
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 2 --
dev-python/oslo-utils/oslo-utils-4.12.0.ebuild | 47 --
dev-python/oslo-utils/oslo-utils-4.12.1.ebuild | 47 --
3 files changed, 96 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index cba4a261f4b8..db024b0c6c4a 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,3 +1 @@
-DIST oslo.utils-4.12.0.tar.gz 100927 BLAKE2B
6f175d7c08a9084af083d1e2a339ef81c9d49f832f0c94b17fe652485f077d787731bbef61bb7b4cc30188b776b7494f53700b76a736be70cff0ce5b4da5b11d
SHA512
a31d307199584d6aa891464e0d9ef218d0a2aa6b54337e081ac3d787d883dfa088484f894c421c4cbf428ce2a53b6547770d469299ec7b9d0159e5a38fde06e3
-DIST oslo.utils-4.12.1.tar.gz 101375 BLAKE2B
d6f74c8cbe8d28b0955a7f46906f28d7719413a3ea4e210fc050f89aebf30fa03c36bec9d1ccc658d59bcfe6c933d9eb8cc6096d693f0c75882fd3099de5953a
SHA512
26d4d8c7584e516c05b035a11d12b638713c9349fa8cf8a310b6ead2a078684b29409c1a6a01ac035f872f3deb0dda2aaef8c3a0150825b36d6583052d887ed7
DIST oslo.utils-4.12.2.tar.gz 101505 BLAKE2B
fb2d56c767e8ed100ba789560e6b50dfecf8528de2a2717a9660e3dc8ceb93838137d59f1c2e3f05ccb99b95ea1ec86870e22160fb670a8cfb2dd9d6783f1d0f
SHA512
fa56225f1991b031e2122cf08cd0992d8a9bfacd9a83d590f87ff86c495d51763ac06f65076c746a59563a60f886601d00ea9536dfcc927fca94c5a1431bcf67
diff --git a/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
deleted file mode 100644
index 48ad03a4b210..
--- a/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- # spurious rdep
- sed -i -e '/pbr/d' requirements.txt || die
- distutils-r1_src_prepare
-}
diff --git a/dev-python/oslo-utils/oslo-utils-4.12.1.ebuild
b/dev-python/oslo-utils/oslo-utils-4.12.1.ebuild
deleted file mode 100644
index 188b2dbbcda8..
--- a/dev-python/oslo-utils/oslo-utils-4.12.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: e170645fd5e737fa8d098d29b6c0a2571810e6be
Author: Jakov Smolić gentoo org>
AuthorDate: Sun Feb 27 12:16:04 2022 +
Commit: Jakov Smolić gentoo org>
CommitDate: Sun Feb 27 12:22:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e170645f
dev-python/oslo-utils: Stabilize 4.12.2 ALLARCHES, #834201
Signed-off-by: Jakov Smolić gentoo.org>
dev-python/oslo-utils/oslo-utils-4.12.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
b/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
index b991aafb859e..2671db683670 100644
--- a/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: cca0337ca265cb460030a1fcf2e338da9230fe90
Author: Michał Górny gentoo org>
AuthorDate: Thu Feb 24 16:21:56 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Feb 24 18:08:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca0337c
dev-python/oslo-utils: Enable py3.10 (w/o eventlet part)
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-4.12.2.ebuild | 18 --
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
b/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
index 90d9c1b9be66..b991aafb859e 100644
--- a/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -30,8 +30,10 @@ RDEPEND="
"
BDEPEND="
>=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
test? (
+ $(python_gen_cond_dep '
+ >=dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ ' python3_{8..9})
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
@@ -47,3 +49,15 @@ src_prepare() {
sed -i -e '/pbr/d' requirements.txt || die
distutils-r1_src_prepare
}
+
+python_compile() {
+ distutils-r1_python_compile
+ if ! has "${EPYTHON}" python3.{8..9}; then
+ find "${BUILD_DIR}"/install -name '*eventletutils*.py' -delete
|| die
+ fi
+}
+
+python_test() {
+ cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+ eunittest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: b6a9678438e9e3ef5984727a789318a9c1ad3c16
Author: Michał Górny gentoo org>
AuthorDate: Wed Feb 16 21:46:23 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Feb 16 22:34:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a96784
dev-python/oslo-utils: Bump to 4.12.2
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 +
dev-python/oslo-utils/oslo-utils-4.12.2.ebuild | 49 ++
2 files changed, 50 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 4cc081b5095a..cba4a261f4b8 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1,3 @@
DIST oslo.utils-4.12.0.tar.gz 100927 BLAKE2B
6f175d7c08a9084af083d1e2a339ef81c9d49f832f0c94b17fe652485f077d787731bbef61bb7b4cc30188b776b7494f53700b76a736be70cff0ce5b4da5b11d
SHA512
a31d307199584d6aa891464e0d9ef218d0a2aa6b54337e081ac3d787d883dfa088484f894c421c4cbf428ce2a53b6547770d469299ec7b9d0159e5a38fde06e3
DIST oslo.utils-4.12.1.tar.gz 101375 BLAKE2B
d6f74c8cbe8d28b0955a7f46906f28d7719413a3ea4e210fc050f89aebf30fa03c36bec9d1ccc658d59bcfe6c933d9eb8cc6096d693f0c75882fd3099de5953a
SHA512
26d4d8c7584e516c05b035a11d12b638713c9349fa8cf8a310b6ead2a078684b29409c1a6a01ac035f872f3deb0dda2aaef8c3a0150825b36d6583052d887ed7
+DIST oslo.utils-4.12.2.tar.gz 101505 BLAKE2B
fb2d56c767e8ed100ba789560e6b50dfecf8528de2a2717a9660e3dc8ceb93838137d59f1c2e3f05ccb99b95ea1ec86870e22160fb670a8cfb2dd9d6783f1d0f
SHA512
fa56225f1991b031e2122cf08cd0992d8a9bfacd9a83d590f87ff86c495d51763ac06f65076c746a59563a60f886601d00ea9536dfcc927fca94c5a1431bcf67
diff --git a/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
b/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
new file mode 100644
index ..90d9c1b9be66
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-4.12.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # spurious rdep
+ sed -i -e '/pbr/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 9d9d64daece41e549e060ad28196f04e4cbe12b7
Author: Arthur Zamarin gentoo org>
AuthorDate: Thu Jan 20 13:10:41 2022 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Thu Jan 20 13:16:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9d64da
dev-python/oslo-utils: add 4.12.1
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/Manifest | 1 +
dev-python/oslo-utils/oslo-utils-4.12.1.ebuild | 47 ++
2 files changed, 48 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 94a881a619b1..4cc081b5095a 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-4.12.0.tar.gz 100927 BLAKE2B
6f175d7c08a9084af083d1e2a339ef81c9d49f832f0c94b17fe652485f077d787731bbef61bb7b4cc30188b776b7494f53700b76a736be70cff0ce5b4da5b11d
SHA512
a31d307199584d6aa891464e0d9ef218d0a2aa6b54337e081ac3d787d883dfa088484f894c421c4cbf428ce2a53b6547770d469299ec7b9d0159e5a38fde06e3
+DIST oslo.utils-4.12.1.tar.gz 101375 BLAKE2B
d6f74c8cbe8d28b0955a7f46906f28d7719413a3ea4e210fc050f89aebf30fa03c36bec9d1ccc658d59bcfe6c933d9eb8cc6096d693f0c75882fd3099de5953a
SHA512
26d4d8c7584e516c05b035a11d12b638713c9349fa8cf8a310b6ead2a078684b29409c1a6a01ac035f872f3deb0dda2aaef8c3a0150825b36d6583052d887ed7
diff --git a/dev-python/oslo-utils/oslo-utils-4.12.1.ebuild
b/dev-python/oslo-utils/oslo-utils-4.12.1.ebuild
new file mode 100644
index ..188b2dbbcda8
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-4.12.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # spurious rdep
+ sed -i -e '/pbr/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 34212b76dee4e20f5632b61730ea53f74724dc63
Author: Michał Górny gentoo org>
AuthorDate: Sun Dec 19 21:13:38 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Dec 19 21:13:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34212b76
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-4.11.0.ebuild | 47 --
2 files changed, 48 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index b28ac1c51368..94a881a619b1 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-4.11.0.tar.gz 100897 BLAKE2B
a020682e89ba86a4b8390c842ffabcfd3d923168c89071c380d50de289e91a5c0247ce47dea3f17675ac14fe7e8129744bf7f5aa8a4aad6ff90d1d01cbd2b589
SHA512
837d111bec78364501a4d92039f76cdfc761b9302eae4badf3700d983f2ff19ffa3497835fef81c28b28760b9aa0325aecafa559b00b3d7593c1d1b2ca916702
DIST oslo.utils-4.12.0.tar.gz 100927 BLAKE2B
6f175d7c08a9084af083d1e2a339ef81c9d49f832f0c94b17fe652485f077d787731bbef61bb7b4cc30188b776b7494f53700b76a736be70cff0ce5b4da5b11d
SHA512
a31d307199584d6aa891464e0d9ef218d0a2aa6b54337e081ac3d787d883dfa088484f894c421c4cbf428ce2a53b6547770d469299ec7b9d0159e5a38fde06e3
diff --git a/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
deleted file mode 100644
index 48ad03a4b210..
--- a/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- # spurious rdep
- sed -i -e '/pbr/d' requirements.txt || die
- distutils-r1_src_prepare
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: d1b8ebb8fe702a946e9b79b62cce50406ff7faab
Author: Arthur Zamarin gentoo org>
AuthorDate: Sun Dec 19 21:05:42 2021 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Sun Dec 19 21:05:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b8ebb8
dev-python/oslo-utils: Stabilize 4.12.0 ALLARCHES, #829644
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/oslo-utils/oslo-utils-4.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
index 45519072b840..48ad03a4b210 100644
--- a/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 3e57e04256a92f9c18fe464be7ac577cd93c9625
Author: Michał Górny gentoo org>
AuthorDate: Sun Nov 21 20:09:35 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Nov 21 20:10:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e57e042
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-4.10.0.ebuild | 47 --
2 files changed, 48 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 3c27cd11f82c..b28ac1c51368 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,3 +1,2 @@
-DIST oslo.utils-4.10.0.tar.gz 100481 BLAKE2B
45bb815943912b08256cfba943fb729202346eb8b2ec4b3d2ec5ca8ffed55e321f2abe2a579202240b529e4520bbd70a23ec0dec760f74aaffdd236ee2769723
SHA512
ff51fcd4d12701bf9e729d7bc1e8d6091a7768e7583fcf7ba879e69ad53c6425216c76fef783012f3d9f7cc5947179c4470225416e314c9c0836d201a6d76c14
DIST oslo.utils-4.11.0.tar.gz 100897 BLAKE2B
a020682e89ba86a4b8390c842ffabcfd3d923168c89071c380d50de289e91a5c0247ce47dea3f17675ac14fe7e8129744bf7f5aa8a4aad6ff90d1d01cbd2b589
SHA512
837d111bec78364501a4d92039f76cdfc761b9302eae4badf3700d983f2ff19ffa3497835fef81c28b28760b9aa0325aecafa559b00b3d7593c1d1b2ca916702
DIST oslo.utils-4.12.0.tar.gz 100927 BLAKE2B
6f175d7c08a9084af083d1e2a339ef81c9d49f832f0c94b17fe652485f077d787731bbef61bb7b4cc30188b776b7494f53700b76a736be70cff0ce5b4da5b11d
SHA512
a31d307199584d6aa891464e0d9ef218d0a2aa6b54337e081ac3d787d883dfa088484f894c421c4cbf428ce2a53b6547770d469299ec7b9d0159e5a38fde06e3
diff --git a/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
deleted file mode 100644
index 48ad03a4b210..
--- a/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
- >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- # spurious rdep
- sed -i -e '/pbr/d' requirements.txt || die
- distutils-r1_src_prepare
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 80a731441c9c6857a78fdd43c463879261fd2a89
Author: Jakov Smolić gentoo org>
AuthorDate: Sun Nov 21 19:28:16 2021 +
Commit: Jakov Smolić gentoo org>
CommitDate: Sun Nov 21 19:28:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a73144
dev-python/oslo-utils: Stabilize 4.11.0 ALLARCHES, #825650
Signed-off-by: Jakov Smolić gentoo.org>
dev-python/oslo-utils/oslo-utils-4.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
index 45519072b840..48ad03a4b210 100644
--- a/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 8d462ff02859a78496159db761a502efd98814a5
Author: Michał Górny gentoo org>
AuthorDate: Thu Nov 18 21:41:05 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Nov 18 22:28:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d462ff0
dev-python/oslo-utils: Bump to 4.12.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 +
dev-python/oslo-utils/oslo-utils-4.12.0.ebuild | 47 ++
2 files changed, 48 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index ad1f2617369f..3c27cd11f82c 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1,3 @@
DIST oslo.utils-4.10.0.tar.gz 100481 BLAKE2B
45bb815943912b08256cfba943fb729202346eb8b2ec4b3d2ec5ca8ffed55e321f2abe2a579202240b529e4520bbd70a23ec0dec760f74aaffdd236ee2769723
SHA512
ff51fcd4d12701bf9e729d7bc1e8d6091a7768e7583fcf7ba879e69ad53c6425216c76fef783012f3d9f7cc5947179c4470225416e314c9c0836d201a6d76c14
DIST oslo.utils-4.11.0.tar.gz 100897 BLAKE2B
a020682e89ba86a4b8390c842ffabcfd3d923168c89071c380d50de289e91a5c0247ce47dea3f17675ac14fe7e8129744bf7f5aa8a4aad6ff90d1d01cbd2b589
SHA512
837d111bec78364501a4d92039f76cdfc761b9302eae4badf3700d983f2ff19ffa3497835fef81c28b28760b9aa0325aecafa559b00b3d7593c1d1b2ca916702
+DIST oslo.utils-4.12.0.tar.gz 100927 BLAKE2B
6f175d7c08a9084af083d1e2a339ef81c9d49f832f0c94b17fe652485f077d787731bbef61bb7b4cc30188b776b7494f53700b76a736be70cff0ce5b4da5b11d
SHA512
a31d307199584d6aa891464e0d9ef218d0a2aa6b54337e081ac3d787d883dfa088484f894c421c4cbf428ce2a53b6547770d469299ec7b9d0159e5a38fde06e3
diff --git a/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
new file mode 100644
index ..45519072b840
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # spurious rdep
+ sed -i -e '/pbr/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: e35a69f1ee6cc25cf9edad2370a7c0ddcf2d35fe
Author: Michał Górny gentoo org>
AuthorDate: Fri Oct 22 08:15:21 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Oct 22 10:28:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35a69f1
dev-python/oslo-utils: Bump to 4.11.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 +
dev-python/oslo-utils/oslo-utils-4.11.0.ebuild | 47 ++
2 files changed, 48 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 256031a39fa..ad1f2617369 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-4.10.0.tar.gz 100481 BLAKE2B
45bb815943912b08256cfba943fb729202346eb8b2ec4b3d2ec5ca8ffed55e321f2abe2a579202240b529e4520bbd70a23ec0dec760f74aaffdd236ee2769723
SHA512
ff51fcd4d12701bf9e729d7bc1e8d6091a7768e7583fcf7ba879e69ad53c6425216c76fef783012f3d9f7cc5947179c4470225416e314c9c0836d201a6d76c14
+DIST oslo.utils-4.11.0.tar.gz 100897 BLAKE2B
a020682e89ba86a4b8390c842ffabcfd3d923168c89071c380d50de289e91a5c0247ce47dea3f17675ac14fe7e8129744bf7f5aa8a4aad6ff90d1d01cbd2b589
SHA512
837d111bec78364501a4d92039f76cdfc761b9302eae4badf3700d983f2ff19ffa3497835fef81c28b28760b9aa0325aecafa559b00b3d7593c1d1b2ca916702
diff --git a/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
new file mode 100644
index 000..45519072b84
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-4.11.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # spurious rdep
+ sed -i -e '/pbr/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 30d31ec5ee5230f0e4f1107c77d34b29d9fe948b
Author: Michał Górny gentoo org>
AuthorDate: Sat Sep 25 22:02:53 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Sep 25 22:02:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d31ec5
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-4.9.2.ebuild | 44 ---
2 files changed, 45 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 04c16f382a3..256031a39fa 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
DIST oslo.utils-4.10.0.tar.gz 100481 BLAKE2B
45bb815943912b08256cfba943fb729202346eb8b2ec4b3d2ec5ca8ffed55e321f2abe2a579202240b529e4520bbd70a23ec0dec760f74aaffdd236ee2769723
SHA512
ff51fcd4d12701bf9e729d7bc1e8d6091a7768e7583fcf7ba879e69ad53c6425216c76fef783012f3d9f7cc5947179c4470225416e314c9c0836d201a6d76c14
-DIST oslo.utils-4.9.2.tar.gz 100047 BLAKE2B
4dab375254015d312bb20a61597e24d55c228dac1970b3724e188d96ce8319f2f7b72d6d14220265dbb1543732f86af73ec2b3be2c1d2fc364a5c419fe7dd228
SHA512
17e32d63292b95f3bf44baa83d68575f7b9050a220f091d8a5e4da4347e9b543d02008558c1fdc61fea9f4d2c0b0dd8b6552b694d45fd698095530952adcbe11
diff --git a/dev-python/oslo-utils/oslo-utils-4.9.2.ebuild
b/dev-python/oslo-utils/oslo-utils-4.9.2.ebuild
deleted file mode 100644
index 2d6b866146c..000
--- a/dev-python/oslo-utils/oslo-utils-4.9.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${CDEPEND}
- >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 901cde478c3e3600f06f973b1792145a3906
Author: Sam James gentoo org>
AuthorDate: Sat Sep 25 19:54:34 2021 +
Commit: Sam James gentoo org>
CommitDate: Sat Sep 25 19:54:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901cde47
dev-python/oslo-utils: Stabilize 4.10.0 ALLARCHES, #814731
Signed-off-by: Sam James gentoo.org>
dev-python/oslo-utils/oslo-utils-4.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
index 45519072b84..48ad03a4b21 100644
--- a/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
RDEPEND="
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: f1043ea61f0e13172e22042c8698d66b091d1871
Author: Michał Górny gentoo org>
AuthorDate: Thu Aug 19 22:04:08 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Aug 19 22:13:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1043ea6
dev-python/oslo-utils: Bump to 4.10.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 +
dev-python/oslo-utils/oslo-utils-4.10.0.ebuild | 47 ++
2 files changed, 48 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index d27b6507a59..04c16f382a3 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
+DIST oslo.utils-4.10.0.tar.gz 100481 BLAKE2B
45bb815943912b08256cfba943fb729202346eb8b2ec4b3d2ec5ca8ffed55e321f2abe2a579202240b529e4520bbd70a23ec0dec760f74aaffdd236ee2769723
SHA512
ff51fcd4d12701bf9e729d7bc1e8d6091a7768e7583fcf7ba879e69ad53c6425216c76fef783012f3d9f7cc5947179c4470225416e314c9c0836d201a6d76c14
DIST oslo.utils-4.9.2.tar.gz 100047 BLAKE2B
4dab375254015d312bb20a61597e24d55c228dac1970b3724e188d96ce8319f2f7b72d6d14220265dbb1543732f86af73ec2b3be2c1d2fc364a5c419fe7dd228
SHA512
17e32d63292b95f3bf44baa83d68575f7b9050a220f091d8a5e4da4347e9b543d02008558c1fdc61fea9f4d2c0b0dd8b6552b694d45fd698095530952adcbe11
diff --git a/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
new file mode 100644
index 000..45519072b84
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-4.10.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # spurious rdep
+ sed -i -e '/pbr/d' requirements.txt || die
+ distutils-r1_src_prepare
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: c804737f4e0761625ce68c991baf3a496e4c02b2
Author: Michał Górny gentoo org>
AuthorDate: Mon Aug 16 06:08:59 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Aug 16 06:08:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c804737f
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest | 1 -
dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild | 45
2 files changed, 46 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index faf4b3fdb0c..d27b6507a59 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo.utils-4.6.0.tar.gz 94148 BLAKE2B
2de92b22b849522a43e81f0fa9bb5e92d2c380c07eca81cd916c536e10ec55869d5933a3a9dcc65b682ac793534094e6b0aaa74b7ac9c74724231dccc0dbae3b
SHA512
fe91522c9860a7637af8b8521c297d6467f2af643f026abc97b72fd3032789219d2b3fdc9a6d8beecb0e55e4e7c319e800be295abf9639b52e32da81dae0c9a7
DIST oslo.utils-4.9.2.tar.gz 100047 BLAKE2B
4dab375254015d312bb20a61597e24d55c228dac1970b3724e188d96ce8319f2f7b72d6d14220265dbb1543732f86af73ec2b3be2c1d2fc364a5c419fe7dd228
SHA512
17e32d63292b95f3bf44baa83d68575f7b9050a220f091d8a5e4da4347e9b543d02008558c1fdc61fea9f4d2c0b0dd8b6552b694d45fd698095530952adcbe11
diff --git a/dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild
deleted file mode 100644
index 5b435db9855..000
--- a/dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
- >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${CDEPEND}
- >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: e63751bc674bca7b2ab90fd43f4cbb72d308c9ec
Author: Michał Górny gentoo org>
AuthorDate: Sat Jul 10 07:10:56 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Jul 10 07:34:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63751bc
dev-python/oslo-utils: Bump to 4.9.2
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-4.9.2.ebuild | 44 +++
2 files changed, 45 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 6619a59a207..faf4b3fdb0c 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo.utils-4.6.0.tar.gz 94148 BLAKE2B
2de92b22b849522a43e81f0fa9bb5e92d2c380c07eca81cd916c536e10ec55869d5933a3a9dcc65b682ac793534094e6b0aaa74b7ac9c74724231dccc0dbae3b
SHA512
fe91522c9860a7637af8b8521c297d6467f2af643f026abc97b72fd3032789219d2b3fdc9a6d8beecb0e55e4e7c319e800be295abf9639b52e32da81dae0c9a7
+DIST oslo.utils-4.9.2.tar.gz 100047 BLAKE2B
4dab375254015d312bb20a61597e24d55c228dac1970b3724e188d96ce8319f2f7b72d6d14220265dbb1543732f86af73ec2b3be2c1d2fc364a5c419fe7dd228
SHA512
17e32d63292b95f3bf44baa83d68575f7b9050a220f091d8a5e4da4347e9b543d02008558c1fdc61fea9f4d2c0b0dd8b6552b694d45fd698095530952adcbe11
diff --git a/dev-python/oslo-utils/oslo-utils-4.9.2.ebuild
b/dev-python/oslo-utils/oslo-utils-4.9.2.ebuild
new file mode 100644
index 000..d91c441baa6
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-4.9.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+RDEPEND="
+ ${CDEPEND}
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ ${CDEPEND}
+ >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 8e4ba1023978c809d631334a8e2d0299013972c0
Author: Sam James gentoo org>
AuthorDate: Wed Jun 23 00:15:25 2021 +
Commit: Sam James gentoo org>
CommitDate: Wed Jun 23 00:15:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ba102
dev-python/oslo-utils: guard test dependencies behind test? ( ... )
Revbumping to allow people to depclean these without relying on
dynamic deps.
Signed-off-by: Sam James gentoo.org>
.../{oslo-utils-4.6.0.ebuild => oslo-utils-4.6.0-r1.ebuild} | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild
similarity index 80%
rename from dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
rename to dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild
index 7fb0bb88bbd..5b435db9855 100644
--- a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild
@@ -33,11 +33,13 @@ RDEPEND="
BDEPEND="
${CDEPEND}
>dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ )
"
distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 699b3db832eef563d4bace6c8c6627d0569d8ada Author: Michał Górny gentoo org> AuthorDate: Tue Jun 22 14:02:19 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Jun 22 14:13:03 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699b3db8 dev-python/oslo-utils: Add python@ as co-maint. Signed-off-by: Michał Górny gentoo.org> dev-python/oslo-utils/metadata.xml | 4 1 file changed, 4 insertions(+) diff --git a/dev-python/oslo-utils/metadata.xml b/dev-python/oslo-utils/metadata.xml index a94aab1f931..5ba04c088a1 100644 --- a/dev-python/oslo-utils/metadata.xml +++ b/dev-python/oslo-utils/metadata.xml @@ -9,6 +9,10 @@ [email protected] Matthew Thode + + [email protected] + Python + oslo.utils
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 6bd33b7450299796360cdb0aaed71d65a78fd62c
Author: Michał Górny gentoo org>
AuthorDate: Tue Jun 22 14:03:41 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Tue Jun 22 14:13:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd33b74
dev-python/oslo-utils: Enable py3.9
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/oslo-utils-4.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
index ac019d00448..7fb0bb88bbd 100644
--- a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
MY_PN=${PN/-/.}
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 9b5ac452964ca7a457e64f983dd5988f7e7e6c92
Author: Michał Górny gentoo org>
AuthorDate: Tue Jun 22 14:02:00 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Tue Jun 22 14:13:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5ac452
dev-python/oslo-utils: Enable tests
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 2 +-
dev-python/oslo-utils/oslo-utils-4.6.0.ebuild | 18 +-
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 813b7405662..6619a59a207 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1 @@
-DIST oslo-utils-4.6.0.tar.gz 94148 BLAKE2B
2de92b22b849522a43e81f0fa9bb5e92d2c380c07eca81cd916c536e10ec55869d5933a3a9dcc65b682ac793534094e6b0aaa74b7ac9c74724231dccc0dbae3b
SHA512
fe91522c9860a7637af8b8521c297d6467f2af643f026abc97b72fd3032789219d2b3fdc9a6d8beecb0e55e4e7c319e800be295abf9639b52e32da81dae0c9a7
+DIST oslo.utils-4.6.0.tar.gz 94148 BLAKE2B
2de92b22b849522a43e81f0fa9bb5e92d2c380c07eca81cd916c536e10ec55869d5933a3a9dcc65b682ac793534094e6b0aaa74b7ac9c74724231dccc0dbae3b
SHA512
fe91522c9860a7637af8b8521c297d6467f2af643f026abc97b72fd3032789219d2b3fdc9a6d8beecb0e55e4e7c319e800be295abf9639b52e32da81dae0c9a7
diff --git a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
index d9dc808f52b..ac019d00448 100644
--- a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
@@ -2,16 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
MY_PN=${PN/-/.}
-
DESCRIPTION="Oslo Utility library"
HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz ->
${P}.tar.gz"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
@@ -20,7 +18,6 @@ KEYWORDS="amd64 ~arm arm64 x86"
CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
RDEPEND="
${CDEPEND}
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
@@ -33,3 +30,14 @@ RDEPEND="
>=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
"
+BDEPEND="
+ ${CDEPEND}
+ >dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 6f1fd38d35c8dd3f2036fb89685350a305018197 Author: Matthew Thode gentoo org> AuthorDate: Mon Feb 22 23:41:52 2021 + Commit: Matthew Thode gentoo org> CommitDate: Mon Feb 22 23:50:45 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1fd38d dev-python/oslo-utils: add prometheanfire as maintainer Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> dev-python/oslo-utils/metadata.xml | 4 1 file changed, 4 insertions(+) diff --git a/dev-python/oslo-utils/metadata.xml b/dev-python/oslo-utils/metadata.xml index 10f43e26e55..a94aab1f931 100644 --- a/dev-python/oslo-utils/metadata.xml +++ b/dev-python/oslo-utils/metadata.xml @@ -5,6 +5,10 @@ [email protected] Openstack + + [email protected] + Matthew Thode + oslo.utils
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 332748d81f6707e50e78f822c483892d5de206fd
Author: Michał Górny gentoo org>
AuthorDate: Wed Nov 18 08:50:50 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Nov 18 09:12:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332748d8
dev-python/oslo-utils: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/oslo-utils/Manifest| 1 -
dev-python/oslo-utils/oslo-utils-4.1.2.ebuild | 82 ---
2 files changed, 83 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 670b655a846..813b7405662 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo-utils-4.1.2.tar.gz 92889 BLAKE2B
16397708abe47946c1495adf6b91ad9db6bdef8c2f475f398b3b4d390193b800ff0b1710183732b81dde89fc24aad204854d02a0e0567046e712663eaa685711
SHA512
d6784c7e1a30690ec2523514b464c95e1d6704a8c8fef5da85b76583dfb5d4b5cbfd18eb9451a90243210e50405f7541b85b39ac09d4f487119677efeef63418
DIST oslo-utils-4.6.0.tar.gz 94148 BLAKE2B
2de92b22b849522a43e81f0fa9bb5e92d2c380c07eca81cd916c536e10ec55869d5933a3a9dcc65b682ac793534094e6b0aaa74b7ac9c74724231dccc0dbae3b
SHA512
fe91522c9860a7637af8b8521c297d6467f2af643f026abc97b72fd3032789219d2b3fdc9a6d8beecb0e55e4e7c319e800be295abf9639b52e32da81dae0c9a7
diff --git a/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild
b/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild
deleted file mode 100644
index 7a5cefe94e8..000
--- a/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz ->
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}
- test? (
- >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
- !~dev-python/eventlet-0.18.3[${PYTHON_USEDEP}]
- !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
- !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
- !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
- !~dev-python/coverage-4.4.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
- >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 5e1bd77a0373f28de02b00fb94165eed1d298af2 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 14 21:51:28 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 14 21:52:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1bd77a dev-python/oslo-utils: Mark ALLARCHES Signed-off-by: Michał Górny gentoo.org> dev-python/oslo-utils/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/oslo-utils/metadata.xml b/dev-python/oslo-utils/metadata.xml index dae196bf5de..10f43e26e55 100644 --- a/dev-python/oslo-utils/metadata.xml +++ b/dev-python/oslo-utils/metadata.xml @@ -5,6 +5,7 @@ [email protected] Openstack + oslo.utils oslo
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 21780716bd25055c3ed90e7cae6b2d7ca0fad78e
Author: Matthew Thode gentoo org>
AuthorDate: Sun Oct 11 00:51:52 2020 +
Commit: Matthew Thode gentoo org>
CommitDate: Sun Oct 11 01:29:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21780716
dev-python/oslo-utils: 4.6.0 bump
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode gentoo.org>
dev-python/oslo-utils/Manifest| 1 +
dev-python/oslo-utils/oslo-utils-4.6.0.ebuild | 35 +++
2 files changed, 36 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index e6cec35eea3..670b655a846 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
DIST oslo-utils-4.1.2.tar.gz 92889 BLAKE2B
16397708abe47946c1495adf6b91ad9db6bdef8c2f475f398b3b4d390193b800ff0b1710183732b81dde89fc24aad204854d02a0e0567046e712663eaa685711
SHA512
d6784c7e1a30690ec2523514b464c95e1d6704a8c8fef5da85b76583dfb5d4b5cbfd18eb9451a90243210e50405f7541b85b39ac09d4f487119677efeef63418
+DIST oslo-utils-4.6.0.tar.gz 94148 BLAKE2B
2de92b22b849522a43e81f0fa9bb5e92d2c380c07eca81cd916c536e10ec55869d5933a3a9dcc65b682ac793534094e6b0aaa74b7ac9c74724231dccc0dbae3b
SHA512
fe91522c9860a7637af8b8521c297d6467f2af643f026abc97b72fd3032789219d2b3fdc9a6d8beecb0e55e4e7c319e800be295abf9639b52e32da81dae0c9a7
diff --git a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
b/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
new file mode 100644
index 000..82ffb8f09c7
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz ->
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+RDEPEND="
+ ${CDEPEND}
+ >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+"
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 02a323b887d8d05492a319f6f351786aff008f7c Author: Matthew Thode gentoo org> AuthorDate: Sat Jul 18 22:27:30 2020 + Commit: Matthew Thode gentoo org> CommitDate: Sat Jul 18 22:30:54 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a323b8 dev-python/oslo-utils: add py36 to oslo-utils (to clean up old) Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthew Thode gentoo.org> dev-python/oslo-utils/oslo-utils-4.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild b/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild index eed1c4c3fe2..c93a004e2bb 100644 --- a/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild +++ b/dev-python/oslo-utils/oslo-utils-4.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: 7f670b141488b46304dd3d50a13408c5404d1262
Author: Matthew Thode gentoo org>
AuthorDate: Sat Jul 18 22:29:27 2020 +
Commit: Matthew Thode gentoo org>
CommitDate: Sat Jul 18 22:30:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f670b14
dev-python/oslo-utils: cleanup
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode gentoo.org>
dev-python/oslo-utils/Manifest | 2 -
dev-python/oslo-utils/oslo-utils-3.41.5.ebuild | 102 -
dev-python/oslo-utils/oslo-utils-4.1.1.ebuild | 82
dev-python/oslo-utils/oslo-utils-4.1.2.ebuild | 2 +-
4 files changed, 1 insertion(+), 187 deletions(-)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 1643375e00e..e6cec35eea3 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,3 +1 @@
-DIST oslo-utils-3.41.5.tar.gz 91662 BLAKE2B
28ab74823b68cdf427396e5e357f567be5540eaf28e56416015d41ba76ddbe0970064b672c46b53bf23c2dfaae442462fa89d1e140e5f5a271db6e72e4b3e615
SHA512
0d9f9a99a48c0d6623947df6557eca24ebb2ae21d110e1c2a37e09c89fc2749d3ae480bfb534b3a2e3a6f9e7b0db126497f3403825b1272a30f532aa57795b04
-DIST oslo-utils-4.1.1.tar.gz 92838 BLAKE2B
f468f77bc72124c404d4aac2b8ca9fd7f05140e45bfcc9b19e04e5d3181532fd82f941b7a00d22f1cb656ae46dc205e7da449772666a8892b8d7ea6469bb6505
SHA512
d6388af59caa7531901eb5585e1dd9eca544dd722bb4cdafb19221c33c543508306415f504b27559366eec2a9c7102acb181d8b833ee038e46e90567208daefd
DIST oslo-utils-4.1.2.tar.gz 92889 BLAKE2B
16397708abe47946c1495adf6b91ad9db6bdef8c2f475f398b3b4d390193b800ff0b1710183732b81dde89fc24aad204854d02a0e0567046e712663eaa685711
SHA512
d6784c7e1a30690ec2523514b464c95e1d6704a8c8fef5da85b76583dfb5d4b5cbfd18eb9451a90243210e50405f7541b85b39ac09d4f487119677efeef63418
diff --git a/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
b/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
deleted file mode 100644
index 41b6669851c..000
--- a/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz ->
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}
- test? (
- >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
- !~dev-python/eventlet-0.18.3[${PYTHON_USEDEP}]
- !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
- !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
- !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
- !~dev-python/coverage-4.4.0[${PYTHON_USEDEP}]
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
- >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
- =dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
- !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
- !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
- =dev-python/reno-2.5.0[${PYTHON_USEDEP}]
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- )
-"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
- >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
- >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
- sed -i '/^hacking/d' test-requirements.txt || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && esetup.py build_sphinx
-}
-
-# Note: Tests fail due to requiring installation
-#
-# Installation appears to fail due to the use of namespace packages but root
-# cause was never truly e
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/
commit: ab920b9d80f7c69355afe027e16ded68562cab15
Author: Matthew Thode gentoo org>
AuthorDate: Fri Jul 3 00:36:03 2020 +
Commit: Matthew Thode gentoo org>
CommitDate: Fri Jul 3 00:36:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab920b9d
dev-python/oslo-utils: 3.41.5 readded for py36
Package-Manager: Portage-2.3.99, Repoman-2.3.23
RepoMan-Options: --force
Signed-off-by: Matthew Thode gentoo.org>
dev-python/oslo-utils/Manifest | 1 +
dev-python/oslo-utils/oslo-utils-3.41.5.ebuild | 102 +
2 files changed, 103 insertions(+)
diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 778b6748922..1643375e00e 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1,3 @@
+DIST oslo-utils-3.41.5.tar.gz 91662 BLAKE2B
28ab74823b68cdf427396e5e357f567be5540eaf28e56416015d41ba76ddbe0970064b672c46b53bf23c2dfaae442462fa89d1e140e5f5a271db6e72e4b3e615
SHA512
0d9f9a99a48c0d6623947df6557eca24ebb2ae21d110e1c2a37e09c89fc2749d3ae480bfb534b3a2e3a6f9e7b0db126497f3403825b1272a30f532aa57795b04
DIST oslo-utils-4.1.1.tar.gz 92838 BLAKE2B
f468f77bc72124c404d4aac2b8ca9fd7f05140e45bfcc9b19e04e5d3181532fd82f941b7a00d22f1cb656ae46dc205e7da449772666a8892b8d7ea6469bb6505
SHA512
d6388af59caa7531901eb5585e1dd9eca544dd722bb4cdafb19221c33c543508306415f504b27559366eec2a9c7102acb181d8b833ee038e46e90567208daefd
DIST oslo-utils-4.1.2.tar.gz 92889 BLAKE2B
16397708abe47946c1495adf6b91ad9db6bdef8c2f475f398b3b4d390193b800ff0b1710183732b81dde89fc24aad204854d02a0e0567046e712663eaa685711
SHA512
d6784c7e1a30690ec2523514b464c95e1d6704a8c8fef5da85b76583dfb5d4b5cbfd18eb9451a90243210e50405f7541b85b39ac09d4f487119677efeef63418
diff --git a/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
b/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
new file mode 100644
index 000..41b6669851c
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz ->
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 ~arm64 x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ${CDEPEND}
+ test? (
+ >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
+ !~dev-python/eventlet-0.18.3[${PYTHON_USEDEP}]
+ !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+ !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
+ !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
+ !~dev-python/coverage-4.4.0[${PYTHON_USEDEP}]
+ >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+ =dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+ !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+ !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
+ =dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ )
+"
+RDEPEND="
+ ${CDEPEND}
+ >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+ >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+ >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+ sed -i '/^hacking/d' test-requirements.txt || die
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ use doc && esetup.py build_sphinx
+}
+
+# Note: Tests fail due to requiring installation
+#
+# Installation appears to fail due to the use of namespace packages but root
+# cause was never truly established.
+#
+# Tests fail with:
+# ImportError: No module named 'oslo.utils
+
+#RESTRICT="test"
+
+python
