* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zaqarclient/
@ 2021-10-09 20:06 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-10-09 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 32f08b4b515a90f613227a7311503d8ac294db50
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 9 20:05:48 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Oct 9 20:05:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32f08b4b
dev-python/python-zaqarclient: new versions
Closes: https://bugs.gentoo.org/800470
Closes: https://bugs.gentoo.org/800473
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-zaqarclient/Manifest | 2 +-
....0.1.ebuild => python-zaqarclient-2.2.0.ebuild} | 36 +++++++++++++++-------
2 files changed, 26 insertions(+), 12 deletions(-)
diff --git a/dev-python/python-zaqarclient/Manifest b/dev-python/python-zaqarclient/Manifest
index cd3491737..78a86db32 100644
--- a/dev-python/python-zaqarclient/Manifest
+++ b/dev-python/python-zaqarclient/Manifest
@@ -1 +1 @@
-DIST python-zaqarclient-2.0.1.tar.gz 86779 BLAKE2B 5c19de28ec9329542cc77281596043c746332ac568495a7845150d4449731fd31729c1c745c828f1ba4e4cfa2f64a189b53e982248d3d74e3618e05489e5f24a SHA512 31af3bf16ac821a3f204673c9359d5dcc56915d6f108c0127cad6541ea6760be5b543c839fe053593905b5d876a6910a9038661d818e50af5f986eac442accd4
+DIST python-zaqarclient-2.2.0.tar.gz 90897 BLAKE2B 17f4f1ce4c845a147f489f12a22fb97168d99993067f0eef8447c7fafa389cfdea5e3eff68af3521ecc60f14ce84e70e9db76261396775c87bb677c8c5affc63 SHA512 c19425ce23de5fa04db2f292718574cc0771445fb253674278e0329c6741e48bf188d0e5d08a9806d81be0a848f47c2613d519af1d53e0c1aed3964917edb97c
diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
similarity index 54%
rename from dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild
rename to dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
index 2b9b7bd1f..20429ff1d 100644
--- a/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild
+++ b/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
@@ -1,28 +1,28 @@
-# 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_8 )
+EAPI=8
+
DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
DESCRIPTION="A client for the OpenStack Zaqar API"
-HOMEPAGE="https://github.com/openstack/python-zaqarclient"
+HOMEPAGE="
+ https://github.com/openstack/python-zaqarclient
+ https://pypi.org/project/python-zaqarclient
+ https://launchpad.net/python-zaqarclient
+ https://opendev.org/openstack/python-zaqarclient
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64"
-DEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
RDEPEND="
- ${CDEPEND}
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
@@ -33,3 +33,17 @@ RDEPEND="
>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
>=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/hacking-3.0[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/requests-mock-1.2.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/python-zaqarclient/
2022-01-02 15:34 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 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: 01c6817067fca9dfbafcbbf83968127127d96c14
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 15:33:09 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 15:33:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01c68170
dev-python/python-zaqarclient: 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/python-zaqarclient/python-zaqarclient-2.2.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
index 20429ff1d..3bdbe4792 100644
--- a/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
+++ b/dev-python/python-zaqarclient/python-zaqarclient-2.2.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
@@ -36,7 +36,6 @@ RDEPEND="
DEPEND="
${RDEPEND}
test? (
- >=dev-python/hacking-3.0[${PYTHON_USEDEP}]
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zaqarclient/
@ 2022-03-14 2:41 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2022-03-14 2:41 UTC (permalink / raw
To: gentoo-commits
commit: 2cb34aa1b0efb6a351646b75e4442811841c465d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 02:18:13 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 02:41:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cb34aa1
dev-python/python-zaqarclient: add 2.3.0, drop 2.2.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-zaqarclient/Manifest | 2 +-
...ython-zaqarclient-2.2.0.ebuild => python-zaqarclient-2.3.0.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-zaqarclient/Manifest b/dev-python/python-zaqarclient/Manifest
index 78a86db32..4654ae880 100644
--- a/dev-python/python-zaqarclient/Manifest
+++ b/dev-python/python-zaqarclient/Manifest
@@ -1 +1 @@
-DIST python-zaqarclient-2.2.0.tar.gz 90897 BLAKE2B 17f4f1ce4c845a147f489f12a22fb97168d99993067f0eef8447c7fafa389cfdea5e3eff68af3521ecc60f14ce84e70e9db76261396775c87bb677c8c5affc63 SHA512 c19425ce23de5fa04db2f292718574cc0771445fb253674278e0329c6741e48bf188d0e5d08a9806d81be0a848f47c2613d519af1d53e0c1aed3964917edb97c
+DIST python-zaqarclient-2.3.0.tar.gz 90878 BLAKE2B 52cd86d9875fe2bd1ec1cb5a2a3864733cd786333dfb649ef317b106ad552ca6c81db1baf67ef7c0c950faf717e54e8754a8173c2d191d479fdd06e03dea9f0a SHA512 9a88fc285eabed82a04d988e35ce90e668d436f3faab5b0db0ffca5122af4b633b9b7a7e40ff18d17ed9c6406ae223f0c900327d5bb408bb8de29169720f8635
diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
similarity index 94%
rename from dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
rename to dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
index abdaf22a8..2e12193e5 100644
--- a/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
+++ b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
@@ -4,14 +4,14 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A client for the OpenStack Zaqar API"
HOMEPAGE="
https://github.com/openstack/python-zaqarclient
- https://pypi.org/project/python-zaqarclient
+ https://pypi.org/project/python-zaqarclient/
https://launchpad.net/python-zaqarclient
https://opendev.org/openstack/python-zaqarclient
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zaqarclient/
@ 2022-05-29 21:04 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2022-05-29 21:04 UTC (permalink / raw
To: gentoo-commits
commit: fb4021669dd240d29ef7a4d92a07ac9b0665b6d3
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 29 20:52:13 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 29 21:04:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb402166
dev-python/python-zaqarclient: enable py3.10
Closes: https://bugs.gentoo.org/848327
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
index 2e12193e5..32c0db1ba 100644
--- a/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
+++ b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zaqarclient/
@ 2023-02-19 5:17 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-02-19 5:17 UTC (permalink / raw
To: gentoo-commits
commit: f0e9577488cc85d3d750150c5ed00d2a0fcf11dc
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 19 05:09:27 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 19 05:09:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0e95774
dev-python/python-zaqarclient: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/python-zaqarclient/Manifest | 1 -
dev-python/python-zaqarclient/metadata.xml | 14 -------
.../python-zaqarclient-2.3.0.ebuild | 47 ----------------------
3 files changed, 62 deletions(-)
diff --git a/dev-python/python-zaqarclient/Manifest b/dev-python/python-zaqarclient/Manifest
deleted file mode 100644
index 4654ae880..000000000
--- a/dev-python/python-zaqarclient/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-zaqarclient-2.3.0.tar.gz 90878 BLAKE2B 52cd86d9875fe2bd1ec1cb5a2a3864733cd786333dfb649ef317b106ad552ca6c81db1baf67ef7c0c950faf717e54e8754a8173c2d191d479fdd06e03dea9f0a SHA512 9a88fc285eabed82a04d988e35ce90e668d436f3faab5b0db0ffca5122af4b633b9b7a7e40ff18d17ed9c6406ae223f0c900327d5bb408bb8de29169720f8635
diff --git a/dev-python/python-zaqarclient/metadata.xml b/dev-python/python-zaqarclient/metadata.xml
deleted file mode 100644
index 401215879..000000000
--- a/dev-python/python-zaqarclient/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">python-zaqarclient</remote-id>
- <remote-id type="github">openstack/python-zaqarclient</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
deleted file mode 100644
index 32c0db1ba..000000000
--- a/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Zaqar API"
-HOMEPAGE="
- https://github.com/openstack/python-zaqarclient
- https://pypi.org/project/python-zaqarclient/
- https://launchpad.net/python-zaqarclient
- https://opendev.org/openstack/python-zaqarclient
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- test? (
- >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-19 5:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-14 2:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zaqarclient/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2023-02-19 5:17 Anna Vyalkova
2022-05-29 21:04 Alessandro Barbieri
2022-01-02 15:34 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-01-02 15:34 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-09 20:06 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox