forked from pool/python-glanceclient
Accepting request 692825 from Cloud:OpenStack:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/692825 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=29
This commit is contained in:
commit
737a22b9c5
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-glanceclient/python-glanceclient.spec.j2</param>
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/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/rocky/requirements.txt</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/python-glanceclient/stable/stein/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,python-glanceclient</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f889f5a98b2b95bffa54a5eae71e0ca040523bd263b53fad09bec98e658da96
|
||||
size 187298
|
3
python-glanceclient-2.16.0.tar.gz
Normal file
3
python-glanceclient-2.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c9cc17ad1100557b3265ec9b8e88ed765dc1fa116ea58fba79ba6be315e287a
|
||||
size 189395
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user