diff --git a/python-cinderclient-4.1.0.tar.gz b/python-cinderclient-4.1.0.tar.gz deleted file mode 100644 index 378000e..0000000 --- a/python-cinderclient-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fb1fd1481860615730595e77ff6008a73fa516aed530825bd7cda0f221351d4 -size 288464 diff --git a/python-cinderclient-4.2.0.tar.gz b/python-cinderclient-4.2.0.tar.gz new file mode 100644 index 0000000..b43bffa --- /dev/null +++ b/python-cinderclient-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3064e29b14535bc4534e7f2070d89edbbea18855388d82084b5ce5ab1825c25f +size 284743 diff --git a/python-cinderclient.changes b/python-cinderclient.changes index 0a7f1b1..9ef20a5 100644 --- a/python-cinderclient.changes +++ b/python-cinderclient.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Jun 11 06:16:28 UTC 2019 - cloud-devel@suse.de + +- update to version 4.2.0 + - More shell completion cache additions + - Fix: cinder group-list not working with non-admin user + - Update .gitreview for stable/stein + - Add Python 3.6 classifier to setup.cfg + - Re-enable shell UUID completion cache + - Remove i18n.enable_lazy() translation + - Fix doc build error + - Add support for backup user ID + - Add dependency on requests lib + - Change openstack-dev to openstack-discuss + - Cleanup the home page + - Fix max version handling for help output + - Replace openstack.org git:// URLs with https:// + - Replace assertRaisesRegexp with assertRaisesRegex + - Raise API max version for Stein updates + - Don't quote {posargs} in tox.ini + - Fix incorrect punctuation + - OpenDev Migration Patch + - Raise API max version for Rocky updates + - Change bash completion dir permissions to 0750 + - Update UPPER_CONSTRAINTS_FILE for stable/stein + ------------------------------------------------------------------- Mon Apr 8 12:32:35 UTC 2019 - cloud-devel@suse.de diff --git a/python-cinderclient.spec b/python-cinderclient.spec index 46a72ca..30ac6fa 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -17,13 +17,13 @@ Name: python-cinderclient -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: Python API and CLI for OpenStack Cinder License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/python-cinderclient -Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-4.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-4.2.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PrettyTable >= 0.7.1 @@ -93,14 +93,14 @@ Each implements 100% of the OpenStack Cinder API. This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-cinderclient-4.1.0 +%autosetup -p1 -n python-cinderclient-4.2.0 %py_req_cleanup %build %{python_build} -PBR_VERSION=4.1.0 sphinx-build -b html doc/source doc/build/html -PBR_VERSION=4.1.0 sphinx-build -b man doc/source doc/build/man +PBR_VERSION=4.2.0 sphinx-build -b html doc/source doc/build/html +PBR_VERSION=4.2.0 sphinx-build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}