* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-service/
@ 2021-09-27 16:47 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-09-27 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 9fd77589dca51b6a57cf4c84255b70bb27a8874d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Sep 27 16:45:08 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Sep 27 16:47:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fd77589
dev-python/oslo-service: unkeyword 2.4.0 for ~arm64, ~x86
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-service/oslo-service-2.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-service/oslo-service-2.4.0.ebuild b/dev-python/oslo-service/oslo-service-2.4.0.ebuild
index f4bd407dd..fb1a3bab9 100644
--- a/dev-python/oslo-service/oslo-service-2.4.0.ebuild
+++ b/dev-python/oslo-service/oslo-service-2.4.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/oslo.service-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-service/
@ 2021-09-28 15:45 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-09-28 15:45 UTC (permalink / raw
To: gentoo-commits
commit: d56d3fb8d2684f055d2ebe3a19c02ba21702f1ef
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Sep 28 15:44:55 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Sep 28 15:44:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d56d3fb8
dev-python/oslo-service: add 2.6.0, drop 2.4.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-service/Manifest | 2 +-
...vice-2.4.0.ebuild => oslo-service-2.6.0.ebuild} | 32 +++++++++++++++-------
2 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
index 41177b5d7..b185ce730 100644
--- a/dev-python/oslo-service/Manifest
+++ b/dev-python/oslo-service/Manifest
@@ -1 +1 @@
-DIST oslo.service-2.4.0.tar.gz 80999 BLAKE2B 813c67eceb303d76ef39fecf057a2304966a367704a1a86a00bb2de515ded862a4eb3684f1e0f7dd4a17aca654fc6571243176d53397f8f93b5ee4cf34849d20 SHA512 7942a913c598471e9a828dba5e624ff6829d061692526021b9ae872ab558f119612e8b7b09c43efa7596e8102fbff323f106f755eef9a0ac68324606bb539703
+DIST oslo.service-2.6.0.tar.gz 84317 BLAKE2B 9f0d4b541a7bf30e8bc4c29acf17ee2e8a0f0f09b80ed65972a5e914cb51ffd181481288f5693da9293f508ad9a299e050c1cd9e22ec203572d99aa5ce8b6a7b SHA512 102690b122822bafaf7614d97c753475665befc2153c6af0348e6766fdbb9e96bcb1dcda0221fa925031691a53a9f3c9bf9102a380c2f561c057241920192e12
diff --git a/dev-python/oslo-service/oslo-service-2.4.0.ebuild b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
similarity index 68%
rename from dev-python/oslo-service/oslo-service-2.4.0.ebuild
rename to dev-python/oslo-service/oslo-service-2.6.0.ebuild
index fb1a3bab9..18f3c8baf 100644
--- a/dev-python/oslo-service/oslo-service-2.4.0.ebuild
+++ b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
@@ -1,14 +1,19 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+EAPI=8
+
DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
DESCRIPTION="Library for running OpenStack services"
-HOMEPAGE="https://pypi.org/project/oslo.service/"
+HOMEPAGE="
+ https://pypi.org/project/oslo.service
+ https://opendev.org/openstack/oslo.service
+ https://launchpad.net/oslo.service
+"
SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
S="${WORKDIR}/oslo.service-${PV}"
@@ -17,13 +22,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-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/webob-1.7.1[${PYTHON_USEDEP}]
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
>=dev-python/eventlet-0.25.2[${PYTHON_USEDEP}]
@@ -39,3 +38,16 @@ RDEPEND="
>=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
>=dev-python/yappi-1.0[${PYTHON_USEDEP}]
"
+DEPEND="
+ ${RDEPEND}
+ >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-service/
@ 2022-01-02 15:34 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2022-01-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 0f05e9ef65cf3bb4a23b10381b544ab35b477555
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 15:26:05 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 15:26:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f05e9ef
dev-python/oslo-service: drop test dep dev-python/hacking
masked for removal in ::gentoo
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/oslo-service/oslo-service-2.6.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/oslo-service/oslo-service-2.6.0.ebuild b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
index 18f3c8baf..1ac8abec0 100644
--- a/dev-python/oslo-service/oslo-service-2.6.0.ebuild
+++ b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -43,7 +43,6 @@ DEPEND="
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-service/
@ 2022-03-12 3:28 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2022-03-12 3:28 UTC (permalink / raw
To: gentoo-commits
commit: d53d54a726f0ab67a4dc51f9c5e729c67d0b753a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 02:32:25 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 03:03:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d53d54a7
dev-python/oslo-service: enable py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-service/oslo-service-2.6.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/oslo-service/oslo-service-2.6.0.ebuild b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
index f49d1976e..43defa22c 100644
--- a/dev-python/oslo-service/oslo-service-2.6.0.ebuild
+++ b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
@@ -4,13 +4,13 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Library for running OpenStack services"
HOMEPAGE="
- https://pypi.org/project/oslo.service
+ https://pypi.org/project/oslo.service/
https://opendev.org/openstack/oslo.service
https://launchpad.net/oslo.service
"
@@ -20,7 +20,6 @@ S="${WORKDIR}/oslo.service-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
RDEPEND="
>=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-service/
@ 2022-03-20 16:46 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2022-03-20 16:46 UTC (permalink / raw
To: gentoo-commits
commit: d18e1dd5bac3d0d9bd592f835111ed434fb69609
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 20 16:18:52 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 20 16:18:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d18e1dd5
dev-python/oslo-service: add 2.8.0, drop 2.6.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-service/Manifest | 2 +-
.../{oslo-service-2.6.0.ebuild => oslo-service-2.8.0.ebuild} | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
index b185ce730..8011b74d7 100644
--- a/dev-python/oslo-service/Manifest
+++ b/dev-python/oslo-service/Manifest
@@ -1 +1 @@
-DIST oslo.service-2.6.0.tar.gz 84317 BLAKE2B 9f0d4b541a7bf30e8bc4c29acf17ee2e8a0f0f09b80ed65972a5e914cb51ffd181481288f5693da9293f508ad9a299e050c1cd9e22ec203572d99aa5ce8b6a7b SHA512 102690b122822bafaf7614d97c753475665befc2153c6af0348e6766fdbb9e96bcb1dcda0221fa925031691a53a9f3c9bf9102a380c2f561c057241920192e12
+DIST oslo.service-2.8.0.tar.gz 84816 BLAKE2B cac1f99b27fe84008c64d2e211901a6b6d948bc92320b72dde04e54db4a61e9f52a5fc80613d23d045b2706d15a21ba8965b41afdbcdf6f7328a42a2361f78e9 SHA512 fcaf1cacbfbb7b804e4abb0a1cddb59d4df2b5c790186300f8efa540ea3a18bd0c87bb53000c38db875d4f8688d10daf1ee6f58958e71332f40ef4cf64f22ea3
diff --git a/dev-python/oslo-service/oslo-service-2.6.0.ebuild b/dev-python/oslo-service/oslo-service-2.8.0.ebuild
similarity index 99%
rename from dev-python/oslo-service/oslo-service-2.6.0.ebuild
rename to dev-python/oslo-service/oslo-service-2.8.0.ebuild
index 43defa22c..374a3685a 100644
--- a/dev-python/oslo-service/oslo-service-2.6.0.ebuild
+++ b/dev-python/oslo-service/oslo-service-2.8.0.ebuild
@@ -40,6 +40,8 @@ RDEPEND="
DEPEND="
${RDEPEND}
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
test? (
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-03-20 16:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-12 3:28 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-service/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-03-20 16:46 Alessandro Barbieri
2022-01-02 15:34 Andrew Ammerlaan
2021-09-28 15:45 Alessandro Barbieri
2021-09-27 16:47 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox