dev-python/python-barbicanclient: add 5.3.0, drop 5.2.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-11 04:34:30 +01:00
parent 64ad934b00
commit 271a401780
2 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
DIST python-barbicanclient-5.2.0.tar.gz 119411 BLAKE2B bb402331e122314404945bc162a757942bc057af8c62467f8b03f62b24292eab930f6471a59930a62ad8f67bcc865cd8bb356342d6957c8170f3a33735dadf90 SHA512 de9d063bf5e79347d0457b8fa69ed0d307fb4cd2b7dff23f156eab16521b3048283b9a7fdb1f464efe04cc4fd28e2072fe965a3e097842d1704f36bb83e7e3a2
DIST python-barbicanclient-5.3.0.tar.gz 119436 BLAKE2B 950517ce4f87f41fa389765b667f573cc46acbd6ea55eb201ce93f1a637dc4716e05b9d74dfa7de67a806bdfa4b9116ef90eae95efa1153fbb39a006f3180183 SHA512 3d9ee7e812e3b52e5cedc654ba1e49cdd2764998cf7a296af8df70effd572d2f8adf351155324168d512f56a1386093bfbcb25fff14350a33b4e90e358a47d25

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -11,7 +11,7 @@ DESCRIPTION="Client library for Barbican API"
HOMEPAGE="
https://github.com/openstack/python-barbicanclient
https://opendev.org/openstack/python-barbicanclient
https://pypi.org/project/python-barbicanclient
https://pypi.org/project/python-barbicanclient/
https://launchpad.net/python-barbicanclient
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"