dev-python/glance_store: add 3.0.0, drop 2.7.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-17 02:22:54 +01:00
parent a8f105cf59
commit 2f73eb6723
2 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
DIST glance_store-2.7.0.tar.gz 229579 BLAKE2B 9623fedf6cf9de51b6793202a8d0134380fa1b9d0f5a595bc2d718f468f48bd078f32c7154ee719db3a49d38bfcea4e7d763caf67cb3e522a034184425477230 SHA512 fc5b06dbd197d99b36e2f744f10dff77d268e1dfe13ebb85b1945f28d3b27607d7023735868e6f4bfcd63735c917a2bc21aa7772ed35a4710f9df557d4cd5a99
DIST glance_store-3.0.0.tar.gz 234086 BLAKE2B 781b9aa0913c355d898b7c05ed8807bb92bf08b371380c1f308bd4a3f8749dc91e53f6c817cc56621ce3fd7be748eee1cc5f5b1764d4167606733e7ef9176abd SHA512 4bae5ed37031902e0c47c7fa0bae2703bf21ab41226df3b2786d4679497500caeed91507e55f83512afa5ad57b73a153f901577ffa33c9d103c45622f07494c3

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -11,7 +11,7 @@ DESCRIPTION="A library for glance"
HOMEPAGE="
https://github.com/openstack/glance_store
https://opendev.org/openstack/glance_store
https://pypi.org/project/glance-store
https://pypi.org/project/glance-store/
https://launchpad.net/glance-store
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
@@ -46,8 +46,8 @@ RDEPEND="
)
vmware? ( >=dev-python/oslo-vmware-3.6.0[${PYTHON_USEDEP}] )
"
DEPEND="
${RDEPEND}
DEPEND="${RDEPEND}"
BDEPEND="
test? (
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]