diff --git a/_service b/_service index 066c5d0..08b97c6 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-glanceclient/python-glanceclient.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-glanceclient/python-glanceclient.spec.j2 python-glanceclient.spec - https://raw.githubusercontent.com/openstack/python-glanceclient/stable/stein/requirements.txt + https://raw.githubusercontent.com/openstack/python-glanceclient/stable/train/requirements.txt cloud-devel@suse.de gh,openstack,python-glanceclient diff --git a/python-glanceclient-2.16.0.tar.gz b/python-glanceclient-2.16.0.tar.gz deleted file mode 100644 index dccd2fd..0000000 --- a/python-glanceclient-2.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c9cc17ad1100557b3265ec9b8e88ed765dc1fa116ea58fba79ba6be315e287a -size 189395 diff --git a/python-glanceclient-2.17.0.tar.gz b/python-glanceclient-2.17.0.tar.gz new file mode 100644 index 0000000..c020cfe --- /dev/null +++ b/python-glanceclient-2.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9d1168aa4857800069419b0114756cb78fea5f1c38ae1d78a2851e49561142 +size 189397 diff --git a/python-glanceclient.changes b/python-glanceclient.changes index 3958d02..def0625 100644 --- a/python-glanceclient.changes +++ b/python-glanceclient.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 9 12:59:17 UTC 2019 - cloud-devel@suse.de + +- update to version 2.17.0 + - Bump openstackdocstheme to 1.20.0 + - Rename --backend to --store + - Update master for stable/stein + - OpenDev Migration Patch + - Update sphinx dependency + - Correcting typo in shell.py - enviroment to environment. + - HTTPClient: actually set a timeout for requests + - Add upper-constraints.txt to releasenotes tox environment + - Add Python 3 Train unit tests + - Update hacking version + - Trivial: fix image format typo + - Blacklist sphinx 2.1.0 (autodoc bug) + - Add release note for glanceclient 2.17.0 + - Modify the url of upper_constraints_file + ------------------------------------------------------------------- Mon Apr 8 11:58:56 UTC 2019 - cloud-devel@suse.de diff --git a/python-glanceclient.spec b/python-glanceclient.spec index 05f4cfc..490ce1a 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -17,15 +17,14 @@ Name: python-glanceclient -Version: 2.16.0 +Version: 2.17.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.16.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-2.17.0.tar.gz BuildRequires: openstack-macros -BuildRequires: python-devel BuildRequires: python2-PrettyTable >= 0.7.1 BuildRequires: python2-fixtures BuildRequires: python2-keystoneclient @@ -40,7 +39,6 @@ BuildRequires: python2-testscenarios BuildRequires: python2-testtools BuildRequires: python2-warlock >= 1.2.0 BuildRequires: python3-PrettyTable >= 0.7.1 -BuildRequires: python3-devel BuildRequires: python3-fixtures BuildRequires: python3-keystoneclient BuildRequires: python3-mock @@ -82,10 +80,10 @@ glanceclient module), and a command-line script (glance). Each implements %package -n python-glanceclient-doc Summary: Documentation for OpenStack Glance API Client Group: Documentation/HTML -BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme -BuildRequires: python-reno -BuildRequires: python-sphinxcontrib-apidoc +BuildRequires: python3-Sphinx +BuildRequires: python3-openstackdocstheme +BuildRequires: python3-reno +BuildRequires: python3-sphinxcontrib-apidoc %description -n python-glanceclient-doc This is a client for the OpenStack Glance API. There's a Python API (the @@ -94,17 +92,18 @@ glanceclient module), and a command-line script (glance). Each implements This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-glanceclient-2.16.0 +%autosetup -p1 -n python-glanceclient-2.17.0 %py_req_cleanup %build %python_build # generate html docs -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 +PBR_VERSION=2.17.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=2.17.0 %sphinx_build -b man doc/source doc/build/man # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} +rm -rf doc/build/man/.{doctrees,buildinfo} %install %python_install