diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-18 20:34:27 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-18 20:39:57 +0800 |
commit | bb24288b7fa90675a92cd9ceaaa0fb3e0a8fa330 (patch) | |
tree | 145dbbd5010923318273d64175a8ac2945054e49 /net/py-python-glanceclient | |
parent | math/py-mixsimulator: Update to 0.4.3 (diff) |
net/py-python-glanceclient: Update to 4.0.1
Changes: https://docs.openstack.org/releasenotes/python-glanceclient/
Diffstat (limited to 'net/py-python-glanceclient')
-rw-r--r-- | net/py-python-glanceclient/Makefile | 3 | ||||
-rw-r--r-- | net/py-python-glanceclient/distinfo | 6 | ||||
-rw-r--r-- | net/py-python-glanceclient/files/patch-requirements.txt | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/net/py-python-glanceclient/Makefile b/net/py-python-glanceclient/Makefile index d394013a8cd2..1940a1086772 100644 --- a/net/py-python-glanceclient/Makefile +++ b/net/py-python-glanceclient/Makefile @@ -1,8 +1,7 @@ # Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> PORTNAME= python-glanceclient -PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTVERSION= 4.0.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-python-glanceclient/distinfo b/net/py-python-glanceclient/distinfo index 806eceb2612d..1c4519cc6898 100644 --- a/net/py-python-glanceclient/distinfo +++ b/net/py-python-glanceclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653151134 -SHA256 (python-glanceclient-4.0.0.tar.gz) = 6b7b452e648ab9a29b050cb7d84914eec3c8110b4de60683aa8193d378246bec -SIZE (python-glanceclient-4.0.0.tar.gz) = 202815 +TIMESTAMP = 1657835457 +SHA256 (python-glanceclient-4.0.1.tar.gz) = a5f42722fad9170d7a79117690fc66b615a963ba96901bbd4946af4275cef334 +SIZE (python-glanceclient-4.0.1.tar.gz) = 202810 diff --git a/net/py-python-glanceclient/files/patch-requirements.txt b/net/py-python-glanceclient/files/patch-requirements.txt deleted file mode 100644 index 1473051fd8b1..000000000000 --- a/net/py-python-glanceclient/files/patch-requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- requirements.txt.orig 2022-05-20 20:34:02 UTC -+++ requirements.txt -@@ -5,7 +5,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 - PrettyTable>=0.7.1 # BSD - keystoneauth1>=3.6.2 # Apache-2.0 - requests>=2.14.2 # Apache-2.0 --warlock<2,>=1.2.0 # Apache-2.0 -+warlock>=1.2.0 # Apache-2.0 - oslo.utils>=3.33.0 # Apache-2.0 - oslo.i18n>=3.15.3 # Apache-2.0 - wrapt>=1.7.0 # BSD License |