forked from pool/python-glanceclient
update to version 2.5.0
* Don't update tags every time * Remove unused openstack/common/apiclient/client * Revert "Don't update tags every time" * Update doc URL * Fix warlock model creation * Updated from global requirements OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=35
This commit is contained in:
parent
2749510433
commit
610a62ac58
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f47b806773e1bbd0573b51b688e16de673ad0ddcc664975de2e71d911815952c
|
||||
size 162262
|
3
python-glanceclient-2.5.0.tar.gz
Normal file
3
python-glanceclient-2.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c510a089fb4dc8355d5db0de608361888b5e4e0c81e0d153ae1b1366bfb8a08
|
||||
size 157864
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 13:13:15 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
update to version 2.5.0
|
||||
* Don't update tags every time
|
||||
* Remove unused openstack/common/apiclient/client
|
||||
* Revert "Don't update tags every time"
|
||||
* Update doc URL
|
||||
* Fix warlock model creation
|
||||
* Updated from global requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 14:47:29 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global sname python-glanceclient
|
||||
Name: python-glanceclient
|
||||
Version: 2.3.0
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
Summary: Python API and CLI for OpenStack Glance
|
||||
License: Apache-2.0
|
||||
@ -28,23 +28,23 @@ Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.t
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-PrettyTable >= 0.7
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-fixtures >= 1.3.1
|
||||
BuildRequires: python-keystoneclient >= 1.7.0
|
||||
BuildRequires: python-mock >= 1.2
|
||||
BuildRequires: python-fixtures >= 3.0.0
|
||||
BuildRequires: python-keystoneclient >= 2.0.0
|
||||
BuildRequires: python-mock >= 2.0
|
||||
BuildRequires: python-os-client-config >= 1.13.1
|
||||
BuildRequires: python-oslo.utils >= 3.5.0
|
||||
BuildRequires: python-oslo.utils >= 3.16.0
|
||||
BuildRequires: python-pbr >= 1.6
|
||||
BuildRequires: python-reno >= 1.6.2
|
||||
BuildRequires: python-requests-mock >= 0.7.0
|
||||
BuildRequires: python-reno >= 1.8.0
|
||||
BuildRequires: python-requests-mock >= 1.0
|
||||
BuildRequires: python-testrepository >= 0.0.18
|
||||
BuildRequires: python-testscenarios >= 0.4
|
||||
BuildRequires: python-testtools >= 1.4.0
|
||||
BuildRequires: python-warlock >= 1.0.1
|
||||
Requires: python-Babel >= 2.3.4
|
||||
Requires: python-PrettyTable >= 0.7
|
||||
Requires: python-keystoneclient >= 1.7.0
|
||||
Requires: python-keystoneclient >= 2.0.0
|
||||
Requires: python-oslo.i18n >= 2.1.0
|
||||
Requires: python-oslo.utils >= 3.5.0
|
||||
Requires: python-oslo.utils >= 3.16.0
|
||||
Requires: python-pbr >= 1.6
|
||||
Requires: python-requests >= 2.10.0
|
||||
Requires: python-six >= 1.9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user