* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-manilaclient/
2022-01-02 15:34 [gentoo-commits] repo/proj/guru:dev " 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: 0960c86489436a913fb8e65ad511deef63b44f22
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 15:30:04 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 15:30:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0960c864
dev-python/python-manilaclient: 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-manilaclient/python-manilaclient-3.0.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
index 4c12ba715..7ea1411ec 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.0.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
@@ -39,7 +39,6 @@ RDEPEND="
DEPEND="
${RDEPEND}
test? (
- >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-manilaclient/
@ 2022-01-23 8:17 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2022-01-23 8:17 UTC (permalink / raw
To: gentoo-commits
commit: 292b16ddb08d3e7b8dd938901253a957f4f5a7f4
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jan 23 00:13:14 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 00:13:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=292b16dd
dev-python/python-manilaclient: add 3.1.0, drop 3.0.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/Manifest | 2 +-
...-manilaclient-3.0.0.ebuild => python-manilaclient-3.1.0.ebuild} | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
index ff57f00c4..f263985b2 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1 +1 @@
-DIST python-manilaclient-3.0.0.tar.gz 307814 BLAKE2B acc8dbd42f44e9d05f69d38823efd347b9d558f937dd76f985d734bff04cc869590a9b4dd2a1b16b76f4921febdf25701c11984c1475837bacef3871fccf55e4 SHA512 831de81e02745918c17282ddd382e61800123dba74edca6918dbf37270d95edeaaa8cc4afff7341c32dd9ebe786b801a9c4d6fe14d082e5fa9dfa4d294fbeb2e
+DIST python-manilaclient-3.1.0.tar.gz 309246 BLAKE2B aeaac9665237d6af918fbec243e010755cdaef5f1a2f73af39641fdb077c6266cce5e8848e6ac9df5cb9001c27bcfa886620db20f03b38593ba5542f46dd058d SHA512 01f7bdf8c01a6b26c66c202c5472a819563264f8cc7fb29dc0d9ff95831866535ed11c8c77e1c0e6f333fd0028d3f4fda3fe4b2c23f693e17ea003ceb5b5b862
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
similarity index 91%
rename from dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
rename to dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
index 7ea1411ec..c6340a9f0 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
@@ -25,10 +25,9 @@ RDEPEND="
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
>=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
>=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
- <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
>=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
>=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
@@ -36,8 +35,8 @@ RDEPEND="
>=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-manilaclient/
@ 2022-05-29 18:29 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2022-05-29 18:29 UTC (permalink / raw
To: gentoo-commits
commit: c271c1609501b8c860e04026dc238aebbe332034
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:47:53 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat May 28 21:47:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c271c160
dev-python/python-manilaclient: drop 3.3.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/Manifest | 1 -
.../python-manilaclient-3.3.0.ebuild | 48 ----------------------
2 files changed, 49 deletions(-)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
index a69d39bef..095d44be6 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1,2 +1 @@
-DIST python-manilaclient-3.3.0.tar.gz 320475 BLAKE2B e83e30593d26e9ba26f9f487507f6c9a9b38be69b59af69dcdb85242abb81879e689efb70c937bb8afef74841adf54e5e7724f2173a6bc9c7d76c90535bf1b4c SHA512 084293115370a174678dd8bde3f144213f10ce4a3addf7058365b0bbde31b2a56643b0417ec97ced297bf99e141a1fd96503aea96795c36862548268d6f7ae31
DIST python-manilaclient-3.4.0.tar.gz 320304 BLAKE2B 4bb9fc47816c1cf8dcc163bd3119932b14f6af6796486053175e91efd94434d485281e6ec74f79c9d054309a486c4590d379817015f78e0c29f5036f7583b8d9 SHA512 0b4852a2df90b1a1f0deaacc235aec47e9f4e95f0d3b75a0fbad7ef90569f438723e4b9df02e6a9dc9752ff77a0b2425f09add8f95d41c1db12c50fbfa3022b0
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
deleted file mode 100644
index a0c603b3a..000000000
--- a/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EPYTEST_IGNORE=( manilaclient/tests/functional )
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Manila API"
-HOMEPAGE="
- https://opendev.org/openstack/python-manilaclient
- https://github.com/openstack/python-manilaclient
- https://pypi.org/project/python-manilaclient/
-"
-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/oslo-config-5.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
- >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
- >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
- >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
- >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-manilaclient/
@ 2025-03-24 9:51 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-03-24 9:51 UTC (permalink / raw
To: gentoo-commits
commit: 7f87706ddb3e2a223e4232b001419cf6e5d1efa8
Author: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Sat Mar 22 22:05:20 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Mar 22 22:07:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f87706d
dev-python/python-manilaclient: new package, add 5.4.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email>
dev-python/python-manilaclient/Manifest | 1 +
dev-python/python-manilaclient/metadata.xml | 12 ++++++
.../python-manilaclient-5.4.0.ebuild | 48 ++++++++++++++++++++++
3 files changed, 61 insertions(+)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
new file mode 100644
index 000000000..f5e46c4a4
--- /dev/null
+++ b/dev-python/python-manilaclient/Manifest
@@ -0,0 +1 @@
+DIST python_manilaclient-5.4.0.tar.gz 389596 BLAKE2B 3383d59b690f5c694b0fc57101b6569f8b41b0f4e7280f170b330f5e0c70f54cd55f491d9a989bc80194a215da2e88ca244e0b954e7d14697c14a3591fc9fa99 SHA512 c8149acbe151884d29fc520c44a80ab6fe6900bd1b40cc3a74a2bcb70fa8b868df5fffd7062e1fde685af171dc27689b77c6199be6cd272f4a1f21bc466dbf96
diff --git a/dev-python/python-manilaclient/metadata.xml b/dev-python/python-manilaclient/metadata.xml
new file mode 100644
index 000000000..7d6e13c2b
--- /dev/null
+++ b/dev-python/python-manilaclient/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo-bugzilla@vimja.email</email>
+ <name>Niklaus 'vimja' Hofer</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">python-manilaclient</remote-id>
+ <remote-id type="github">openstack/python-manilaclient</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
new file mode 100644
index 000000000..1e3f9649d
--- /dev/null
+++ b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings to the OpenStack Manila API"
+HOMEPAGE="
+ https://opendev.org/openstack/python-manilaclient
+ https://github.com/openstack/ython-manilaclient/
+ https://pypi.org/project/python-manilaclient/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-2.20.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+ >=dev-python/osc-lib-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-openstackclient-5.3.0[${PYTHON_USEDEP}]
+ )
+"
+
+# The functional tests would requier the OpenStack manila service to be
+# packaged, too.
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-manilaclient/
@ 2025-03-24 9:51 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-03-24 9:51 UTC (permalink / raw
To: gentoo-commits
commit: 881c52092ad813cf72b30257cb3ae5a9126b4ab3
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 23 08:43:48 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Mar 23 09:03:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=881c5209
dev-python/python-manilaclient: disable functional tests
Default test discovery includes functional tests
(manilaclient/tests/functional), which fail.
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
.../python-manilaclient/python-manilaclient-5.4.0.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
index 1e3f9649d..25f0c7531 100644
--- a/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1 pypi
DESCRIPTION="Python bindings to the OpenStack Manila API"
HOMEPAGE="
https://opendev.org/openstack/python-manilaclient
- https://github.com/openstack/ython-manilaclient/
+ https://github.com/openstack/python-manilaclient/
https://pypi.org/project/python-manilaclient/
"
@@ -43,6 +43,10 @@ BDEPEND="
)
"
-# The functional tests would requier the OpenStack manila service to be
-# packaged, too.
distutils_enable_tests unittest
+
+python_test() {
+ # The functional tests would requier the OpenStack manila service to be
+ # packaged, too.
+ eunittest manilaclient/tests/unit
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-03-24 9:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24 9:51 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-manilaclient/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-03-24 9:51 David Roman
2022-05-29 18:29 Andrew Ammerlaan
2022-01-23 8:17 Florian Schmaus
2022-01-02 15:34 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-01-02 15:34 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox