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-rootwrap/
Date: Wed, 29 Sep 2021 13:08:32
Message-Id: 1632920907.bc43993963b7a31da702454e5a7afccd532ba94d.Alessandro-Barbieri@gentoo
1 commit: bc43993963b7a31da702454e5a7afccd532ba94d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 29 12:42:47 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 29 13:08:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc439939
7
8 dev-python/oslo-rootwrap: new version
9
10 Closes: https://bugs.gentoo.org/800332
11 Closes: https://bugs.gentoo.org/800329
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 dev-python/oslo-rootwrap/Manifest | 2 +-
15 .../oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild | 22 ------------
16 .../oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild | 39 ++++++++++++++++++++++
17 3 files changed, 40 insertions(+), 23 deletions(-)
18
19 diff --git a/dev-python/oslo-rootwrap/Manifest b/dev-python/oslo-rootwrap/Manifest
20 index a175dc28a..f0b0fd786 100644
21 --- a/dev-python/oslo-rootwrap/Manifest
22 +++ b/dev-python/oslo-rootwrap/Manifest
23 @@ -1 +1 @@
24 -DIST oslo.rootwrap-6.2.0.tar.gz 46850 BLAKE2B 0ad998aecaf8dfe0616094ed08e64380d38fa663dc63f192b58b95a07deeb690f16f1b8de2d0666c80bc49c11c06dc7221e9b9fae7243c3569971745884b752f SHA512 bf3e91ec8a18f92f6f5974a6d8369ae73dba6e61fa3001996678b85d0bfb2426536d27097ad784169e6eca50ad23471505d5089e8d4a6a84c9e0e009a6a38f5a
25 +DIST oslo.rootwrap-6.3.0.tar.gz 49527 BLAKE2B 8e3489674d4aca6eba36973457d14158ac1846e69a4ce102a16af1aafe5a36b8503119c3ab2bb576d493eb0222ba63a021e9a89b7ff621db94ebff990a3d504e SHA512 0f22e3b3b23dbad18109b3f11c18c2e278d582afc62bd03909e46445231e905a70b26a38773ab9c5543a0bcd0987f0681dfaf5a633cbf24f0144c6ff1f081626
26
27 diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild b/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild
28 deleted file mode 100644
29 index 7af57ea20..000000000
30 --- a/dev-python/oslo-rootwrap/oslo-rootwrap-6.2.0.ebuild
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_{7,8} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Allows fine filtering of shell commands to run as root from OpenStack services"
42 -HOMEPAGE="https://pypi.org/project/oslo.rootwrap/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
44 -S="${WORKDIR}/oslo.rootwrap-${PV}"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -
50 -DEPEND="
51 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
52 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
53 -"
54 -RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
55
56 diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild b/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild
57 new file mode 100644
58 index 000000000..a7a9e438a
59 --- /dev/null
60 +++ b/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild
61 @@ -0,0 +1,39 @@
62 +# Copyright 1999-2021 Gentoo Authors
63 +# Distributed under the terms of the GNU General Public License v2
64 +
65 +EAPI=8
66 +
67 +PYTHON_COMPAT=( python3_{7,8} )
68 +
69 +inherit distutils-r1
70 +
71 +DESCRIPTION="Allows fine filtering of shell commands to run as root from OpenStack services"
72 +HOMEPAGE="
73 + https://pypi.org/project/oslo.rootwrap
74 + https://opendev.org/openstack/oslo.rootwrap
75 + https://launchpad.net/oslo.rootwrap
76 +"
77 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
78 +S="${WORKDIR}/oslo.rootwrap-${PV}"
79 +
80 +LICENSE="Apache-2.0"
81 +SLOT="0"
82 +KEYWORDS="~amd64"
83 +
84 +RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
85 +DEPEND="
86 + ${RDEPEND}
87 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
88 + test? (
89 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
90 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
91 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
92 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
93 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
94 + >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
95 + >=dev-python/reno-3.1.0[${PYTHON_USEDEP}]
96 + >=dev-python/bandit-1.3.0[${PYTHON_USEDEP}]
97 + )
98 +"
99 +
100 +distutils_enable_tests pytest