* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/
@ 2021-09-26 19:34 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-09-26 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 8ee64b2b29c1247d384077b8eea2d5ef91eba60d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 19:26:51 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Sep 26 19:26:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ee64b2b
dev-python/oslo-cache: remove hacking constraint
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
index 548c6b118..14a807cce 100644
--- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
+++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
@@ -36,7 +36,6 @@ DEPEND="
${RDEPEND}
test? (
>=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
- <dev-python/hacking-3.1.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
>=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/
@ 2022-06-28 15:01 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-06-28 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 2f6ccce1700cb48e6dd32c3328671aaa72faf61b
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 14:59:50 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Jun 28 15:01:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f6ccce1
dev-python/oslo-cache: restrict tests
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 28 +++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
index efdaf774c..3bc55cfc1 100644
--- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
+++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
@@ -17,7 +17,6 @@ HOMEPAGE="
https://github.com/openstack/oslo.cache
"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
@@ -33,19 +32,20 @@ RDEPEND="
>=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/python-binary-memcached-0.29.0[${PYTHON_USEDEP}]
- >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
- >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}]
- >=dev-python/etcd3gw-0.2.0[${PYTHON_USEDEP}]
- )
-"
-
+#BDEPEND="
+# test? (
+# >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+# >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+# >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]
+# >=dev-python/python-binary-memcached-0.29.0[${PYTHON_USEDEP}]
+# >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
+# >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}]
+# >=dev-python/etcd3gw-0.2.0[${PYTHON_USEDEP}]
+# )
+#"
+
+# dev-python/python-binary-memcached is masked
RESTRICT="test"
-PROPERTIES="test_network"
+#PROPERTIES="test_network"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/
@ 2022-05-30 17:21 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-05-30 17:21 UTC (permalink / raw
To: gentoo-commits
commit: acd3a75093f1a12e7e99ee028a12a19f00d2086d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 30 17:21:11 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 30 17:21:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acd3a750
dev-python/oslo-cache: enable py3.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
index dc20c6020..efdaf774c 100644
--- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
+++ b/dev-python/oslo-cache/oslo-cache-2.8.1.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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/
@ 2022-03-15 1:26 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-03-15 1:26 UTC (permalink / raw
To: gentoo-commits
commit: bd837b18a936c412776ab793e5a2382bd35926db
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 01:20:51 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 01:26:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd837b18
dev-python/oslo-cache: enable py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
index 0fc7493ef..dc20c6020 100644
--- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
+++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -13,7 +13,7 @@ MY_PN=${PN/-/.}
DESCRIPTION="Oslo Caching around dogpile.cache"
HOMEPAGE="
https://opendev.org/openstack/oslo.cache
- https://pypi.org/project/oslo.cache
+ https://pypi.org/project/oslo.cache/
https://github.com/openstack/oslo.cache
"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
@@ -32,8 +32,8 @@ RDEPEND="
>=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/
@ 2021-09-26 19:34 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-09-26 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 4354da1bee5603ace6a1da638c1febfcb64ee246
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 19:24:27 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Sep 26 19:24:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4354da1b
dev-python/oslo-cache: drop 2.6.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-cache/Manifest | 1 -
dev-python/oslo-cache/oslo-cache-2.6.1.ebuild | 34 ---------------------------
2 files changed, 35 deletions(-)
diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
index 5b36343db..fe84710e5 100644
--- a/dev-python/oslo-cache/Manifest
+++ b/dev-python/oslo-cache/Manifest
@@ -1,2 +1 @@
-DIST oslo-cache-2.6.1.tar.gz 60918 BLAKE2B 89def6f66ccb68e8725571b4f9fcc8a98c8b18dbb23186b1ed3cc09ae02eb786608c744f6ea7022fd3a832d206fe75916f74f2c000125c853993dc95f13da8f3 SHA512 20696d9a9feda9368fc261ccc124ab825b85373b2716110dcab7101346467dbf4d9e8a48b689a76ca837a8c4e97d03476b3573623ac57602f5d0e558110dd551
DIST oslo-cache-2.8.1.tar.gz 66086 BLAKE2B 27ea52cb00f222bab47d2b85344ac74abcadf91f202356b254b2377c1e07662b511c3d54d83a9c60c90e08cb3bff57ed8ea2352042c73ab452f1eb9a7c8c95ab SHA512 da91158415e3553c35092dc0c76d11ebae646d4e7e14ac1ad7394d9a951efc3ac963069838ccac0bd3fa84391aec7a7b0f7ca6c2771a3f0b160338d23e79afd1
diff --git a/dev-python/oslo-cache/oslo-cache-2.6.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.6.1.ebuild
deleted file mode 100644
index 230966776..000000000
--- a/dev-python/oslo-cache/oslo-cache-2.6.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Oslo Caching around dogpile.cache"
-HOMEPAGE="https://launchpad.net/oslo"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-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/dogpile-cache-1.0.2[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-8.1.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-5.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
-"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/
@ 2021-09-26 18:37 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-09-26 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 93a2fc9065ef4cbfe0c20ef4cd675805836f4b71
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 18:24:43 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Sep 26 18:37:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a2fc90
dev-python/oslo-cache: add 2.8.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-cache/Manifest | 1 +
dev-python/oslo-cache/metadata.xml | 4 +-
dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 53 +++++++++++++++++++++++++++
3 files changed, 57 insertions(+), 1 deletion(-)
diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
index e7e68ab64..5b36343db 100644
--- a/dev-python/oslo-cache/Manifest
+++ b/dev-python/oslo-cache/Manifest
@@ -1 +1,2 @@
DIST oslo-cache-2.6.1.tar.gz 60918 BLAKE2B 89def6f66ccb68e8725571b4f9fcc8a98c8b18dbb23186b1ed3cc09ae02eb786608c744f6ea7022fd3a832d206fe75916f74f2c000125c853993dc95f13da8f3 SHA512 20696d9a9feda9368fc261ccc124ab825b85373b2716110dcab7101346467dbf4d9e8a48b689a76ca837a8c4e97d03476b3573623ac57602f5d0e558110dd551
+DIST oslo-cache-2.8.1.tar.gz 66086 BLAKE2B 27ea52cb00f222bab47d2b85344ac74abcadf91f202356b254b2377c1e07662b511c3d54d83a9c60c90e08cb3bff57ed8ea2352042c73ab452f1eb9a7c8c95ab SHA512 da91158415e3553c35092dc0c76d11ebae646d4e7e14ac1ad7394d9a951efc3ac963069838ccac0bd3fa84391aec7a7b0f7ca6c2771a3f0b160338d23e79afd1
diff --git a/dev-python/oslo-cache/metadata.xml b/dev-python/oslo-cache/metadata.xml
index 50e6185c3..268ebfbc7 100644
--- a/dev-python/oslo-cache/metadata.xml
+++ b/dev-python/oslo-cache/metadata.xml
@@ -8,7 +8,9 @@
</maintainer>
<stabilize-allarches/>
<upstream>
- <remote-id type="launchpad">oslo</remote-id>
+ <bugs-to>https://bugs.launchpad.net/oslo.cache</bugs-to>
+ <remote-id type="launchpad">oslo.cache</remote-id>
+ <remote-id type="github">openstack/oslo.cache</remote-id>
<remote-id type="pypi">oslo.cache</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
new file mode 100644
index 000000000..548c6b118
--- /dev/null
+++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo Caching around dogpile.cache"
+HOMEPAGE="
+ https://opendev.org/openstack/oslo.cache
+ https://pypi.org/project/oslo.cache
+ https://github.com/openstack/oslo.cache
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/dogpile-cache-1.1.2[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-8.1.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-5.0.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+ <dev-python/hacking-3.1.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/python-binary-memcached-0.29.0[${PYTHON_USEDEP}]
+ >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
+ >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}]
+ >=dev-python/etcd3gw-0.2.0[${PYTHON_USEDEP}]
+ )
+"
+
+RESTRICT="test"
+PROPERTIES="test_network"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-06-28 15:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-26 19:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-cache/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-06-28 15:01 Alessandro Barbieri
2022-05-30 17:21 Alessandro Barbieri
2022-03-15 1:26 Alessandro Barbieri
2021-09-26 19:34 Alessandro Barbieri
2021-09-26 18:37 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox