[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2024-03-13 Thread Michał Górny
commit: 45d8d45e67ec0fbfc33148ec5c20d37308f27af8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 15:08:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 15:08:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d8d45e

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency/oslo-concurrency-5.3.0.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 9ebe5ea55af7..0f05f548d9c5 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-5.3.0.tar.gz 60677 BLAKE2B 
72af8a54bbea85e7564c5c04463e106e16ab1608f7ae8662b1e5db3cc07d07b0bd2531dedd9227d6823700c0e93e3c160afe7ddf27f6023715e62b787246fb64
 SHA512 
6f3adc558a7879ae05bfbfa30dfa4c687e5f1cd6385a6881b2e1647b116aab5816d1333b42bac0c8554685ea2ac3ee293d5b9dc836c214bb708e2d53a6971639
 DIST oslo.concurrency-6.0.0.tar.gz 60373 BLAKE2B 
24002c424894826f86d9fa7601d107ab04159ace9388944b615d4c1e35f54d5d8438b1a5021a3c3b0ef755d9b92382b9804fe8f7a84075feb7d7d523a4d1cbe9
 SHA512 
6a706e0590f6e29ab560e4133ffdb8dbd6c2cb2dc7cd16acd803ca93800a38223f57eec8c79698c9fe5bf47b1cdcbb89e1a98d3ea36f03a9ccee9da9ab39a0d9

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild
deleted file mode 100644
index 55eb491289a2..
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021-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 Concurrency library"
-HOMEPAGE="
-   https://opendev.org/openstack/oslo.concurrency/
-   https://github.com/openstack/oslo.concurrency/
-   https://pypi.org/project/oslo.concurrency/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # fails, then hangs
-   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2024-03-13 Thread Arthur Zamarin
commit: dfe0f03c3c8b3d6ca0e02aa9346c095798f265a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 13 14:56:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 13 15:03:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe0f03c

dev-python/oslo-concurrency: Stabilize 6.0.0 ALLARCHES, #926915

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild
index 8706152fbfa1..55eb491289a2 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-6.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/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2024-02-26 Thread Michał Górny
commit: 58974b26569b6db81cdafcc1ede58ed8f7926b9f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 16:19:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 17:48:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58974b26

dev-python/oslo-concurrency: Bump to 6.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-6.0.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 1bd5d55eaaa2..9ebe5ea55af7 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-5.3.0.tar.gz 60677 BLAKE2B 
72af8a54bbea85e7564c5c04463e106e16ab1608f7ae8662b1e5db3cc07d07b0bd2531dedd9227d6823700c0e93e3c160afe7ddf27f6023715e62b787246fb64
 SHA512 
6f3adc558a7879ae05bfbfa30dfa4c687e5f1cd6385a6881b2e1647b116aab5816d1333b42bac0c8554685ea2ac3ee293d5b9dc836c214bb708e2d53a6971639
+DIST oslo.concurrency-6.0.0.tar.gz 60373 BLAKE2B 
24002c424894826f86d9fa7601d107ab04159ace9388944b615d4c1e35f54d5d8438b1a5021a3c3b0ef755d9b92382b9804fe8f7a84075feb7d7d523a4d1cbe9
 SHA512 
6a706e0590f6e29ab560e4133ffdb8dbd6c2cb2dc7cd16acd803ca93800a38223f57eec8c79698c9fe5bf47b1cdcbb89e1a98d3ea36f03a9ccee9da9ab39a0d9

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild
new file mode 100644
index ..8706152fbfa1
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2021-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 Concurrency library"
+HOMEPAGE="
+   https://opendev.org/openstack/oslo.concurrency/
+   https://github.com/openstack/oslo.concurrency/
+   https://pypi.org/project/oslo.concurrency/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # fails, then hangs
+   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2024-01-29 Thread Michał Górny
commit: 0b3cd3eda4b5ce64ddce9d61d9e1c2596b0f9a06
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 29 10:14:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 29 10:24:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3cd3ed

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency/oslo-concurrency-5.2.0.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 3f42c96cf8e9..1bd5d55eaaa2 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-5.2.0.tar.gz 60052 BLAKE2B 
9f45af8beaa5fc145963e3e12818325dff2a00178c3154a4cf7ce2950ca90d9771be590593cc195c2909930416501da1042768da9ba653c0126437bb518a338e
 SHA512 
9f645aa611882e1b7218a7fbf65b54fef523d9cf067f894e9441c0a8de3ab80495ec8a167604412385edf12fc7a53b73ac0ef63e977889db7021dd5b93b0d72f
 DIST oslo.concurrency-5.3.0.tar.gz 60677 BLAKE2B 
72af8a54bbea85e7564c5c04463e106e16ab1608f7ae8662b1e5db3cc07d07b0bd2531dedd9227d6823700c0e93e3c160afe7ddf27f6023715e62b787246fb64
 SHA512 
6f3adc558a7879ae05bfbfa30dfa4c687e5f1cd6385a6881b2e1647b116aab5816d1333b42bac0c8554685ea2ac3ee293d5b9dc836c214bb708e2d53a6971639

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild
deleted file mode 100644
index 7e3c34a2ce63..
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021-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 Concurrency library"
-HOMEPAGE="
-   https://opendev.org/openstack/oslo.concurrency/
-   https://github.com/openstack/oslo.concurrency/
-   https://pypi.org/project/oslo.concurrency/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # fails, then hangs
-   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2024-01-29 Thread Sam James
commit: d2a5276df895fb115b36de2f7d7b6620a74871e2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 29 08:24:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 29 08:24:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a5276d

dev-python/oslo-concurrency: Stabilize 5.3.0 ALLARCHES, #923187

Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild
index 8706152fbfa1..55eb491289a2 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2024-01-10 Thread Michał Górny
commit: fe0e02585f2e97cf5e937c8dc41fe4bb76323e33
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 10 17:55:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 10 21:11:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0e0258

dev-python/oslo-concurrency: Bump to 5.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-5.3.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 94df29bc43f0..3f42c96cf8e9 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-5.2.0.tar.gz 60052 BLAKE2B 
9f45af8beaa5fc145963e3e12818325dff2a00178c3154a4cf7ce2950ca90d9771be590593cc195c2909930416501da1042768da9ba653c0126437bb518a338e
 SHA512 
9f645aa611882e1b7218a7fbf65b54fef523d9cf067f894e9441c0a8de3ab80495ec8a167604412385edf12fc7a53b73ac0ef63e977889db7021dd5b93b0d72f
+DIST oslo.concurrency-5.3.0.tar.gz 60677 BLAKE2B 
72af8a54bbea85e7564c5c04463e106e16ab1608f7ae8662b1e5db3cc07d07b0bd2531dedd9227d6823700c0e93e3c160afe7ddf27f6023715e62b787246fb64
 SHA512 
6f3adc558a7879ae05bfbfa30dfa4c687e5f1cd6385a6881b2e1647b116aab5816d1333b42bac0c8554685ea2ac3ee293d5b9dc836c214bb708e2d53a6971639

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild
new file mode 100644
index ..8706152fbfa1
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.3.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2021-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 Concurrency library"
+HOMEPAGE="
+   https://opendev.org/openstack/oslo.concurrency/
+   https://github.com/openstack/oslo.concurrency/
+   https://pypi.org/project/oslo.concurrency/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # fails, then hangs
+   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-11-08 Thread Michał Górny
commit: fb90fd7654432786e86b4b2e8b9236ed95cf932c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  8 08:39:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  8 09:11:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb90fd76

dev-python/oslo-concurrency: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild
index d9fecdf1dd7c..7e3c34a2ce63 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-09-30 Thread Michał Górny
commit: ac98da7ada39faf59a2e53200f562a0043d9f5e8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 06:42:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 06:46:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac98da7a

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency/oslo-concurrency-5.1.1.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 43f188acc845..94df29bc43f0 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-5.1.1.tar.gz 59787 BLAKE2B 
630e5bef3a4a49d0f7b8b7f79643ef5f737248ec45de0e801107142b898a252fe7c67be6e0f6db4b968e5a163a47d63bc5f756c592d4f729f62c24aa9aeca172
 SHA512 
2eac13529f1635d39b5866d20d1f077ddcb2a676e78f4f50abe1df13c2fbf9f85aea1b360fde01e983459dcdc4958783477a87eb8fad106362e81e0f77b36561
 DIST oslo.concurrency-5.2.0.tar.gz 60052 BLAKE2B 
9f45af8beaa5fc145963e3e12818325dff2a00178c3154a4cf7ce2950ca90d9771be590593cc195c2909930416501da1042768da9ba653c0126437bb518a338e
 SHA512 
9f645aa611882e1b7218a7fbf65b54fef523d9cf067f894e9441c0a8de3ab80495ec8a167604412385edf12fc7a53b73ac0ef63e977889db7021dd5b93b0d72f

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
deleted file mode 100644
index cb1cd4f30dee..
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021-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_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Oslo Concurrency library"
-HOMEPAGE="
-   https://opendev.org/openstack/oslo.concurrency/
-   https://github.com/openstack/oslo.concurrency/
-   https://pypi.org/project/oslo.concurrency/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # fails, then hangs
-   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-09-29 Thread Arthur Zamarin
commit: 1deb810073ff1b0dd68f49e33e35674d7fa788ad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 30 05:54:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 30 05:54:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deb8100

dev-python/oslo-concurrency: Stabilize 5.2.0 ALLARCHES, #914945

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild
index 632157759d9d..d9fecdf1dd7c 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.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/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-08-28 Thread Michał Górny
commit: 55b7e82e90ab9290f16c980dde5194bb0b7a7702
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 28 16:19:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 28 16:53:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b7e82e

dev-python/oslo-concurrency: Bump to 5.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-5.2.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 524e59d199d8..43f188acc845 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-5.1.1.tar.gz 59787 BLAKE2B 
630e5bef3a4a49d0f7b8b7f79643ef5f737248ec45de0e801107142b898a252fe7c67be6e0f6db4b968e5a163a47d63bc5f756c592d4f729f62c24aa9aeca172
 SHA512 
2eac13529f1635d39b5866d20d1f077ddcb2a676e78f4f50abe1df13c2fbf9f85aea1b360fde01e983459dcdc4958783477a87eb8fad106362e81e0f77b36561
+DIST oslo.concurrency-5.2.0.tar.gz 60052 BLAKE2B 
9f45af8beaa5fc145963e3e12818325dff2a00178c3154a4cf7ce2950ca90d9771be590593cc195c2909930416501da1042768da9ba653c0126437bb518a338e
 SHA512 
9f645aa611882e1b7218a7fbf65b54fef523d9cf067f894e9441c0a8de3ab80495ec8a167604412385edf12fc7a53b73ac0ef63e977889db7021dd5b93b0d72f

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild
new file mode 100644
index ..632157759d9d
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.2.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2021-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..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Oslo Concurrency library"
+HOMEPAGE="
+   https://opendev.org/openstack/oslo.concurrency/
+   https://github.com/openstack/oslo.concurrency/
+   https://pypi.org/project/oslo.concurrency/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # fails, then hangs
+   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-03-24 Thread Michał Górny
commit: be9b29b6308f34d6fb9d60e6c8de01e274fa2586
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 19:53:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 24 19:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9b29b6

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency/oslo-concurrency-5.1.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 0f33025c233a..524e59d199d8 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-5.1.0.tar.gz 59835 BLAKE2B 
feda58a724e835c060667edf7c126ac0a26c62dace84db5e0909abbecc3dd5649aca791e084e218bd39d2463ed4fe878a4a16018483191cf3668df8eb7761859
 SHA512 
a4fac20c32cff9c30cd464631cc4d390626ea4a52bfd5c132808983e682d32fe61cf7a735b01b85c4be806c6f473efc1ed89bfa42211a7ff59215d35cd607c77
 DIST oslo.concurrency-5.1.1.tar.gz 59787 BLAKE2B 
630e5bef3a4a49d0f7b8b7f79643ef5f737248ec45de0e801107142b898a252fe7c67be6e0f6db4b968e5a163a47d63bc5f756c592d4f729f62c24aa9aeca172
 SHA512 
2eac13529f1635d39b5866d20d1f077ddcb2a676e78f4f50abe1df13c2fbf9f85aea1b360fde01e983459dcdc4958783477a87eb8fad106362e81e0f77b36561

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild
deleted file mode 100644
index 2f2e4dfe1982..
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Concurrency library"
-HOMEPAGE="
-   https://opendev.org/openstack/oslo.concurrency/
-   https://github.com/openstack/oslo.concurrency/
-   https://pypi.org/project/oslo.concurrency/
-"
-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/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # fails, then hangs
-   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-03-24 Thread Arthur Zamarin
commit: 27cb9685c1ac833a3d5c71c6d23fe58cc1f3623b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 24 19:50:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 24 19:50:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cb9685

dev-python/oslo-concurrency: Stabilize 5.1.1 ALLARCHES, #902951

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
index 6236c3d2730f..cb1cd4f30dee 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-03-21 Thread Michał Górny
commit: 673c5992a7b3ed27faddc5da8210b00bd8cbb9f9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 19:35:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 20:06:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673c5992

dev-python/oslo-concurrency: Use PYPI_PN

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
index cb350d3be4de..6236c3d2730f 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
@@ -4,6 +4,8 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
 PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1 pypi
@@ -14,8 +16,6 @@ HOMEPAGE="
https://github.com/openstack/oslo.concurrency/
https://pypi.org/project/oslo.concurrency/
 "
-SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
-S=${WORKDIR}/${P/-/.}
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-03-13 Thread Michał Górny
commit: 844f7b375b87a0931a05b871fa4004bc8f69ecfb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 04:47:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 04:47:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844f7b37

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency/oslo-concurrency-5.0.1.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index f3a1717e74fe..0f33025c233a 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,3 +1,2 @@
-DIST oslo.concurrency-5.0.1.tar.gz 59944 BLAKE2B 
76962f187d58c514f7465a5cac2e695ee83ca020ae0f9d0d0d5a8e27cfcfb6d008f2df97f8b353ef2e7c57562b2cd169a4f6ccfb16bdaefcce1ace81445a64a7
 SHA512 
5987900e71020b2b8b77eac69c3541647c1600cb8a51f02d45938367e45ddce5e71b874a1eda79aadfec51d639fdb895f056964d0b4bd9bba597ae9423f35463
 DIST oslo.concurrency-5.1.0.tar.gz 59835 BLAKE2B 
feda58a724e835c060667edf7c126ac0a26c62dace84db5e0909abbecc3dd5649aca791e084e218bd39d2463ed4fe878a4a16018483191cf3668df8eb7761859
 SHA512 
a4fac20c32cff9c30cd464631cc4d390626ea4a52bfd5c132808983e682d32fe61cf7a735b01b85c4be806c6f473efc1ed89bfa42211a7ff59215d35cd607c77
 DIST oslo.concurrency-5.1.1.tar.gz 59787 BLAKE2B 
630e5bef3a4a49d0f7b8b7f79643ef5f737248ec45de0e801107142b898a252fe7c67be6e0f6db4b968e5a163a47d63bc5f756c592d4f729f62c24aa9aeca172
 SHA512 
2eac13529f1635d39b5866d20d1f077ddcb2a676e78f4f50abe1df13c2fbf9f85aea1b360fde01e983459dcdc4958783477a87eb8fad106362e81e0f77b36561

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild
deleted file mode 100644
index 2f2e4dfe1982..
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Oslo Concurrency library"
-HOMEPAGE="
-   https://opendev.org/openstack/oslo.concurrency/
-   https://github.com/openstack/oslo.concurrency/
-   https://pypi.org/project/oslo.concurrency/
-"
-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/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # fails, then hangs
-   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-03-13 Thread Arthur Zamarin
commit: 7305b37feee2fc6aa62a08b9a64c6681e1867934
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Mar 13 19:39:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Mar 13 19:39:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7305b37f

dev-python/oslo-concurrency: Stabilize 5.1.0 ALLARCHES, #901059

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild
index 8763b25200a2..2f2e4dfe1982 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild
@@ -20,7 +20,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/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-02-21 Thread Michał Górny
commit: 22520fb82faaebd8042c9eebe0d8249967872274
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 22 04:52:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 22 04:52:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22520fb8

dev-python/oslo-concurrency: Bump to 5.1.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-5.1.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index c8998ff27320..f3a1717e74fe 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.concurrency-5.0.1.tar.gz 59944 BLAKE2B 
76962f187d58c514f7465a5cac2e695ee83ca020ae0f9d0d0d5a8e27cfcfb6d008f2df97f8b353ef2e7c57562b2cd169a4f6ccfb16bdaefcce1ace81445a64a7
 SHA512 
5987900e71020b2b8b77eac69c3541647c1600cb8a51f02d45938367e45ddce5e71b874a1eda79aadfec51d639fdb895f056964d0b4bd9bba597ae9423f35463
 DIST oslo.concurrency-5.1.0.tar.gz 59835 BLAKE2B 
feda58a724e835c060667edf7c126ac0a26c62dace84db5e0909abbecc3dd5649aca791e084e218bd39d2463ed4fe878a4a16018483191cf3668df8eb7761859
 SHA512 
a4fac20c32cff9c30cd464631cc4d390626ea4a52bfd5c132808983e682d32fe61cf7a735b01b85c4be806c6f473efc1ed89bfa42211a7ff59215d35cd607c77
+DIST oslo.concurrency-5.1.1.tar.gz 59787 BLAKE2B 
630e5bef3a4a49d0f7b8b7f79643ef5f737248ec45de0e801107142b898a252fe7c67be6e0f6db4b968e5a163a47d63bc5f756c592d4f729f62c24aa9aeca172
 SHA512 
2eac13529f1635d39b5866d20d1f077ddcb2a676e78f4f50abe1df13c2fbf9f85aea1b360fde01e983459dcdc4958783477a87eb8fad106362e81e0f77b36561

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
new file mode 100644
index ..cb350d3be4de
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Oslo Concurrency library"
+HOMEPAGE="
+   https://opendev.org/openstack/oslo.concurrency/
+   https://github.com/openstack/oslo.concurrency/
+   https://pypi.org/project/oslo.concurrency/
+"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
+S=${WORKDIR}/${P/-/.}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # fails, then hangs
+   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2023-02-10 Thread Michał Górny
commit: a161fb40eceb1fb7f00d6abbefad6aed3942b997
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 11 06:18:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 11 06:18:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a161fb40

dev-python/oslo-concurrency: Bump to 5.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-5.1.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 575ebe93ec39..c8998ff27320 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-5.0.1.tar.gz 59944 BLAKE2B 
76962f187d58c514f7465a5cac2e695ee83ca020ae0f9d0d0d5a8e27cfcfb6d008f2df97f8b353ef2e7c57562b2cd169a4f6ccfb16bdaefcce1ace81445a64a7
 SHA512 
5987900e71020b2b8b77eac69c3541647c1600cb8a51f02d45938367e45ddce5e71b874a1eda79aadfec51d639fdb895f056964d0b4bd9bba597ae9423f35463
+DIST oslo.concurrency-5.1.0.tar.gz 59835 BLAKE2B 
feda58a724e835c060667edf7c126ac0a26c62dace84db5e0909abbecc3dd5649aca791e084e218bd39d2463ed4fe878a4a16018483191cf3668df8eb7761859
 SHA512 
a4fac20c32cff9c30cd464631cc4d390626ea4a52bfd5c132808983e682d32fe61cf7a735b01b85c4be806c6f473efc1ed89bfa42211a7ff59215d35cd607c77

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild
new file mode 100644
index ..8763b25200a2
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Oslo Concurrency library"
+HOMEPAGE="
+   https://opendev.org/openstack/oslo.concurrency/
+   https://github.com/openstack/oslo.concurrency/
+   https://pypi.org/project/oslo.concurrency/
+"
+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/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # fails, then hangs
+   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-10-17 Thread Michał Górny
commit: d1b33493ce226f2b674ef4c8625878ae5bce35dc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 17 18:41:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 17 19:09:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b33493

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency-5.0.0-r1.ebuild   | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 54e03932feeb..575ebe93ec39 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-5.0.0.tar.gz 59343 BLAKE2B 
412fba38e0281b2c6d7b27182d159c99730a22ec3400586481f234998cd2f446de5cdd84aaa3abb1cdd93eb9eff1294c87ce51e165dc49caa078e69932ecd19b
 SHA512 
570acbaf599a8a177ba6bc7c009edb43db5e077c06bee5c5895d81944daf78c8dde197bd9af730b17b5075fdaf527252aa44ea0edb79d73e16714582645afb7e
 DIST oslo.concurrency-5.0.1.tar.gz 59944 BLAKE2B 
76962f187d58c514f7465a5cac2e695ee83ca020ae0f9d0d0d5a8e27cfcfb6d008f2df97f8b353ef2e7c57562b2cd169a4f6ccfb16bdaefcce1ace81445a64a7
 SHA512 
5987900e71020b2b8b77eac69c3541647c1600cb8a51f02d45938367e45ddce5e71b874a1eda79aadfec51d639fdb895f056964d0b4bd9bba597ae9423f35463

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild
deleted file mode 100644
index 9e00ddce9f84..
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2021-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
-
-DESCRIPTION="Oslo Concurrency library"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/
-   https://github.com/openstack/oslo.concurrency;
-SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
-S="${WORKDIR}/${PN/-/.}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-   )
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
-   distutils-r1_python_compile
-   if ! has "${EPYTHON}" python3.{8..9}; then
-   find "${BUILD_DIR}"/install -name '*eventlet*' -delete || die
-   fi
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-10-17 Thread Sam James
commit: b32a7cfec243ba5c05fc8c68e79f98c9f9262fc7
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 17 18:12:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 17 18:12:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32a7cfe

dev-python/oslo-concurrency: Stabilize 5.0.1 ALLARCHES, #877131

Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild
index ab3fd501a07b..79f8caee01b2 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild
@@ -20,7 +20,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/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-09-11 Thread Michał Górny
commit: 33542c06f4670a52f111cf4f3c3a99b1c23b4e03
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 11 08:16:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 11 08:44:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33542c06

dev-python/oslo-concurrency: Bump 5.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-5.0.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index f44c8b0de32d..54e03932feeb 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-5.0.0.tar.gz 59343 BLAKE2B 
412fba38e0281b2c6d7b27182d159c99730a22ec3400586481f234998cd2f446de5cdd84aaa3abb1cdd93eb9eff1294c87ce51e165dc49caa078e69932ecd19b
 SHA512 
570acbaf599a8a177ba6bc7c009edb43db5e077c06bee5c5895d81944daf78c8dde197bd9af730b17b5075fdaf527252aa44ea0edb79d73e16714582645afb7e
+DIST oslo.concurrency-5.0.1.tar.gz 59944 BLAKE2B 
76962f187d58c514f7465a5cac2e695ee83ca020ae0f9d0d0d5a8e27cfcfb6d008f2df97f8b353ef2e7c57562b2cd169a4f6ccfb16bdaefcce1ace81445a64a7
 SHA512 
5987900e71020b2b8b77eac69c3541647c1600cb8a51f02d45938367e45ddce5e71b874a1eda79aadfec51d639fdb895f056964d0b4bd9bba597ae9423f35463

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild
new file mode 100644
index ..ab3fd501a07b
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.0.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2021-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 Concurrency library"
+HOMEPAGE="
+   https://opendev.org/openstack/oslo.concurrency/
+   https://github.com/openstack/oslo.concurrency/
+   https://pypi.org/project/oslo.concurrency/
+"
+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/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # fails, then hangs
+   rm oslo_concurrency/tests/unit/test_lockutils_eventlet.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-09-06 Thread Michał Górny
commit: 8899d6b6cf6b0dc3a6afffa45b31a844ca80ae62
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  7 05:10:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  7 05:10:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8899d6b6

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency/oslo-concurrency-4.5.1.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index e2ef7144db99..f44c8b0de32d 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-4.5.1.tar.gz 59126 BLAKE2B 
61f509b4ce76cd036b695bb5ad744374e029239a63a629a4b96d44c8ba29150095fe9d57000367c4d07dc7c358ef61cfa4868a2347f206327093ad32ffb85955
 SHA512 
88319915c90befb01a275666b4a760357c1e72f04d5faf27ab9c67629ecbf2dd3a73d077f3c57435231b55aa777a9642f26e91cc4cb27ad56eb801b2b98eca48
 DIST oslo.concurrency-5.0.0.tar.gz 59343 BLAKE2B 
412fba38e0281b2c6d7b27182d159c99730a22ec3400586481f234998cd2f446de5cdd84aaa3abb1cdd93eb9eff1294c87ce51e165dc49caa078e69932ecd19b
 SHA512 
570acbaf599a8a177ba6bc7c009edb43db5e077c06bee5c5895d81944daf78c8dde197bd9af730b17b5075fdaf527252aa44ea0edb79d73e16714582645afb7e

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
deleted file mode 100644
index c2a8701d0d14..
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2021-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
-
-DESCRIPTION="Oslo Concurrency library"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/
-   https://github.com/openstack/oslo.concurrency;
-SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
-S="${WORKDIR}/${PN/-/.}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-   )
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
-   distutils-r1_python_compile
-   if ! has "${EPYTHON}" python3.{8..9}; then
-   find "${BUILD_DIR}"/install -name '*eventlet*.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-concurrency/

2022-09-06 Thread Sam James
commit: 1a31d5b7d83af602b9930a591615c308a5b7fac7
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:35:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:35:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a31d5b7

dev-python/oslo-concurrency: Stabilize 5.0.0-r1 ALLARCHES, #868852

Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild
index dc7ded7d9eb9..9e00ddce9f84 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-08-05 Thread Michał Górny
commit: f1b37c0b76f52444a6fd47d4d401f724f7018e17
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug  5 07:11:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug  5 07:21:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b37c0b

dev-python/oslo-concurrency: Fix installing stray .pyc files

Closes: https://bugs.gentoo.org/863704
Signed-off-by: Michał Górny  gentoo.org>

 .../{oslo-concurrency-5.0.0.ebuild => oslo-concurrency-5.0.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild
similarity index 94%
rename from dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild
rename to dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild
index e51f8493591c..dc7ded7d9eb9 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild
@@ -41,7 +41,7 @@ distutils_enable_tests unittest
 python_compile() {
distutils-r1_python_compile
if ! has "${EPYTHON}" python3.{8..9}; then
-   find "${BUILD_DIR}"/install -name '*eventlet*.py' -delete || die
+   find "${BUILD_DIR}"/install -name '*eventlet*' -delete || die
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-07-15 Thread Arthur Zamarin
commit: 29c698cc163e5fc2ec9417a241f0c6c2a2353684
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 15 12:37:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 15 13:44:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c698cc

dev-python/oslo-concurrency: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
index d04724cd2fc5..c2a8701d0d14 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.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-concurrency/

2022-06-22 Thread Michał Górny
commit: e1d5199a840009b34e58422530a5c6fa81c47e90
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 22 11:41:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 22 11:50:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d5199a

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency-4.5.0-r1.ebuild   | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index fb6cec0090b7..d4b2f95340f1 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-4.5.0.tar.gz 58979 BLAKE2B 
9e2eb4a233985a33994aeaf335c195c980e1e9dd8b48a7c4e53ae502599f12c0dc65466ee45569a97b72f1face0e80ce166922ca3e42f6ad28fd5b27bdf884a3
 SHA512 
13a2f4d39d3241370374e6fe4ea6047dfc4d20da6116aaebd27f085fdbce089d58b0ebab4f1224234c88237cdefafc2f96229e6527bf5cda13ef1e471e25a50c
 DIST oslo.concurrency-4.5.1.tar.gz 59126 BLAKE2B 
61f509b4ce76cd036b695bb5ad744374e029239a63a629a4b96d44c8ba29150095fe9d57000367c4d07dc7c358ef61cfa4868a2347f206327093ad32ffb85955
 SHA512 
88319915c90befb01a275666b4a760357c1e72f04d5faf27ab9c67629ecbf2dd3a73d077f3c57435231b55aa777a9642f26e91cc4cb27ad56eb801b2b98eca48

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
deleted file mode 100644
index 3de625739047..
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021-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
-
-DESCRIPTION="Oslo Concurrency library"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/ 
https://github.com/openstack/oslo.concurrency;
-SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
-S="${WORKDIR}/${PN/-/.}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
-   ' python3_{8..9})
-   )
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
-   distutils-r1_python_compile
-   if ! has "${EPYTHON}" python3.{8..9}; then
-   find "${BUILD_DIR}"/install -name '*eventlet*.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-concurrency/

2022-06-22 Thread Agostino Sarubbo
commit: 43adbd99461359070d1ac2a96a05352af9220678
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 22 10:09:15 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 22 10:09:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43adbd99

dev-python/oslo-concurrency: amd64/arm64/x86 stable (ALLARCHES policy) wrt bug 
#853469

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
index 458bee0136ed..d04724cd2fc5 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-05-28 Thread Jakov Smolić
commit: 6948d05eee671a88d59274a0e0757967d41b
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=6948d05e

dev-python/oslo-concurrency: Keyword 4.5.1 riscv, #847925

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
index 03da8577b477..458bee0136ed 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-05-05 Thread Arthur Zamarin
commit: 09f725d89bbf3b38f97dfded93562a22d2b8a8e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May  5 17:28:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May  5 17:28:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f725d8

dev-python/oslo-concurrency: add 4.5.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-4.5.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 45a241227279..fb6cec0090b7 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-4.5.0.tar.gz 58979 BLAKE2B 
9e2eb4a233985a33994aeaf335c195c980e1e9dd8b48a7c4e53ae502599f12c0dc65466ee45569a97b72f1face0e80ce166922ca3e42f6ad28fd5b27bdf884a3
 SHA512 
13a2f4d39d3241370374e6fe4ea6047dfc4d20da6116aaebd27f085fdbce089d58b0ebab4f1224234c88237cdefafc2f96229e6527bf5cda13ef1e471e25a50c
+DIST oslo.concurrency-4.5.1.tar.gz 59126 BLAKE2B 
61f509b4ce76cd036b695bb5ad744374e029239a63a629a4b96d44c8ba29150095fe9d57000367c4d07dc7c358ef61cfa4868a2347f206327093ad32ffb85955
 SHA512 
88319915c90befb01a275666b4a760357c1e72f04d5faf27ab9c67629ecbf2dd3a73d077f3c57435231b55aa777a9642f26e91cc4cb27ad56eb801b2b98eca48

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
new file mode 100644
index ..03da8577b477
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2021-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
+
+DESCRIPTION="Oslo Concurrency library"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/
+   https://github.com/openstack/oslo.concurrency;
+SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
+S="${WORKDIR}/${PN/-/.}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+   )
+"
+
+distutils_enable_tests unittest
+
+python_compile() {
+   distutils-r1_python_compile
+   if ! has "${EPYTHON}" python3.{8..9}; then
+   find "${BUILD_DIR}"/install -name '*eventlet*.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-concurrency/

2022-04-01 Thread Michał Górny
commit: b98a67bbd41218bcc79dbe4ec5c5f1f31774c588
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  1 18:42:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  1 18:42:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98a67bb

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 .../oslo-concurrency/oslo-concurrency-4.5.0.ebuild | 32 --
 1 file changed, 32 deletions(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
deleted file mode 100644
index 214470582b89..
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Oslo Concurrency library"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/ 
https://github.com/openstack/oslo.concurrency;
-SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
-S="${WORKDIR}/${PN/-/.}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND=">dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-04-01 Thread Arthur Zamarin
commit: 7854814627cdf8e52e41aa275307e1a7c3a89021
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  1 17:19:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 17:19:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78548146

dev-python/oslo-concurrency: Stabilize 4.5.0-r1 ALLARCHES, #836502

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
index 0a3d0cbb71c0..3de625739047 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2022-02-24 Thread Michał Górny
commit: 0d33d30caaf0f2afefea6ef6fd07da2042d661d5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 24 16:50:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 24 18:08:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d33d30c

dev-python/oslo-concurrency: PEP517, py3.10

Signed-off-by: Michał Górny  gentoo.org>

 .../oslo-concurrency-4.5.0-r1.ebuild   | 50 ++
 1 file changed, 50 insertions(+)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
new file mode 100644
index ..0a3d0cbb71c0
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2021-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
+
+DESCRIPTION="Oslo Concurrency library"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/ 
https://github.com/openstack/oslo.concurrency;
+SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
+S="${WORKDIR}/${PN/-/.}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
+   ' python3_{8..9})
+   )
+"
+
+distutils_enable_tests unittest
+
+python_compile() {
+   distutils-r1_python_compile
+   if ! has "${EPYTHON}" python3.{8..9}; then
+   find "${BUILD_DIR}"/install -name '*eventlet*.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-concurrency/

2021-12-22 Thread Arthur Zamarin
commit: b470d7b2d583ec392b07d8e9da6e48507e2d4fa1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 22 19:43:57 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 22 19:43:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b470d7b2

dev-python/oslo-concurrency: Stabilize 4.5.0 arm64, #829639

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
index f82338c9dd9f..214470582b89 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2021-11-18 Thread Arthur Zamarin
commit: f77699cfd60a44fa554544faa40a9167ff5715ba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 19 06:17:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 19 06:18:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77699cf

dev-python/oslo-concurrency: Keyword 4.5.0 arm64, #823446

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
index 64ff45252ba2..f82338c9dd9f 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2021-11-14 Thread Michał Górny
commit: 8fe96bb6580264186a8eb6153095483efa69cc98
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 14 08:50:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 14 08:52:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe96bb6

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency/oslo-concurrency-4.4.1.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 9115442dd1d0..45a241227279 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-4.4.1.tar.gz 58399 BLAKE2B 
ea28cdd53ae124fe458c0d901b305d99b7a5b5525835e6a04ca856177876fa6c6a1eff74842dcf260c78c205d95f353cd1b70f0cb6205e7bec841bae2d6ecd0d
 SHA512 
1b7e6a2cb2e3ee0710f652489522c7a9e47a5292c46041f21a2ffe4c61a6bbae48b43e93507465013704b89778deec860da06fec32b4d3778e05cade9a6d39a1
 DIST oslo.concurrency-4.5.0.tar.gz 58979 BLAKE2B 
9e2eb4a233985a33994aeaf335c195c980e1e9dd8b48a7c4e53ae502599f12c0dc65466ee45569a97b72f1face0e80ce166922ca3e42f6ad28fd5b27bdf884a3
 SHA512 
13a2f4d39d3241370374e6fe4ea6047dfc4d20da6116aaebd27f085fdbce089d58b0ebab4f1224234c88237cdefafc2f96229e6527bf5cda13ef1e471e25a50c

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
deleted file mode 100644
index 6ee2324081d6..
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Oslo Concurrency library"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/ 
https://github.com/openstack/oslo.concurrency;
-SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
-S="${WORKDIR}/${PN/-/.}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND=">dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2021-10-31 Thread Sam James
commit: 0614de7a038d3880db75fdd15ad59f36f51280e1
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 31 17:57:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 31 17:57:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0614de7a

dev-python/oslo-concurrency: Stabilize 4.5.0 x86, #821028

Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
index aa862588a90..64ff45252ba 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2021-10-31 Thread Sam James
commit: 1550ab3bd5cca06a54a3a7a3087f7d38f70e9961
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 31 17:54:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 31 17:54:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1550ab3b

dev-python/oslo-concurrency: Stabilize 4.5.0 amd64, #821028

Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
index 6ee2324081d..aa862588a90 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2021-10-22 Thread Michał Górny
commit: af4247da784c4d2a16e2f731e0faf988bb01ed14
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 22 08:14:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 22 10:28:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4247da

dev-python/oslo-concurrency: Bump to 4.5.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-4.5.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 6f2a74b2b86..9115442dd1d 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-4.4.1.tar.gz 58399 BLAKE2B 
ea28cdd53ae124fe458c0d901b305d99b7a5b5525835e6a04ca856177876fa6c6a1eff74842dcf260c78c205d95f353cd1b70f0cb6205e7bec841bae2d6ecd0d
 SHA512 
1b7e6a2cb2e3ee0710f652489522c7a9e47a5292c46041f21a2ffe4c61a6bbae48b43e93507465013704b89778deec860da06fec32b4d3778e05cade9a6d39a1
+DIST oslo.concurrency-4.5.0.tar.gz 58979 BLAKE2B 
9e2eb4a233985a33994aeaf335c195c980e1e9dd8b48a7c4e53ae502599f12c0dc65466ee45569a97b72f1face0e80ce166922ca3e42f6ad28fd5b27bdf884a3
 SHA512 
13a2f4d39d3241370374e6fe4ea6047dfc4d20da6116aaebd27f085fdbce089d58b0ebab4f1224234c88237cdefafc2f96229e6527bf5cda13ef1e471e25a50c

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
new file mode 100644
index 000..6ee2324081d
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Oslo Concurrency library"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/ 
https://github.com/openstack/oslo.concurrency;
+SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
+S="${WORKDIR}/${PN/-/.}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND=">dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2021-10-04 Thread Sam James
commit: cab759aed80c5ed83749e1c1a719f4705ec8d127
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 22:57:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 22:57:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab759ae

dev-python/oslo-concurrency: Keyword 4.4.1 arm, #815481

Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
index 1d4915b303d..6ee2324081d 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN/-/.}-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2021-09-30 Thread Arthur Zamarin
commit: 53ac10e4c76786cdfe758871c76c15fcac4ecfab
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 31 14:51:13 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 17:57:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ac10e4

dev-python/oslo-concurrency: initial import

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 dev-python/oslo-concurrency/metadata.xml   | 17 
 .../oslo-concurrency/oslo-concurrency-4.4.1.ebuild | 32 ++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
new file mode 100644
index 000..6f2a74b2b86
--- /dev/null
+++ b/dev-python/oslo-concurrency/Manifest
@@ -0,0 +1 @@
+DIST oslo.concurrency-4.4.1.tar.gz 58399 BLAKE2B 
ea28cdd53ae124fe458c0d901b305d99b7a5b5525835e6a04ca856177876fa6c6a1eff74842dcf260c78c205d95f353cd1b70f0cb6205e7bec841bae2d6ecd0d
 SHA512 
1b7e6a2cb2e3ee0710f652489522c7a9e47a5292c46041f21a2ffe4c61a6bbae48b43e93507465013704b89778deec860da06fec32b4d3778e05cade9a6d39a1

diff --git a/dev-python/oslo-concurrency/metadata.xml 
b/dev-python/oslo-concurrency/metadata.xml
new file mode 100644
index 000..19a76ec7391
--- /dev/null
+++ b/dev-python/oslo-concurrency/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+arthur...@gentoo.org
+Arthur Zamarin
+  
+  
+pyt...@gentoo.org
+Python
+  
+  
+  
+oslo.concurrency
+openstack/oslo.concurrency
+  
+

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
new file mode 100644
index 000..1d4915b303d
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Oslo Concurrency library"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/ 
https://github.com/openstack/oslo.concurrency;
+SRC_URI="mirror://pypi/o/${PN/-/.}/${PN/-/.}-${PV}.tar.gz"
+S="${WORKDIR}/${PN/-/.}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND=">dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2021-05-16 Thread Sam James
commit: ab440fd5639b5f060b328cd3a7192a7fda429d1f
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 12:40:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 12:44:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab440fd5

dev-python/oslo-concurrency: Stabilize 4.3.1 arm64, #730614

Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
index 04cfa264f2f..e7127f3a698 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE=""
 RESTRICT=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2021-01-23 Thread Sam James
commit: 84f94fd31202dc1a0e7e6120f3eaf04bb4896ccb
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 24 00:06:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 24 00:06:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f94fd3

dev-python/oslo-concurrency: Keyword 4.3.1 arm, #728612

Signed-off-by: Sam James  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
index ee143972998..6fa2b52f83e 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 RESTRICT=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2020-11-18 Thread Michał Górny
commit: fe924cbf00552f2eba4585bbe41880619b851415
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 09:46:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 18 09:46:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe924cbf

dev-python/oslo-concurrency: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency/oslo-concurrency-4.0.2.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index bd82324fd44..dafe17a09aa 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 
090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9
 SHA512 
ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef
 DIST oslo.concurrency-4.3.1.tar.gz 54815 BLAKE2B 
5926ffb363003e899e08d630e352cc4842b45939a23d8f26db0dbf96432c19cc37f8629d396fe86f5afbfc1b8e9a64a14d3a9d9d53b3ded1300e3f1e6d0151a4
 SHA512 
fdf89a622bcb999b1a7a77b9c5bdf15baa986e288d2af47485abf5dc4617b84ba53621a6cff72a9764e9c8a4f1504d6b5faa96c13ef29c37f2d63f7a1c3b4d61

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
deleted file mode 100644
index 6e2470a8637..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
+++ /dev/null
@@ -1,31 +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
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-RESTRICT=""
-
-CDPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2020-11-18 Thread Michał Górny
commit: 974084427524d07831474ed07c42d85b0813ff26
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 09:45:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 18 09:45:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97408442

dev-python/oslo-concurrency: Stabilize 4.3.1 ALLARCHES, #754627

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
index 2cf105a998b..ee143972998 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 RESTRICT=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2020-11-17 Thread Thomas Deutschmann
commit: 31a7e13c048c3663b511084c0d8b53e3caec87dd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 17 21:13:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 17 21:14:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a7e13c

dev-python/oslo-concurrency: x86 stable (bug #754627)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
index 3a0f219accf..2cf105a998b 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 IUSE=""
 RESTRICT=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2020-11-14 Thread Michał Górny
commit: 1536e8da3d00dcd08595076926a2f8a482c87e18
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 14 22:17:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 14 22:17:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1536e8da

dev-python/oslo-concurrency: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/oslo-concurrency/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/oslo-concurrency/metadata.xml 
b/dev-python/oslo-concurrency/metadata.xml
index 0913509187b..e464c80bdee 100644
--- a/dev-python/oslo-concurrency/metadata.xml
+++ b/dev-python/oslo-concurrency/metadata.xml
@@ -12,6 +12,7 @@
   
 Oslo concurrency library has utilities for safely running multi-thread, 
multi-process applications using locking mechanisms and for running external 
processes.
   
+  
   
 oslo.concurrency
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2020-10-30 Thread Matthew Thode
commit: f3a1dbe7b6577acbcee544524d51b96b1768d3eb
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 30 21:09:38 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct 30 21:09:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a1dbe7

dev-python/oslo-concurrency: 4.3.1 bump

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-concurrency/Manifest| 2 +-
 .../{oslo-concurrency-4.3.0.ebuild => oslo-concurrency-4.3.1.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 6728d2c207a..bd82324fd44 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1,2 @@
 DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 
090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9
 SHA512 
ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef
-DIST oslo.concurrency-4.3.0.tar.gz 54698 BLAKE2B 
dbbc75092834b0446ba7288468633fdfd47dd8b73d9db148eec6c7de5e591a6b9b8acafedaa5a08897de3927f3f413f9529e57b7b2f95fa73ea6fdd87ddcb010
 SHA512 
069512bf7e0cc605fef5ecf0d843a993b8d678243db2c5798b815f01c0252b91d5f16920ccfafac04b602db91d544d4ec3f80de3873486f1ced28b32921786ab
+DIST oslo.concurrency-4.3.1.tar.gz 54815 BLAKE2B 
5926ffb363003e899e08d630e352cc4842b45939a23d8f26db0dbf96432c19cc37f8629d396fe86f5afbfc1b8e9a64a14d3a9d9d53b3ded1300e3f1e6d0151a4
 SHA512 
fdf89a622bcb999b1a7a77b9c5bdf15baa986e288d2af47485abf5dc4617b84ba53621a6cff72a9764e9c8a4f1504d6b5faa96c13ef29c37f2d63f7a1c3b4d61

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.3.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild
similarity index 100%
rename from dev-python/oslo-concurrency/oslo-concurrency-4.3.0.ebuild
rename to dev-python/oslo-concurrency/oslo-concurrency-4.3.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2020-10-15 Thread Matthew Thode
commit: d0b358a0e8b4e270aa2b52903a452078e03e3719
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 15 22:04:13 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct 15 22:13:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b358a0

dev-python/oslo-concurrency: 4.3.0 bump

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-4.3.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index e4542793eb0..6728d2c207a 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 
090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9
 SHA512 
ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef
+DIST oslo.concurrency-4.3.0.tar.gz 54698 BLAKE2B 
dbbc75092834b0446ba7288468633fdfd47dd8b73d9db148eec6c7de5e591a6b9b8acafedaa5a08897de3927f3f413f9529e57b7b2f95fa73ea6fdd87ddcb010
 SHA512 
069512bf7e0cc605fef5ecf0d843a993b8d678243db2c5798b815f01c0252b91d5f16920ccfafac04b602db91d544d4ec3f80de3873486f1ced28b32921786ab

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.3.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.3.0.ebuild
new file mode 100644
index 000..3a0f219accf
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.3.0.ebuild
@@ -0,0 +1,30 @@
+# 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
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+RESTRICT=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2020-07-02 Thread Matthew Thode
commit: 7546af11691bb50441de296b0c6ad5417d998a8a
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul  2 23:35:56 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jul  2 23:53:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7546af11

dev-python/oslo-concurrency: 4.0.2 stable amd64/x86 with cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency-3.29.1.ebuild | 56 --
 .../oslo-concurrency/oslo-concurrency-4.0.2.ebuild |  2 +-
 3 files changed, 1 insertion(+), 58 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 19e1dd9dc94..e4542793eb0 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-3.29.1.tar.gz 51785 BLAKE2B 
4035981fcff3cb4384209f3b640b928dfacd13e324c9df1dfebb0c5230727736ff803b478e506b08ac4bd7bd405763b93bdb951b01751a5e293daa33df860c8e
 SHA512 
f820b07dbb26be9170c7ded08ce96bebc8c8cbfa72a3be56e0cb0fd7a025160fe630ad256c8c5b1adc9059cd1608c3625513b3da311e5a611866280d2b65424e
 DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 
090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9
 SHA512 
ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild
deleted file mode 100644
index 02eb25dc688..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild
+++ /dev/null
@@ -1,56 +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
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDPEND=">=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/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stestr-2.0.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/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^futures/d' test-requirements.txt || die
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
-}

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
index 7d4e1b76c59..6e2470a8637 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 RESTRICT=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2020-06-02 Thread Matthew Thode
commit: f29e96504bc6ee75d96e973853529b6ccb6f5641
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:19:23 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29e9650

dev-python/oslo-concurrency: 4.0.2 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-4.0.2.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index a6bb56ffd32..19e1dd9dc94 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-3.29.1.tar.gz 51785 BLAKE2B 
4035981fcff3cb4384209f3b640b928dfacd13e324c9df1dfebb0c5230727736ff803b478e506b08ac4bd7bd405763b93bdb951b01751a5e293daa33df860c8e
 SHA512 
f820b07dbb26be9170c7ded08ce96bebc8c8cbfa72a3be56e0cb0fd7a025160fe630ad256c8c5b1adc9059cd1608c3625513b3da311e5a611866280d2b65424e
+DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 
090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9
 SHA512 
ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
new file mode 100644
index 000..7d4e1b76c59
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
@@ -0,0 +1,31 @@
+# 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
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+RESTRICT=""
+
+CDPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2019-03-24 Thread Matthew Thode
commit: a547e14aff9d483af6ca37b246d5343e297cf4f2
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:00:08 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a547e14a

dev-python/oslo-concurrency: remove pike/queens

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency-3.25.1.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index ec9fef31ba5..01a12bcb1fd 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-3.25.1.tar.gz 49218 BLAKE2B 
95fccb051ef782a0b6cd01801e9b44272a8b04ca52fd0f00f91a2aa3514885c302a3f251885f59c32303708c91331f3f59ee06ebdce4751d013559a0e7d19b16
 SHA512 
5c306e742c652d66209a3218ccdc1d1f957ec6fde0b0bcb9411a71e470e8c0402c4cc1a40a05094ce591942ed16b8e0a7b456d60a64e0299ef32a257b37c8388
 DIST oslo.concurrency-3.27.0.tar.gz 49604 BLAKE2B 
04a7ed66c6d7cf37014080113bd3782cf186f57f486d6834fd28f3d518141f8dcac6f5e67ffb5ef894bc6f5085a90aa41a041e35b72325c645f7567dd743a912
 SHA512 
fb2e1377a8bbad451ef0a2713dfbcd58ec06d455e97fc4d8acf8bfde8eb27d59826d68dd3411bd60b6d6b5e68ff629f0e6e4781b17dd4349bc5b87f17c8b9d52

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
deleted file mode 100644
index e4343f6c932..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDPEND=">=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/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   virtual/python-enum34[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^futures/d' test-requirements.txt || die
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2018-08-30 Thread Matt Thode
commit: 051cfb622a4fd95b919a2b6c193a106befa7b848
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 30 16:48:28 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 30 17:09:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051cfb62

dev-python/oslo-concurrency: 3.27.0 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency-3.27.0.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 7ebec75ff6f..ec9fef31ba5 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-3.25.1.tar.gz 49218 BLAKE2B 
95fccb051ef782a0b6cd01801e9b44272a8b04ca52fd0f00f91a2aa3514885c302a3f251885f59c32303708c91331f3f59ee06ebdce4751d013559a0e7d19b16
 SHA512 
5c306e742c652d66209a3218ccdc1d1f957ec6fde0b0bcb9411a71e470e8c0402c4cc1a40a05094ce591942ed16b8e0a7b456d60a64e0299ef32a257b37c8388
+DIST oslo.concurrency-3.27.0.tar.gz 49604 BLAKE2B 
04a7ed66c6d7cf37014080113bd3782cf186f57f486d6834fd28f3d518141f8dcac6f5e67ffb5ef894bc6f5085a90aa41a041e35b72325c645f7567dd743a912
 SHA512 
fb2e1377a8bbad451ef0a2713dfbcd58ec06d455e97fc4d8acf8bfde8eb27d59826d68dd3411bd60b6d6b5e68ff629f0e6e4781b17dd4349bc5b87f17c8b9d52

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild
new file mode 100644
index 000..3793ae78565
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDPEND=">=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/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.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/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^futures/d' test-requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2018-06-07 Thread Matt Thode
commit: c6384815798665954064f9a043642ecb1635acd0
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jun  7 19:47:44 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jun  7 19:53:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6384815

dev-python/oslo-concurrency: 3.25.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency-3.25.0.ebuild | 55 --
 .../oslo-concurrency-3.25.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 57 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index a1bd5f5237a..5d5c2914150 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,3 +1,2 @@
 DIST oslo.concurrency-3.21.1.tar.gz 48866 BLAKE2B 
b621548173e30e7a7f3683d1f5ef3821574e780d1df99c91d8bb77d4e3d3280da395066be7c9ec95b3d3e640da694aae81943e126c8c4e6cd5f18c2db99efba6
 SHA512 
6d165ebf952b29d96d2d1a8b938b2ef4746c77b99a62ca596ee93e6fb6d919f183eede380763b6167cb7d372e03803556715523b7a63ad1dbadff4eede7c0bcd
-DIST oslo.concurrency-3.25.0.tar.gz 48736 BLAKE2B 
fe8506599d175d22c44fd52bb2c4e5f238687ba7eeb926d3f042be14e6ef8cecb3c13b010c1540c835d9bc7e587560ea391ea00b99f05553d6bfd46d2bbe3d9c
 SHA512 
0273112cdc0a1de45ec231b672f2ed8f8fe5842dea756bc062a18247036b2fdbfbce392f3edbfbb871a2bda94412f6c82f3a634fd98a77c1df5a243babcbd4de
 DIST oslo.concurrency-3.25.1.tar.gz 49218 BLAKE2B 
95fccb051ef782a0b6cd01801e9b44272a8b04ca52fd0f00f91a2aa3514885c302a3f251885f59c32303708c91331f3f59ee06ebdce4751d013559a0e7d19b16
 SHA512 
5c306e742c652d66209a3218ccdc1d1f957ec6fde0b0bcb9411a71e470e8c0402c4cc1a40a05094ce591942ed16b8e0a7b456d60a64e0299ef32a257b37c8388

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild
deleted file mode 100644
index 2ad09d4f7f9..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDPEND=">=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/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   virtual/python-enum34[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^futures/d' test-requirements.txt || die
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
-}

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
index 535a45b3c7a..e4343f6c932 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2018-06-07 Thread Matt Thode
commit: df2424cbb0d595c850fba1aa275dc09224a165bd
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jun  7 19:49:33 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jun  7 19:53:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2424cb

dev-python/oslo-concurrency: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency-3.21.1.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 5d5c2914150..7ebec75ff6f 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-3.21.1.tar.gz 48866 BLAKE2B 
b621548173e30e7a7f3683d1f5ef3821574e780d1df99c91d8bb77d4e3d3280da395066be7c9ec95b3d3e640da694aae81943e126c8c4e6cd5f18c2db99efba6
 SHA512 
6d165ebf952b29d96d2d1a8b938b2ef4746c77b99a62ca596ee93e6fb6d919f183eede380763b6167cb7d372e03803556715523b7a63ad1dbadff4eede7c0bcd
 DIST oslo.concurrency-3.25.1.tar.gz 49218 BLAKE2B 
95fccb051ef782a0b6cd01801e9b44272a8b04ca52fd0f00f91a2aa3514885c302a3f251885f59c32303708c91331f3f59ee06ebdce4751d013559a0e7d19b16
 SHA512 
5c306e742c652d66209a3218ccdc1d1f957ec6fde0b0bcb9411a71e470e8c0402c4cc1a40a05094ce591942ed16b8e0a7b456d60a64e0299ef32a257b37c8388

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.21.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.21.1.ebuild
deleted file mode 100644
index ed5295ed668..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.21.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDPEND=">=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/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2018-05-08 Thread Matt Thode
commit: b1eaf5d3adfaa338794fe4eebbc49a40a47a2ccb
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May  8 16:38:59 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue May  8 16:55:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1eaf5d3

dev-python/oslo-concurrency: 3.25.1 bup

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency-3.25.1.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 3fb2baa590e..a1bd5f5237a 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.concurrency-3.21.1.tar.gz 48866 BLAKE2B 
b621548173e30e7a7f3683d1f5ef3821574e780d1df99c91d8bb77d4e3d3280da395066be7c9ec95b3d3e640da694aae81943e126c8c4e6cd5f18c2db99efba6
 SHA512 
6d165ebf952b29d96d2d1a8b938b2ef4746c77b99a62ca596ee93e6fb6d919f183eede380763b6167cb7d372e03803556715523b7a63ad1dbadff4eede7c0bcd
 DIST oslo.concurrency-3.25.0.tar.gz 48736 BLAKE2B 
fe8506599d175d22c44fd52bb2c4e5f238687ba7eeb926d3f042be14e6ef8cecb3c13b010c1540c835d9bc7e587560ea391ea00b99f05553d6bfd46d2bbe3d9c
 SHA512 
0273112cdc0a1de45ec231b672f2ed8f8fe5842dea756bc062a18247036b2fdbfbce392f3edbfbb871a2bda94412f6c82f3a634fd98a77c1df5a243babcbd4de
+DIST oslo.concurrency-3.25.1.tar.gz 49218 BLAKE2B 
95fccb051ef782a0b6cd01801e9b44272a8b04ca52fd0f00f91a2aa3514885c302a3f251885f59c32303708c91331f3f59ee06ebdce4751d013559a0e7d19b16
 SHA512 
5c306e742c652d66209a3218ccdc1d1f957ec6fde0b0bcb9411a71e470e8c0402c4cc1a40a05094ce591942ed16b8e0a7b456d60a64e0299ef32a257b37c8388

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
new file mode 100644
index 000..535a45b3c7a
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDPEND=">=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/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^futures/d' test-requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2018-03-30 Thread Matt Thode
commit: 21236db810a6b54a6e022290d64f679884e79edc
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 31 00:49:19 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 31 00:49:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21236db8

dev-python/oslo-concurrency: 3.25.0 stablized amd64 ~arm64 x86 under allarches

Stablized for Openstack Queens

 dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild
index b0254407070..b95096e324e 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2018-02-16 Thread Matt Thode
commit: aba4f15d8655b82ecd2bcfe7e97860e5f4d748ca
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 16 23:55:03 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 17 01:38:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba4f15d

dev-python/oslo-concurrency: 3.25.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency-3.25.0.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index b80c3e46b71..3fb2baa590e 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-3.21.1.tar.gz 48866 BLAKE2B 
b621548173e30e7a7f3683d1f5ef3821574e780d1df99c91d8bb77d4e3d3280da395066be7c9ec95b3d3e640da694aae81943e126c8c4e6cd5f18c2db99efba6
 SHA512 
6d165ebf952b29d96d2d1a8b938b2ef4746c77b99a62ca596ee93e6fb6d919f183eede380763b6167cb7d372e03803556715523b7a63ad1dbadff4eede7c0bcd
+DIST oslo.concurrency-3.25.0.tar.gz 48736 BLAKE2B 
fe8506599d175d22c44fd52bb2c4e5f238687ba7eeb926d3f042be14e6ef8cecb3c13b010c1540c835d9bc7e587560ea391ea00b99f05553d6bfd46d2bbe3d9c
 SHA512 
0273112cdc0a1de45ec231b672f2ed8f8fe5842dea756bc062a18247036b2fdbfbce392f3edbfbb871a2bda94412f6c82f3a634fd98a77c1df5a243babcbd4de

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild
new file mode 100644
index 000..b0254407070
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.25.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDPEND=">=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/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^futures/d' test-requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2018-01-05 Thread Michał Górny
commit: c34c7e65cda9b21ef40c1661e7780ba1f88146f0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  5 09:56:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  5 13:25:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34c7e65

dev-python/oslo-concurrency: Clean old up

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency-3.18.1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 01ba5587bbb..b80c3e46b71 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-3.18.1.tar.gz 47274 BLAKE2B 
8b9c02bd943623a8edf3cc0e5a28a429238487f89ece006df3ff6590a30d3013966635e3441c9056c03b0abaa135c455ed01c26e5cc9bf9a9386e373ad4f846d
 SHA512 
bb8eb61fea5995313fb2844fcf3c80ce15cebeb266ea50530569c33d404e75958b7e51a0d11b3cae67d0ccb2738fa8789a902fbcd8d7911283305ac4d4930476
 DIST oslo.concurrency-3.21.1.tar.gz 48866 BLAKE2B 
b621548173e30e7a7f3683d1f5ef3821574e780d1df99c91d8bb77d4e3d3280da395066be7c9ec95b3d3e640da694aae81943e126c8c4e6cd5f18c2db99efba6
 SHA512 
6d165ebf952b29d96d2d1a8b938b2ef4746c77b99a62ca596ee93e6fb6d919f183eede380763b6167cb7d372e03803556715523b7a63ad1dbadff4eede7c0bcd

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild
deleted file mode 100644
index 7e3dda1e031..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   =dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   virtual/python-enum34[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^futures/d' test-requirements.txt || die
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2017-09-28 Thread Matt Thode
commit: e7fa440324e084fc4ea595cc198210d6cd984a2a
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Sep 28 16:09:31 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Sep 28 16:23:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fa4403

dev-python/oslo-concurrency: 3.21.1 bup with cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/oslo-concurrency/Manifest| 2 +-
 .../{oslo-concurrency-3.21.0.ebuild => oslo-concurrency-3.21.1.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index a5220d56b5a..ecfc8cf509b 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1,2 @@
 DIST oslo.concurrency-3.18.1.tar.gz 47274 SHA256 
4314695cf2d0359a488b2f862afcb4262f11c83c9a826f36ac962b85f954ea8c SHA512 
bb8eb61fea5995313fb2844fcf3c80ce15cebeb266ea50530569c33d404e75958b7e51a0d11b3cae67d0ccb2738fa8789a902fbcd8d7911283305ac4d4930476
 WHIRLPOOL 
0e2f1fea00f4671f7d09e128d0ce4a4239a8643426ce184e6bd3820468ab1f3a5a32a9b6b521e990ed92099a10aa7890ea8c8c167f6140d9bf0b2b702e8d3556
-DIST oslo.concurrency-3.21.0.tar.gz 47353 SHA256 
732e53c37d349a97ea70bd4f31336de26de316453d956210e5cb0015cbc51abb SHA512 
98215419ec7864b090fc7b99136d9b719066f626cf336cd011a25126dc75b510f6a6b8ba74e842d7768da01363191abbb41cc80570955e91760fba579407ca30
 WHIRLPOOL 
c8a0343c3bdce498e231dd76d628ebfd5e18aad2c246896c09da300d1c8f72d60ba249e98ccd42176abe09bf1e62d5c8d85489e4b7885da3c49a98ad18bdda1e
+DIST oslo.concurrency-3.21.1.tar.gz 48866 SHA256 
e9f42e46a84d355e73f136ba4395a9002c2fbb419fe04942787e5a5a54ebed86 SHA512 
6d165ebf952b29d96d2d1a8b938b2ef4746c77b99a62ca596ee93e6fb6d919f183eede380763b6167cb7d372e03803556715523b7a63ad1dbadff4eede7c0bcd
 WHIRLPOOL 
a20a5cb9ad7ce7ec7ef53a426e29c8aa4cab83ab7f45e69322bc16bef026f78e266c9b3cdaa94368f65df8c0778f967a7075cd3f5cddec9e5ee7bc4c6ca7ae9e

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.21.1.ebuild
similarity index 96%
rename from dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild
rename to dev-python/oslo-concurrency/oslo-concurrency-3.21.1.ebuild
index e2a64e7fc3b..f98f59a3d19 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.21.1.ebuild
@@ -27,7 +27,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
>=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
!~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2017-09-16 Thread Matt Thode
commit: 7037f303efe863d196ab21db071d63eeb311e353
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 16 14:56:01 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Sep 16 15:01:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7037f303

dev-python/oslo-concurrency: 3.18.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency-3.18.0.ebuild | 52 --
 .../oslo-concurrency-3.18.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 54 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 43f59dc5288..a5220d56b5a 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,3 +1,2 @@
-DIST oslo.concurrency-3.18.0.tar.gz 46670 SHA256 
49d56f2250e167ee03e3a4255d7b6086f93badd2a826e36d60324b91798c3980 SHA512 
ce934910eb33d00bbe0dbb0e022df6ebf69ba7e53ebe3fccb0f0025d9f1dd8a75b1e7547f67168e226d6fde80d953c12e7bae33559e75002a7b1b9040a8d8ce4
 WHIRLPOOL 
8f93f4d1f418d3b40322f6c576ea48d6cc0d45f1fb1ab6a3479c15b6533b125d58fe97b837f64a23ebd9fe8165292c96da00b38834d662690fa1ea5750a54a2f
 DIST oslo.concurrency-3.18.1.tar.gz 47274 SHA256 
4314695cf2d0359a488b2f862afcb4262f11c83c9a826f36ac962b85f954ea8c SHA512 
bb8eb61fea5995313fb2844fcf3c80ce15cebeb266ea50530569c33d404e75958b7e51a0d11b3cae67d0ccb2738fa8789a902fbcd8d7911283305ac4d4930476
 WHIRLPOOL 
0e2f1fea00f4671f7d09e128d0ce4a4239a8643426ce184e6bd3820468ab1f3a5a32a9b6b521e990ed92099a10aa7890ea8c8c167f6140d9bf0b2b702e8d3556
 DIST oslo.concurrency-3.21.0.tar.gz 47353 SHA256 
732e53c37d349a97ea70bd4f31336de26de316453d956210e5cb0015cbc51abb SHA512 
98215419ec7864b090fc7b99136d9b719066f626cf336cd011a25126dc75b510f6a6b8ba74e842d7768da01363191abbb41cc80570955e91760fba579407ca30
 WHIRLPOOL 
c8a0343c3bdce498e231dd76d628ebfd5e18aad2c246896c09da300d1c8f72d60ba249e98ccd42176abe09bf1e62d5c8d85489e4b7885da3c49a98ad18bdda1e

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
deleted file mode 100644
index 7e3dda1e031..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   =dev-python/reno-1.8.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   virtual/python-enum34[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^futures/d' test-requirements.txt || die
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
-}

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild
index 42221ed526b..7e3dda1e031 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2017-08-27 Thread Matt Thode
commit: 7d8636d0cf1176171d2ce502ea3f187b81f5d86b
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 01:56:03 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 02:11:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8636d0

dev-python/oslo-concurrency: 3.18.1 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency-3.18.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index be0b153ed53..43f59dc5288 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.concurrency-3.18.0.tar.gz 46670 SHA256 
49d56f2250e167ee03e3a4255d7b6086f93badd2a826e36d60324b91798c3980 SHA512 
ce934910eb33d00bbe0dbb0e022df6ebf69ba7e53ebe3fccb0f0025d9f1dd8a75b1e7547f67168e226d6fde80d953c12e7bae33559e75002a7b1b9040a8d8ce4
 WHIRLPOOL 
8f93f4d1f418d3b40322f6c576ea48d6cc0d45f1fb1ab6a3479c15b6533b125d58fe97b837f64a23ebd9fe8165292c96da00b38834d662690fa1ea5750a54a2f
+DIST oslo.concurrency-3.18.1.tar.gz 47274 SHA256 
4314695cf2d0359a488b2f862afcb4262f11c83c9a826f36ac962b85f954ea8c SHA512 
bb8eb61fea5995313fb2844fcf3c80ce15cebeb266ea50530569c33d404e75958b7e51a0d11b3cae67d0ccb2738fa8789a902fbcd8d7911283305ac4d4930476
 WHIRLPOOL 
0e2f1fea00f4671f7d09e128d0ce4a4239a8643426ce184e6bd3820468ab1f3a5a32a9b6b521e990ed92099a10aa7890ea8c8c167f6140d9bf0b2b702e8d3556
 DIST oslo.concurrency-3.21.0.tar.gz 47353 SHA256 
732e53c37d349a97ea70bd4f31336de26de316453d956210e5cb0015cbc51abb SHA512 
98215419ec7864b090fc7b99136d9b719066f626cf336cd011a25126dc75b510f6a6b8ba74e842d7768da01363191abbb41cc80570955e91760fba579407ca30
 WHIRLPOOL 
c8a0343c3bdce498e231dd76d628ebfd5e18aad2c246896c09da300d1c8f72d60ba249e98ccd42176abe09bf1e62d5c8d85489e4b7885da3c49a98ad18bdda1e

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild
new file mode 100644
index 000..42221ed526b
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.18.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   =dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^futures/d' test-requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2017-08-26 Thread Matt Thode
commit: a5e0c6734c1b5cfd956c408fff73c4a9c7a05022
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Aug 27 02:51:56 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Aug 27 04:24:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e0c673

dev-python/oslo-concurrency: 3.21.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency-3.21.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 1aeae89db22..be0b153ed53 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-3.18.0.tar.gz 46670 SHA256 
49d56f2250e167ee03e3a4255d7b6086f93badd2a826e36d60324b91798c3980 SHA512 
ce934910eb33d00bbe0dbb0e022df6ebf69ba7e53ebe3fccb0f0025d9f1dd8a75b1e7547f67168e226d6fde80d953c12e7bae33559e75002a7b1b9040a8d8ce4
 WHIRLPOOL 
8f93f4d1f418d3b40322f6c576ea48d6cc0d45f1fb1ab6a3479c15b6533b125d58fe97b837f64a23ebd9fe8165292c96da00b38834d662690fa1ea5750a54a2f
+DIST oslo.concurrency-3.21.0.tar.gz 47353 SHA256 
732e53c37d349a97ea70bd4f31336de26de316453d956210e5cb0015cbc51abb SHA512 
98215419ec7864b090fc7b99136d9b719066f626cf336cd011a25126dc75b510f6a6b8ba74e842d7768da01363191abbb41cc80570955e91760fba579407ca30
 WHIRLPOOL 
c8a0343c3bdce498e231dd76d628ebfd5e18aad2c246896c09da300d1c8f72d60ba249e98ccd42176abe09bf1e62d5c8d85489e4b7885da3c49a98ad18bdda1e

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild
new file mode 100644
index 000..e2a64e7fc3b
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.21.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDPEND=">=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/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.11.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2017-07-03 Thread Zac Medico
commit: 1aea4bd853f0d2b98610fde72b9a49581f918422
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jul  3 17:08:22 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jul  3 17:09:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aea4bd8

dev-python/oslo-concurrency: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
index c434cc9a21b..7e3dda1e031 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 
 inherit distutils-r1
 
@@ -48,5 +48,5 @@ python_prepare_all() {
 }
 
 python_test() {
-   nosetests tests/ || die "test failed under ${EPYTHON}"
+   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2017-05-02 Thread Michał Górny
commit: 70b335f8e38a30074d39fa39d143ca60f25810b3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 12:24:19 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 13:11:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b335f8

dev-python/oslo-concurrency: Clean old versions up

 dev-python/oslo-concurrency/Manifest   |  2 -
 .../oslo-concurrency-3.14.0.ebuild | 59 --
 .../oslo-concurrency/oslo-concurrency-3.7.1.ebuild | 58 -
 3 files changed, 119 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index c2dbf4b8363..1aeae89db22 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,3 +1 @@
-DIST oslo.concurrency-3.14.0.tar.gz 45148 SHA256 
e76adec89e3b0444f4d3076d8568ea9caf68cf0279de5b3687a51a29d2482eaf SHA512 
8bb5c147c13f60df8592314ae7894eb2a2deca1d0a27889b18f8502166065126efbfa5921a75801a1a6e1dbf618e0f9ad152938da9ab8fd3455abdcdd534f11b
 WHIRLPOOL 
39954fc922b7ac095af1afcbc8acc34ad83188cbf3067909ad8206072880ce13e2ca65654efbf1da09fd74ffb777e42ab0c0660b2e94ff5407c2e1dfe766c02b
 DIST oslo.concurrency-3.18.0.tar.gz 46670 SHA256 
49d56f2250e167ee03e3a4255d7b6086f93badd2a826e36d60324b91798c3980 SHA512 
ce934910eb33d00bbe0dbb0e022df6ebf69ba7e53ebe3fccb0f0025d9f1dd8a75b1e7547f67168e226d6fde80d953c12e7bae33559e75002a7b1b9040a8d8ce4
 WHIRLPOOL 
8f93f4d1f418d3b40322f6c576ea48d6cc0d45f1fb1ab6a3479c15b6533b125d58fe97b837f64a23ebd9fe8165292c96da00b38834d662690fa1ea5750a54a2f
-DIST oslo.concurrency-3.7.1.tar.gz 39914 SHA256 
254a42d9f0a5f21e9d56e5fd5ca7c3e355ba22d06ea47f6eb094155242ccc0f6 SHA512 
8146f22c06fd75202d0bae75a99e77a613675359cab1f6221ff68f89035b105cc6d96b6a1d8013c983a94166d826fbeaa4502fd307af9707d0a1462db678fb4f
 WHIRLPOOL 
03c55b366199e0c7a2af895fe0ad3a769778be58382ee5a40ce1e0220f80bb6273b8615d7fc295f1e25111487772291597dfc8a54ebdbe44deff68ab94916923

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.14.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.14.0.ebuild
deleted file mode 100644
index 8960a0c3552..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.14.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDPEND="
-   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
-   https://pypi.python.org/pypi/oslo.concurrency;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDPEND="
-   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2017-02-26 Thread Matt Thode
commit: 70e4c2e74e6cfc354a781cd14b013bb6c4cee90b
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 01:32:45 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 02:15:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e4c2e7

dev-python/oslo-concurrency: bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency-3.18.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 573fdf2982..c2dbf4b836 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.concurrency-3.14.0.tar.gz 45148 SHA256 
e76adec89e3b0444f4d3076d8568ea9caf68cf0279de5b3687a51a29d2482eaf SHA512 
8bb5c147c13f60df8592314ae7894eb2a2deca1d0a27889b18f8502166065126efbfa5921a75801a1a6e1dbf618e0f9ad152938da9ab8fd3455abdcdd534f11b
 WHIRLPOOL 
39954fc922b7ac095af1afcbc8acc34ad83188cbf3067909ad8206072880ce13e2ca65654efbf1da09fd74ffb777e42ab0c0660b2e94ff5407c2e1dfe766c02b
+DIST oslo.concurrency-3.18.0.tar.gz 46670 SHA256 
49d56f2250e167ee03e3a4255d7b6086f93badd2a826e36d60324b91798c3980 SHA512 
ce934910eb33d00bbe0dbb0e022df6ebf69ba7e53ebe3fccb0f0025d9f1dd8a75b1e7547f67168e226d6fde80d953c12e7bae33559e75002a7b1b9040a8d8ce4
 WHIRLPOOL 
8f93f4d1f418d3b40322f6c576ea48d6cc0d45f1fb1ab6a3479c15b6533b125d58fe97b837f64a23ebd9fe8165292c96da00b38834d662690fa1ea5750a54a2f
 DIST oslo.concurrency-3.7.1.tar.gz 39914 SHA256 
254a42d9f0a5f21e9d56e5fd5ca7c3e355ba22d06ea47f6eb094155242ccc0f6 SHA512 
8146f22c06fd75202d0bae75a99e77a613675359cab1f6221ff68f89035b105cc6d96b6a1d8013c983a94166d826fbeaa4502fd307af9707d0a1462db678fb4f
 WHIRLPOOL 
03c55b366199e0c7a2af895fe0ad3a769778be58382ee5a40ce1e0220f80bb6273b8615d7fc295f1e25111487772291597dfc8a54ebdbe44deff68ab94916923

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
new file mode 100644
index 00..c1283616e0
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.18.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   =dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^futures/d' test-requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2016-07-10 Thread Matt Thode
commit: bd874bdbe2884566786d817a3d21728b50c94bc6
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul 10 19:11:39 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jul 10 19:11:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd874bdb

dev-python/oslo-concurrency: cleanup

Package-Manager: portage-2.2.28

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency/oslo-concurrency-3.7.0.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index 7299289..a2da481 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -2,5 +2,4 @@ DIST oslo.concurrency-1.8.0.tar.gz 52531 SHA256 
2070e04106d9d3bdffdd9729a1f0b62a
 DIST oslo.concurrency-1.8.1.tar.gz 53044 SHA256 
12c5339c9263c994feb5c59290f7fb0eab12d6b729284efd01dd324c95bdecbb SHA512 
227c16dd6916bd48ec937520650196b80bbbdf3988e7d6095eecd1ded601e207f24f63598881276591403e3b7c6e85f9adcce5a8ca210f82cffc75eff2351422
 WHIRLPOOL 
48bf1ffd9b04d0c5f199a8a6ff2deec6e25557a5af680450d30441b715edf0fea986c6620fb9a0ab722b13ca5f4664d39450db5e23cc96a331ed65532abf7a5a
 DIST oslo.concurrency-1.8.2.tar.gz 53278 SHA256 
149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca SHA512 
b73b52cef9dca932b8d0b737bd544f0a6d138de701aa9d2309d6e7698af337e4aea5cbb47c78c2ebda14abc164b8cc2b40fee6c8e92a30ee674318f436cf3b94
 WHIRLPOOL 
1ad6cc6dc0d339b2bec4959539fdadfb0914b1677005e250b4e74da3be97310474d20514003b0c0f50a4c6dff021ac8efa25e1f9b4502f419ab9763117caa16e
 DIST oslo.concurrency-2.5.0.tar.gz 35903 SHA256 
279c7cca885f69cfb7b3b50d686cd3d7c8d50dfb8eb13aada01bf733ef5ccc45 SHA512 
866c3b7ea938c2b1fed7a004a34398b99fd6b084ca3c709a8448464f4845445a16fc1a016ea30b391190625ac53bf6756509dfbee28c89000f689743622246e0
 WHIRLPOOL 
0067b6d3089d94c41491e5e208392bad7cd7eebb9d7ba9c5300b985cfbad924273c30ec575674ba2177fe4ba3b17fe2dcd709c778753b013989bfb285070aa2b
-DIST oslo.concurrency-3.7.0.tar.gz 39703 SHA256 
30021612be662827b92cddbd522e922b038a88b2e071d3a7c489c89523f6ac32 SHA512 
6be8b6e07278d53d076d382fed92ac5c79e957279791193aeee5023ce0beb466e76819ba0659178554994ae6af9968ce8a3d6159c5c03bb9f50222eeb6430c9f
 WHIRLPOOL 
cc196fd07c99c15fcc8747099273c4b8d38e4d785b0f58fa647035a748e3a71f9ff545249ca6e7dc66ca41d1e433d2ee40f1329f2a53fadb97db023be6c9cdb7
 DIST oslo.concurrency-3.7.1.tar.gz 39914 SHA256 
254a42d9f0a5f21e9d56e5fd5ca7c3e355ba22d06ea47f6eb094155242ccc0f6 SHA512 
8146f22c06fd75202d0bae75a99e77a613675359cab1f6221ff68f89035b105cc6d96b6a1d8013c983a94166d826fbeaa4502fd307af9707d0a1462db678fb4f
 WHIRLPOOL 
03c55b366199e0c7a2af895fe0ad3a769778be58382ee5a40ce1e0220f80bb6273b8615d7fc295f1e25111487772291597dfc8a54ebdbe44deff68ab94916923

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.7.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.7.0.ebuild
deleted file mode 100644
index d617f76..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.7.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDPEND="
-   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2016-07-10 Thread Matt Thode
commit: c70d496580440be0f15a25f576c0349238c3c4dd
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul 10 19:12:39 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jul 10 19:12:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70d4965

dev-python/oslo-concurrency: more cleanup

Package-Manager: portage-2.2.28

 dev-python/oslo-concurrency/Manifest   |  2 -
 .../oslo-concurrency/oslo-concurrency-1.8.0.ebuild | 55 ---
 .../oslo-concurrency/oslo-concurrency-1.8.1.ebuild | 61 --
 3 files changed, 118 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index a2da481..213f67b 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,5 +1,3 @@
-DIST oslo.concurrency-1.8.0.tar.gz 52531 SHA256 
2070e04106d9d3bdffdd9729a1f0b62a101680001534ba91aa2fdc3967509285 SHA512 
38741fe0a1807a33483ed67cc5119a1f7052eb546583ed812bb61d1c3ff7844e9024278b72da40992bc0de2ecd35e2a49439d4f69cf394dcb74122961e916b66
 WHIRLPOOL 
5d7e2d03d390577e16f2eae3519e0fad61bf19aacc015fb8770d32227092238fb99b94f52247b4a626f381f053097e7457757542428ce24651810177e2efd679
-DIST oslo.concurrency-1.8.1.tar.gz 53044 SHA256 
12c5339c9263c994feb5c59290f7fb0eab12d6b729284efd01dd324c95bdecbb SHA512 
227c16dd6916bd48ec937520650196b80bbbdf3988e7d6095eecd1ded601e207f24f63598881276591403e3b7c6e85f9adcce5a8ca210f82cffc75eff2351422
 WHIRLPOOL 
48bf1ffd9b04d0c5f199a8a6ff2deec6e25557a5af680450d30441b715edf0fea986c6620fb9a0ab722b13ca5f4664d39450db5e23cc96a331ed65532abf7a5a
 DIST oslo.concurrency-1.8.2.tar.gz 53278 SHA256 
149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca SHA512 
b73b52cef9dca932b8d0b737bd544f0a6d138de701aa9d2309d6e7698af337e4aea5cbb47c78c2ebda14abc164b8cc2b40fee6c8e92a30ee674318f436cf3b94
 WHIRLPOOL 
1ad6cc6dc0d339b2bec4959539fdadfb0914b1677005e250b4e74da3be97310474d20514003b0c0f50a4c6dff021ac8efa25e1f9b4502f419ab9763117caa16e
 DIST oslo.concurrency-2.5.0.tar.gz 35903 SHA256 
279c7cca885f69cfb7b3b50d686cd3d7c8d50dfb8eb13aada01bf733ef5ccc45 SHA512 
866c3b7ea938c2b1fed7a004a34398b99fd6b084ca3c709a8448464f4845445a16fc1a016ea30b391190625ac53bf6756509dfbee28c89000f689743622246e0
 WHIRLPOOL 
0067b6d3089d94c41491e5e208392bad7cd7eebb9d7ba9c5300b985cfbad924273c30ec575674ba2177fe4ba3b17fe2dcd709c778753b013989bfb285070aa2b
 DIST oslo.concurrency-3.7.1.tar.gz 39914 SHA256 
254a42d9f0a5f21e9d56e5fd5ca7c3e355ba22d06ea47f6eb094155242ccc0f6 SHA512 
8146f22c06fd75202d0bae75a99e77a613675359cab1f6221ff68f89035b105cc6d96b6a1d8013c983a94166d826fbeaa4502fd307af9707d0a1462db678fb4f
 WHIRLPOOL 
03c55b366199e0c7a2af895fe0ad3a769778be58382ee5a40ce1e0220f80bb6273b8615d7fc295f1e25111487772291597dfc8a54ebdbe44deff68ab94916923

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild
deleted file mode 100644
index 927404b..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
-   =dev-python/hacking-0.10[${PYTHON_USEDEP}]
-   =dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-1.2.0[${PYTHON_USEDEP}]
-   dev-python/posix_ipc[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
-   !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/futures/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests tests/ || die "test failed under ${EPYTHON}"
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2016-07-10 Thread Matt Thode
commit: b38e6072a47302c8491a9b8d3594fd33a608ed5a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul 10 19:09:30 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jul 10 19:09:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38e6072

dev-python/oslo-concurrency: amd64 / x86 stable

Package-Manager: portage-2.2.28

 dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild
index 71c155b..d617f76 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2016-06-10 Thread Matt Thode
commit: ada88c123972df1043f35a267c3f4af721145560
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jun 10 19:03:42 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jun 10 19:03:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada88c12

dev-python/oslo-concurrency: bup

Package-Manager: portage-2.2.28

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-3.7.1.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index c5674be..7299289 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -3,3 +3,4 @@ DIST oslo.concurrency-1.8.1.tar.gz 53044 SHA256 
12c5339c9263c994feb5c59290f7fb0e
 DIST oslo.concurrency-1.8.2.tar.gz 53278 SHA256 
149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca SHA512 
b73b52cef9dca932b8d0b737bd544f0a6d138de701aa9d2309d6e7698af337e4aea5cbb47c78c2ebda14abc164b8cc2b40fee6c8e92a30ee674318f436cf3b94
 WHIRLPOOL 
1ad6cc6dc0d339b2bec4959539fdadfb0914b1677005e250b4e74da3be97310474d20514003b0c0f50a4c6dff021ac8efa25e1f9b4502f419ab9763117caa16e
 DIST oslo.concurrency-2.5.0.tar.gz 35903 SHA256 
279c7cca885f69cfb7b3b50d686cd3d7c8d50dfb8eb13aada01bf733ef5ccc45 SHA512 
866c3b7ea938c2b1fed7a004a34398b99fd6b084ca3c709a8448464f4845445a16fc1a016ea30b391190625ac53bf6756509dfbee28c89000f689743622246e0
 WHIRLPOOL 
0067b6d3089d94c41491e5e208392bad7cd7eebb9d7ba9c5300b985cfbad924273c30ec575674ba2177fe4ba3b17fe2dcd709c778753b013989bfb285070aa2b
 DIST oslo.concurrency-3.7.0.tar.gz 39703 SHA256 
30021612be662827b92cddbd522e922b038a88b2e071d3a7c489c89523f6ac32 SHA512 
6be8b6e07278d53d076d382fed92ac5c79e957279791193aeee5023ce0beb466e76819ba0659178554994ae6af9968ce8a3d6159c5c03bb9f50222eeb6430c9f
 WHIRLPOOL 
cc196fd07c99c15fcc8747099273c4b8d38e4d785b0f58fa647035a748e3a71f9ff545249ca6e7dc66ca41d1e433d2ee40f1329f2a53fadb97db023be6c9cdb7
+DIST oslo.concurrency-3.7.1.tar.gz 39914 SHA256 
254a42d9f0a5f21e9d56e5fd5ca7c3e355ba22d06ea47f6eb094155242ccc0f6 SHA512 
8146f22c06fd75202d0bae75a99e77a613675359cab1f6221ff68f89035b105cc6d96b6a1d8013c983a94166d826fbeaa4502fd307af9707d0a1462db678fb4f
 WHIRLPOOL 
03c55b366199e0c7a2af895fe0ad3a769778be58382ee5a40ce1e0220f80bb6273b8615d7fc295f1e25111487772291597dfc8a54ebdbe44deff68ab94916923

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild
new file mode 100644
index 000..71c155b
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDPEND="
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2016-03-29 Thread Matt Thode
commit: eb2e4f27bbe61ed45de44bd35480a33e33021d86
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 29 18:39:21 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 29 18:39:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2e4f27

dev-python/oslo-concurrency: bup

Package-Manager: portage-2.2.26

 dev-python/oslo-concurrency/Manifest| 2 +-
 .../{oslo-concurrency-3.6.0.ebuild => oslo-concurrency-3.7.0.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index dc75d25..c5674be 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -2,4 +2,4 @@ DIST oslo.concurrency-1.8.0.tar.gz 52531 SHA256 
2070e04106d9d3bdffdd9729a1f0b62a
 DIST oslo.concurrency-1.8.1.tar.gz 53044 SHA256 
12c5339c9263c994feb5c59290f7fb0eab12d6b729284efd01dd324c95bdecbb SHA512 
227c16dd6916bd48ec937520650196b80bbbdf3988e7d6095eecd1ded601e207f24f63598881276591403e3b7c6e85f9adcce5a8ca210f82cffc75eff2351422
 WHIRLPOOL 
48bf1ffd9b04d0c5f199a8a6ff2deec6e25557a5af680450d30441b715edf0fea986c6620fb9a0ab722b13ca5f4664d39450db5e23cc96a331ed65532abf7a5a
 DIST oslo.concurrency-1.8.2.tar.gz 53278 SHA256 
149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca SHA512 
b73b52cef9dca932b8d0b737bd544f0a6d138de701aa9d2309d6e7698af337e4aea5cbb47c78c2ebda14abc164b8cc2b40fee6c8e92a30ee674318f436cf3b94
 WHIRLPOOL 
1ad6cc6dc0d339b2bec4959539fdadfb0914b1677005e250b4e74da3be97310474d20514003b0c0f50a4c6dff021ac8efa25e1f9b4502f419ab9763117caa16e
 DIST oslo.concurrency-2.5.0.tar.gz 35903 SHA256 
279c7cca885f69cfb7b3b50d686cd3d7c8d50dfb8eb13aada01bf733ef5ccc45 SHA512 
866c3b7ea938c2b1fed7a004a34398b99fd6b084ca3c709a8448464f4845445a16fc1a016ea30b391190625ac53bf6756509dfbee28c89000f689743622246e0
 WHIRLPOOL 
0067b6d3089d94c41491e5e208392bad7cd7eebb9d7ba9c5300b985cfbad924273c30ec575674ba2177fe4ba3b17fe2dcd709c778753b013989bfb285070aa2b
-DIST oslo.concurrency-3.6.0.tar.gz 39546 SHA256 
21726ea22125ec3e6076cc13b64ef25b60b31b6eca646c57f0d152f295695353 SHA512 
561f3e99f8e2a013b381b95f035a3bd7da5cc3989ba93019fd2abffcdec71cc4cef17b71c1eaf34922a90f0241d9551e5214f71f6fb1c17b83b3033d0e63dfe1
 WHIRLPOOL 
2cfc1adffb83e8fcd910bcab075a1c5c8a4f0ed4ecebb9cf74428b86ca688b031bac0cf3fabf2951deeda68228f4b4c46e6c9ff0a45cafa52669b5c98985b879
+DIST oslo.concurrency-3.7.0.tar.gz 39703 SHA256 
30021612be662827b92cddbd522e922b038a88b2e071d3a7c489c89523f6ac32 SHA512 
6be8b6e07278d53d076d382fed92ac5c79e957279791193aeee5023ce0beb466e76819ba0659178554994ae6af9968ce8a3d6159c5c03bb9f50222eeb6430c9f
 WHIRLPOOL 
cc196fd07c99c15fcc8747099273c4b8d38e4d785b0f58fa647035a748e3a71f9ff545249ca6e7dc66ca41d1e433d2ee40f1329f2a53fadb97db023be6c9cdb7

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.6.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.7.0.ebuild
similarity index 97%
rename from dev-python/oslo-concurrency/oslo-concurrency-3.6.0.ebuild
rename to dev-python/oslo-concurrency/oslo-concurrency-3.7.0.ebuild
index a9c8b22..71c155b 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.6.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.7.0.ebuild
@@ -39,7 +39,7 @@ RDEPEND="
>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
virtual/python-enum34[${PYTHON_USEDEP}]
>=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2016-03-24 Thread Matt Thode
commit: 2c1602a662900bfb6683ac6ef2ffc1c4ee8f794d
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 03:28:50 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 03:32:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1602a6

dev-python/oslo-concurrency: bup for mitaka

Package-Manager: portage-2.2.26

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-3.6.0.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index e7df940..dc75d25 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -2,3 +2,4 @@ DIST oslo.concurrency-1.8.0.tar.gz 52531 SHA256 
2070e04106d9d3bdffdd9729a1f0b62a
 DIST oslo.concurrency-1.8.1.tar.gz 53044 SHA256 
12c5339c9263c994feb5c59290f7fb0eab12d6b729284efd01dd324c95bdecbb SHA512 
227c16dd6916bd48ec937520650196b80bbbdf3988e7d6095eecd1ded601e207f24f63598881276591403e3b7c6e85f9adcce5a8ca210f82cffc75eff2351422
 WHIRLPOOL 
48bf1ffd9b04d0c5f199a8a6ff2deec6e25557a5af680450d30441b715edf0fea986c6620fb9a0ab722b13ca5f4664d39450db5e23cc96a331ed65532abf7a5a
 DIST oslo.concurrency-1.8.2.tar.gz 53278 SHA256 
149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca SHA512 
b73b52cef9dca932b8d0b737bd544f0a6d138de701aa9d2309d6e7698af337e4aea5cbb47c78c2ebda14abc164b8cc2b40fee6c8e92a30ee674318f436cf3b94
 WHIRLPOOL 
1ad6cc6dc0d339b2bec4959539fdadfb0914b1677005e250b4e74da3be97310474d20514003b0c0f50a4c6dff021ac8efa25e1f9b4502f419ab9763117caa16e
 DIST oslo.concurrency-2.5.0.tar.gz 35903 SHA256 
279c7cca885f69cfb7b3b50d686cd3d7c8d50dfb8eb13aada01bf733ef5ccc45 SHA512 
866c3b7ea938c2b1fed7a004a34398b99fd6b084ca3c709a8448464f4845445a16fc1a016ea30b391190625ac53bf6756509dfbee28c89000f689743622246e0
 WHIRLPOOL 
0067b6d3089d94c41491e5e208392bad7cd7eebb9d7ba9c5300b985cfbad924273c30ec575674ba2177fe4ba3b17fe2dcd709c778753b013989bfb285070aa2b
+DIST oslo.concurrency-3.6.0.tar.gz 39546 SHA256 
21726ea22125ec3e6076cc13b64ef25b60b31b6eca646c57f0d152f295695353 SHA512 
561f3e99f8e2a013b381b95f035a3bd7da5cc3989ba93019fd2abffcdec71cc4cef17b71c1eaf34922a90f0241d9551e5214f71f6fb1c17b83b3033d0e63dfe1
 WHIRLPOOL 
2cfc1adffb83e8fcd910bcab075a1c5c8a4f0ed4ecebb9cf74428b86ca688b031bac0cf3fabf2951deeda68228f4b4c46e6c9ff0a45cafa52669b5c98985b879

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.6.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.6.0.ebuild
new file mode 100644
index 000..a9c8b22
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.6.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDPEND="
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2016-02-27 Thread Matt Thode
commit: 60aea27ce2b0b7f65a447d6f8f4bb0f392576d8f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 06:57:17 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 06:57:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60aea27c

dev-python/oslo-concurrency: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

 dev-python/oslo-concurrency/oslo-concurrency-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-2.5.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-2.5.0.ebuild
index d0f70d3..f51ff28 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-2.5.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-2.5.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2015-09-02 Thread Matt Thode
commit: 52887644dbfc0f2adc468a975ad642db2997a75a
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Sep  3 02:57:14 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Sep  3 03:41:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52887644

dev-python/oslo-concurrency: bup for liberty

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-2.5.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index d7f9c06..e7df940 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,3 +1,4 @@
 DIST oslo.concurrency-1.8.0.tar.gz 52531 SHA256 
2070e04106d9d3bdffdd9729a1f0b62a101680001534ba91aa2fdc3967509285 SHA512 
38741fe0a1807a33483ed67cc5119a1f7052eb546583ed812bb61d1c3ff7844e9024278b72da40992bc0de2ecd35e2a49439d4f69cf394dcb74122961e916b66
 WHIRLPOOL 
5d7e2d03d390577e16f2eae3519e0fad61bf19aacc015fb8770d32227092238fb99b94f52247b4a626f381f053097e7457757542428ce24651810177e2efd679
 DIST oslo.concurrency-1.8.1.tar.gz 53044 SHA256 
12c5339c9263c994feb5c59290f7fb0eab12d6b729284efd01dd324c95bdecbb SHA512 
227c16dd6916bd48ec937520650196b80bbbdf3988e7d6095eecd1ded601e207f24f63598881276591403e3b7c6e85f9adcce5a8ca210f82cffc75eff2351422
 WHIRLPOOL 
48bf1ffd9b04d0c5f199a8a6ff2deec6e25557a5af680450d30441b715edf0fea986c6620fb9a0ab722b13ca5f4664d39450db5e23cc96a331ed65532abf7a5a
 DIST oslo.concurrency-1.8.2.tar.gz 53278 SHA256 
149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca SHA512 
b73b52cef9dca932b8d0b737bd544f0a6d138de701aa9d2309d6e7698af337e4aea5cbb47c78c2ebda14abc164b8cc2b40fee6c8e92a30ee674318f436cf3b94
 WHIRLPOOL 
1ad6cc6dc0d339b2bec4959539fdadfb0914b1677005e250b4e74da3be97310474d20514003b0c0f50a4c6dff021ac8efa25e1f9b4502f419ab9763117caa16e
+DIST oslo.concurrency-2.5.0.tar.gz 35903 SHA256 
279c7cca885f69cfb7b3b50d686cd3d7c8d50dfb8eb13aada01bf733ef5ccc45 SHA512 
866c3b7ea938c2b1fed7a004a34398b99fd6b084ca3c709a8448464f4845445a16fc1a016ea30b391190625ac53bf6756509dfbee28c89000f689743622246e0
 WHIRLPOOL 
0067b6d3089d94c41491e5e208392bad7cd7eebb9d7ba9c5300b985cfbad924273c30ec575674ba2177fe4ba3b17fe2dcd709c778753b013989bfb285070aa2b

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-2.5.0.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-2.5.0.ebuild
new file mode 100644
index 000..dbf0d7b
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-2.5.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDPEND="
+   >=dev-python/pbr-1.4[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2015-08-21 Thread Agostino Sarubbo
commit: b1bb04058ed2a46b7981a4bddcae42fce05b134d
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Fri Aug 21 06:40:49 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Fri Aug 21 06:40:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bb0405

dev-python/httpretty-0.8.10-r0: amd64 stable wrt bug #558112

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=amd64

 dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild
index 60b144e..6dd10f8 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/oslo.concurrency-${PV}
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-concurrency/

2015-08-21 Thread Agostino Sarubbo
commit: 4994ef132390512b28b66ef576c45d6e94359127
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Fri Aug 21 06:41:47 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Fri Aug 21 06:41:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4994ef13

dev-python/httpretty-0.8.10-r0: x86 stable wrt bug #558112

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=x86

 dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild
index 6dd10f8..ce7705c 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-1.8.2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/oslo.concurrency-${PV}
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]