forked from pool/python-glanceclient
Accepting request 776218 from Cloud:OpenStack:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/776218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=30
This commit is contained in:
commit
02b476a8e3
4
_service
4
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="renderspec">
|
<service mode="disabled" name="renderspec">
|
||||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-glanceclient/python-glanceclient.spec.j2</param>
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-glanceclient/python-glanceclient.spec.j2</param>
|
||||||
<param name="output-name">python-glanceclient.spec</param>
|
<param name="output-name">python-glanceclient.spec</param>
|
||||||
<param name="requirements">https://raw.githubusercontent.com/openstack/python-glanceclient/stable/stein/requirements.txt</param>
|
<param name="requirements">https://raw.githubusercontent.com/openstack/python-glanceclient/stable/train/requirements.txt</param>
|
||||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||||
<param name="changelog-provider">gh,openstack,python-glanceclient</param>
|
<param name="changelog-provider">gh,openstack,python-glanceclient</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c9cc17ad1100557b3265ec9b8e88ed765dc1fa116ea58fba79ba6be315e287a
|
|
||||||
size 189395
|
|
3
python-glanceclient-2.17.0.tar.gz
Normal file
3
python-glanceclient-2.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cb9d1168aa4857800069419b0114756cb78fea5f1c38ae1d78a2851e49561142
|
||||||
|
size 189397
|
@ -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
|
Mon Apr 8 11:58:56 UTC 2019 - cloud-devel@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-glanceclient
|
# spec file for package python-glanceclient
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-glanceclient
|
Name: python-glanceclient
|
||||||
Version: 2.16.0
|
Version: 2.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python API and CLI for OpenStack Glance
|
Summary: Python API and CLI for OpenStack Glance
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://launchpad.net/python-glanceclient
|
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: openstack-macros
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: python2-PrettyTable >= 0.7.1
|
BuildRequires: python2-PrettyTable >= 0.7.1
|
||||||
BuildRequires: python2-fixtures
|
BuildRequires: python2-fixtures
|
||||||
BuildRequires: python2-keystoneclient
|
BuildRequires: python2-keystoneclient
|
||||||
@ -40,7 +39,6 @@ BuildRequires: python2-testscenarios
|
|||||||
BuildRequires: python2-testtools
|
BuildRequires: python2-testtools
|
||||||
BuildRequires: python2-warlock >= 1.2.0
|
BuildRequires: python2-warlock >= 1.2.0
|
||||||
BuildRequires: python3-PrettyTable >= 0.7.1
|
BuildRequires: python3-PrettyTable >= 0.7.1
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-fixtures
|
BuildRequires: python3-fixtures
|
||||||
BuildRequires: python3-keystoneclient
|
BuildRequires: python3-keystoneclient
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
@ -82,10 +80,10 @@ glanceclient module), and a command-line script (glance). Each implements
|
|||||||
%package -n python-glanceclient-doc
|
%package -n python-glanceclient-doc
|
||||||
Summary: Documentation for OpenStack Glance API Client
|
Summary: Documentation for OpenStack Glance API Client
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
BuildRequires: python-openstackdocstheme
|
BuildRequires: python3-openstackdocstheme
|
||||||
BuildRequires: python-reno
|
BuildRequires: python3-reno
|
||||||
BuildRequires: python-sphinxcontrib-apidoc
|
BuildRequires: python3-sphinxcontrib-apidoc
|
||||||
|
|
||||||
%description -n python-glanceclient-doc
|
%description -n python-glanceclient-doc
|
||||||
This is a client for the OpenStack Glance API. There's a Python API (the
|
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.
|
This package contains auto-generated documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n python-glanceclient-2.16.0
|
%autosetup -p1 -n python-glanceclient-2.17.0
|
||||||
%py_req_cleanup
|
%py_req_cleanup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
# generate html docs
|
# generate html docs
|
||||||
PBR_VERSION=2.16.0 sphinx-build -b html doc/source doc/build/html
|
PBR_VERSION=2.17.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 man doc/source doc/build/man
|
||||||
# remove the sphinx-build leftovers
|
# remove the sphinx-build leftovers
|
||||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||||
|
rm -rf doc/build/man/.{doctrees,buildinfo}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user