diff --git a/_service b/_service index e5f7491..066c5d0 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-glanceclient/python-glanceclient.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-glanceclient/python-glanceclient.spec.j2 python-glanceclient.spec - https://raw.githubusercontent.com/openstack/python-glanceclient/stable/rocky/requirements.txt + https://raw.githubusercontent.com/openstack/python-glanceclient/stable/stein/requirements.txt cloud-devel@suse.de gh,openstack,python-glanceclient diff --git a/python-glanceclient-2.13.1.tar.gz b/python-glanceclient-2.13.1.tar.gz deleted file mode 100644 index 1add5f7..0000000 --- a/python-glanceclient-2.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f889f5a98b2b95bffa54a5eae71e0ca040523bd263b53fad09bec98e658da96 -size 187298 diff --git a/python-glanceclient-2.16.0.tar.gz b/python-glanceclient-2.16.0.tar.gz new file mode 100644 index 0000000..dccd2fd --- /dev/null +++ b/python-glanceclient-2.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9cc17ad1100557b3265ec9b8e88ed765dc1fa116ea58fba79ba6be315e287a +size 189395 diff --git a/python-glanceclient.changes b/python-glanceclient.changes index 82d1340..3958d02 100644 --- a/python-glanceclient.changes +++ b/python-glanceclient.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Apr 8 11:58:56 UTC 2019 - cloud-devel@suse.de + +- update to version 2.16.0 + - Update irrelevant-files for dsvm-functional tests + - Refactor periodic "tips" jobs + - Cleanup .zuul.yaml + - Add Python 3.6 classifier to setup.cfg + - Show the backend store info + - add lib-forward-testing-python3 test job + - Change openstack-dev to openstack-discuss + - Use "multihash" for data download validation + - Update min tox version to 2.0 + - Update reno for stable/rocky + - Skip quote '=' for token header + - Remove redundant information from error message + - switch documentation job to new PTI + - Add image-list filter for multihash + - Release notes for 2.16.0 + - add python 3.6 unit test job + - Embed validation data when adding location + - Don't quote colon in HTTP headers + - add python 3.7 unit test job + - import zuul job settings from project-config + - Remove team diversity tags note in README + ------------------------------------------------------------------- Wed Feb 6 15:00:28 UTC 2019 - cloud-devel@suse.de diff --git a/python-glanceclient.spec b/python-glanceclient.spec index 425ca28..05f4cfc 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -17,13 +17,13 @@ Name: python-glanceclient -Version: 2.13.1 +Version: 2.16.0 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.13.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-2.16.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PrettyTable >= 0.7.1 @@ -94,16 +94,15 @@ glanceclient module), and a command-line script (glance). Each implements This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-glanceclient-2.13.1 +%autosetup -p1 -n python-glanceclient-2.16.0 %py_req_cleanup -sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %python_build # generate html docs -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 +PBR_VERSION=2.16.0 sphinx-build -b html doc/source doc/build/html +PBR_VERSION=2.16.0 sphinx-build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}