public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-privsep/
@ 2022-03-13 10:02 Alessandro Barbieri
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-03-13 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     6b3c60c150871812d642da17b0765e921c39082f
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 13 09:28:00 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 13 09:28:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b3c60c1

dev-python/oslo-privsep: new version

Closes: https://bugs.gentoo.org/800320
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/oslo-privsep/Manifest                   |  2 +-
 ...vsep-2.4.0.ebuild => oslo-privsep-2.6.2.ebuild} | 35 ++++++++++++++--------
 2 files changed, 23 insertions(+), 14 deletions(-)

diff --git a/dev-python/oslo-privsep/Manifest b/dev-python/oslo-privsep/Manifest
index 47b409b9c..da2f9b8d9 100644
--- a/dev-python/oslo-privsep/Manifest
+++ b/dev-python/oslo-privsep/Manifest
@@ -1 +1 @@
-DIST oslo.privsep-2.4.0.tar.gz 40991 BLAKE2B e381d1f590e8de308e254db8171550f9a5658ca1c44997eb456eaa5d8cf768c24fdd5b2b629294d9c0e8ed619c97def567d34b2a35f7ef9b6a5f8f2b9f4b69c1 SHA512 5093292d9a655bc2d8cff47cac9f8d072d5d5297ab60c13e418edc109ec5734dbeb29455c0fc13cc33777d8d636f756b2f3aae9700b8c4f7daee0f9af5542fbb
+DIST oslo.privsep-2.6.2.tar.gz 45754 BLAKE2B 266362719d536fbd1935178749c3f4f7d0bb5b4baf8a184ca1a485eb4643c978355a8c3b69c71123aa856cd747b47d37c49cb3f666cb1ffa47a223b31f3487df SHA512 59cd8567ea31c17d849bc2c6f12ab8b0aeffce3341ae2a6f46c36388229a230930c3b6af9e9d59c754bf5d88a05deb11c413079b27d001ac5e49faa89baa3d1a

diff --git a/dev-python/oslo-privsep/oslo-privsep-2.4.0.ebuild b/dev-python/oslo-privsep/oslo-privsep-2.6.2.ebuild
similarity index 60%
rename from dev-python/oslo-privsep/oslo-privsep-2.4.0.ebuild
rename to dev-python/oslo-privsep/oslo-privsep-2.6.2.ebuild
index 49bba646f..1f234bb1d 100644
--- a/dev-python/oslo-privsep/oslo-privsep-2.4.0.ebuild
+++ b/dev-python/oslo-privsep/oslo-privsep-2.6.2.ebuild
@@ -1,27 +1,26 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
-DESCRIPTION="OpenStack library for privilege separation."
-HOMEPAGE="https://pypi.org/project/oslo.privsep/"
+DESCRIPTION="OpenStack library for privilege separation"
+HOMEPAGE="
+	https://opendev.org/openstack/oslo.privsep
+	https://pypi.org/project/oslo.privsep/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/oslo.privsep/oslo.privsep-${PV}.tar.gz"
 S="${WORKDIR}/oslo.privsep-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64"
 
-DEPEND="
-	>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-	!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
 RDEPEND="
 	>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-	!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
 	>=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
 	>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
 	>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
@@ -29,10 +28,20 @@ RDEPEND="
 	>=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
 	>=dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
 	>=dev-python/greenlet-0.4.14[${PYTHON_USEDEP}]
-	>=dev-python/msgpack-0.6.0[${PYTHON_USEDEP}]"
+	>=dev-python/msgpack-0.6.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+		>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
 
 python_prepare_all() {
-	# allow useage of renamed msgpack
+	# allow usage of renamed msgpack
 	sed -i '/^msgpack/d' requirements.txt || die
 	distutils-r1_python_prepare_all
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-privsep/
@ 2022-03-17 13:57 Alessandro Barbieri
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-03-17 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3050db1e96fbae756d076a647c6cd553f4807210
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 13:39:49 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 13:39:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3050db1e

dev-python/oslo-privsep: ignore functional tests

Closes: https://bugs.gentoo.org/835472
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/oslo-privsep/oslo-privsep-2.6.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/oslo-privsep/oslo-privsep-2.6.2.ebuild b/dev-python/oslo-privsep/oslo-privsep-2.6.2.ebuild
index 1f234bb1d..db2cbc16f 100644
--- a/dev-python/oslo-privsep/oslo-privsep-2.6.2.ebuild
+++ b/dev-python/oslo-privsep/oslo-privsep-2.6.2.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+EPYTEST_IGNORE=( oslo_privsep/functional )
 PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-17 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-17 13:57 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-privsep/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2022-03-13 10:02 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox