Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-concurrency/
Date: Mon, 27 Sep 2021 16:47:37
Message-Id: 1632761250.7a2d9bf67a3049d5c2e065683a42f36910e36936.Alessandro-Barbieri@gentoo
1 commit: 7a2d9bf67a3049d5c2e065683a42f36910e36936
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 27 12:26:56 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 27 16:47:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a2d9bf6
7
8 dev-python/oslo-concurrency: new version
9
10 Closes: https://bugs.gentoo.org/798702
11 Closes: https://bugs.gentoo.org/798705
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 dev-python/oslo-concurrency/Manifest | 2 +-
15 .../oslo-concurrency/oslo-concurrency-4.4.0.ebuild | 30 ----------------
16 .../oslo-concurrency/oslo-concurrency-4.4.1.ebuild | 41 ++++++++++++++++++++++
17 3 files changed, 42 insertions(+), 31 deletions(-)
18
19 diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest
20 index f0ddbb735..6f2a74b2b 100644
21 --- a/dev-python/oslo-concurrency/Manifest
22 +++ b/dev-python/oslo-concurrency/Manifest
23 @@ -1 +1 @@
24 -DIST oslo.concurrency-4.4.0.tar.gz 58812 BLAKE2B 5e353ebfd3073e971e5ad37790560cf1014ebe7683870c49367a888becd665f41f0108cd99c338453cd5ef5c525345672a861f9075bcf6ec9b13ce7b51a138b2 SHA512 a1f2e25be7dd8136e20c8047e4b0e21c51b8be680fe986a6dfe4ff9f2343fbf9db0b533304b7e32dc7db93631f60139441699acfcbd5f7c01ccd63412b452c54
25 +DIST oslo.concurrency-4.4.1.tar.gz 58399 BLAKE2B ea28cdd53ae124fe458c0d901b305d99b7a5b5525835e6a04ca856177876fa6c6a1eff74842dcf260c78c205d95f353cd1b70f0cb6205e7bec841bae2d6ecd0d SHA512 1b7e6a2cb2e3ee0710f652489522c7a9e47a5292c46041f21a2ffe4c61a6bbae48b43e93507465013704b89778deec860da06fec32b4d3778e05cade9a6d39a1
26
27 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.4.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.4.0.ebuild
28 deleted file mode 100644
29 index acde72660..000000000
30 --- a/dev-python/oslo-concurrency/oslo-concurrency-4.4.0.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_8 )
38 -DISTUTILS_USE_SETUPTOOLS=bdepend
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="library for running multi-thread, multi-process applications"
43 -HOMEPAGE="https://pypi.org/project/oslo.concurrency/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
45 -S="${WORKDIR}/oslo.concurrency-${PV}"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
50 -IUSE=""
51 -RESTRICT=""
52 -
53 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
54 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
55 -DEPEND="${CDEPEND}"
56 -RDEPEND="
57 - ${CDEPEND}
58 - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
61 - >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
62 -"
63
64 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
65 new file mode 100644
66 index 000000000..df8ddada5
67 --- /dev/null
68 +++ b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
69 @@ -0,0 +1,41 @@
70 +# Copyright 1999-2021 Gentoo Authors
71 +# Distributed under the terms of the GNU General Public License v2
72 +
73 +EAPI=8
74 +
75 +DISTUTILS_USE_SETUPTOOLS=bdepend
76 +PYTHON_COMPAT=( python3_8 )
77 +
78 +inherit distutils-r1
79 +
80 +DESCRIPTION="library for running multi-thread, multi-process applications"
81 +HOMEPAGE="
82 + https://pypi.org/project/oslo.concurrency
83 + https://opendev.org/openstack/oslo.concurrency
84 +"
85 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
86 +S="${WORKDIR}/oslo.concurrency-${PV}"
87 +
88 +LICENSE="Apache-2.0"
89 +SLOT="0"
90 +KEYWORDS="~amd64"
91 +
92 +RDEPEND="
93 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
94 + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
95 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
96 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
97 + >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
98 +"
99 +DEPEND="
100 + ${RDEPEND}
101 + test? (
102 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
103 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
104 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
105 + >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
106 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
107 + )
108 +"
109 +
110 +distutils_enable_tests pytest