1
0

Accepting request 803562 from Cloud:OpenStack:Factory

Ussuri Update

OBS-URL: https://build.opensuse.org/request/show/803562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2020-06-05 18:10:10 +00:00 committed by Git OBS Bridge
commit fd3a673a26
5 changed files with 37 additions and 10 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-glanceclient/python-glanceclient.spec.j2</param>
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/python-glanceclient/python-glanceclient.spec.j2</param>
<param name="output-name">python-glanceclient.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/python-glanceclient/stable/train/requirements.txt</param>
<param name="requirements">https://opendev.org/openstack/python-glanceclient/raw/branch/stable/ussuri/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,python-glanceclient</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb9d1168aa4857800069419b0114756cb78fea5f1c38ae1d78a2851e49561142
size 189397

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5f123685c01564aa84186b37fad9264b0ae039097f372d8e5bee377b7c843bc
size 193395

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue May 12 09:55:53 UTC 2020 - cloud-devel@suse.de
- update to version 3.1.1
- Replace git.openstack.org URLs with opendev.org URLs
- Remove .zuul.yaml from the list of irrelevant files
- update doc url to new
- Update master for stable/train
- Stop configuring install_command in tox.
- Add release note for glanceclient 3.1.1
- Remove v1 tests
- Rename releasenotes to reflect correct version
- Add support for multi-store import
- Delete image from specific store
- Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri
- Add release note for glanceclient 3.0.0
- Drop python 2.7 support and testing
- Cleanup session object
- Update .gitreview for stable/ussuri
- setup.cfg: Use better Python 3 hinting
- Pass --all-stores, --allow-failure as bool to API
- Add support for copy-image import method
- Drop support for tempest-full
- Move py35 jobs to latest python3
- Cleanup py27 support
- Update hacking for Python3
-------------------------------------------------------------------
Mon Mar 23 12:25:22 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -17,13 +17,13 @@
Name: python-glanceclient
Version: 2.17.0
Version: 3.1.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.17.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/python-glanceclient/python-glanceclient-3.1.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable >= 0.7.1
BuildRequires: python3-fixtures
@ -82,15 +82,15 @@ glanceclient module), and a command-line script (glance). Each implements
This package contains auto-generated documentation.
%prep
%autosetup -p1 -n python-glanceclient-2.17.0
%autosetup -p1 -n python-glanceclient-3.1.1
%py_req_cleanup
%build
%py3_build
# generate html docs
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
PBR_VERSION=3.1.1 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.1.1 %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}