diff --git a/python-glanceclient-2.12.1.tar.gz b/python-glanceclient-2.12.1.tar.gz deleted file mode 100644 index 91a8f3b..0000000 --- a/python-glanceclient-2.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfe1829dd6fc6d980d030d914cbdaf40d8bc736d5371ae5c08748826b0489958 -size 182868 diff --git a/python-glanceclient-2.13.1.tar.gz b/python-glanceclient-2.13.1.tar.gz new file mode 100644 index 0000000..1add5f7 --- /dev/null +++ b/python-glanceclient-2.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f889f5a98b2b95bffa54a5eae71e0ca040523bd263b53fad09bec98e658da96 +size 187298 diff --git a/python-glanceclient.changes b/python-glanceclient.changes index 4aad281..82d1340 100644 --- a/python-glanceclient.changes +++ b/python-glanceclient.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 6 15:00:28 UTC 2019 - cloud-devel@suse.de + +- update to version 2.13.1 + - Refactor periodic "tips" jobs + - import zuul job settings from project-config + - Use "multihash" for data download validation + - Don't quote colon in HTTP headers + ------------------------------------------------------------------- Sat Sep 1 09:07:47 UTC 2018 - cloud-devel@suse.de diff --git a/python-glanceclient.spec b/python-glanceclient.spec index d6f510d..425ca28 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-glanceclient # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: python-glanceclient -Version: 2.12.1 +Version: 2.13.1 Release: 0 Summary: Python API and CLI for OpenStack Glance License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/python-glanceclient -Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-2.12.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-2.13.1.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PrettyTable >= 0.7.1 @@ -94,7 +94,7 @@ glanceclient module), and a command-line script (glance). Each implements This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-glanceclient-2.12.1 +%autosetup -p1 -n python-glanceclient-2.13.1 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg @@ -102,8 +102,8 @@ sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %python_build # generate html docs -PBR_VERSION=2.12.1 sphinx-build -b html doc/source doc/build/html -PBR_VERSION=2.12.1 sphinx-build -b man doc/source doc/build/man +PBR_VERSION=2.13.1 sphinx-build -b html doc/source doc/build/html +PBR_VERSION=2.13.1 sphinx-build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}