forked from pool/python-glanceclient
Accepting request 259136 from Cloud:OpenStack:Factory
- add rpmlintrc to sources - update to 0.14.1: * Update how tokens are redacted * Handle UnicodeDecodeError in log_http_response * Print traceback to stderr if --debug is set * Updated from global requirements * Fix v2 requests to non-bleeding edge servers * Work toward Python 3.4 support and testing - update to 0.14.0: * Support for Metadata Definitions Catalog API * Catch new urllib3 exception: ProtocolError * Fix error when logging http response with python 3 * Ensure server's SSL cert is validated * Enable osprofiler interface in glanceclient shell * Hide stderr noise in test output * Remove deprecated commands from shell * Normalize glanceclient requested service url * Fix glance-client to work with IPv6 controllers * Add support for Keystone v3 * Update theme for docs * Add a tox job for generating docs * Don't stream non-binary requests * Use a correctly formatted example location in help * Replace old httpclient with requests * Enable F841 * Resolving the performance issue for image listing of v2 API * Add profiling support to glanceclinet * Use immutable arg rather mutable arg * Add CONTRIBUTING.rst OBS-URL: https://build.opensuse.org/request/show/259136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=17
This commit is contained in:
commit
277fee067b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7de76f8ccdd889c9c0cd7d035fc20247fcafb8405295bc6aa1505d5692b2fa3
|
||||
size 123279
|
3
python-glanceclient-0.14.1.tar.gz
Normal file
3
python-glanceclient-0.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac9bccba6b462da054aa8551d3c2c6fb4309e87dd6c1df47105df1f7314f1717
|
||||
size 117172
|
@ -1,24 +1,258 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 10:22:40 UTC 2014 - dmueller@suse.com
|
||||
Wed Oct 22 07:53:56 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- go back to released version (0.12.0)
|
||||
- add rpmlintrc to sources
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 00:44:35 UTC 2014 - cloud-devel@suse.de
|
||||
Wed Oct 22 06:50:23 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 0.14.1:
|
||||
* Update how tokens are redacted
|
||||
* Handle UnicodeDecodeError in log_http_response
|
||||
* Print traceback to stderr if --debug is set
|
||||
* Updated from global requirements
|
||||
* Fix v2 requests to non-bleeding edge servers
|
||||
* Work toward Python 3.4 support and testing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 12:36:30 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 0.14.0:
|
||||
* Support for Metadata Definitions Catalog API
|
||||
* Catch new urllib3 exception: ProtocolError
|
||||
* Fix error when logging http response with python 3
|
||||
* Ensure server's SSL cert is validated
|
||||
* Enable osprofiler interface in glanceclient shell
|
||||
* Hide stderr noise in test output
|
||||
* Remove deprecated commands from shell
|
||||
* Normalize glanceclient requested service url
|
||||
* Fix glance-client to work with IPv6 controllers
|
||||
* Add support for Keystone v3
|
||||
* Update theme for docs
|
||||
* Add a tox job for generating docs
|
||||
* Don't stream non-binary requests
|
||||
* Use a correctly formatted example location in help
|
||||
* Replace old httpclient with requests
|
||||
* Enable F841
|
||||
* Resolving the performance issue for image listing of v2 API
|
||||
* Add profiling support to glanceclinet
|
||||
* Use immutable arg rather mutable arg
|
||||
* Add CONTRIBUTING.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 05:24:29 UTC 2014 - tbechtold@suse.com
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.25.g6987295:
|
||||
* Update theme for docs
|
||||
- Add python-oslosphinx as BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 00:16:58 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.23.ge13ac92:
|
||||
* Ensure server's SSL cert is validated
|
||||
* Enable osprofiler interface in glanceclient shell
|
||||
* Add a tox job for generating docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:36:51 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.18.gc59ba20:
|
||||
* Hide stderr noise in test output
|
||||
* Normalize glanceclient requested service url
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 23:50:03 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.14.g1dfce53:
|
||||
* Remove deprecated commands from shell
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 11 11:43:04 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.13.g558ebf7:
|
||||
* Fix glance-client to work with IPv6 controllers
|
||||
* Add support for Keystone v3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 00:03:57 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.10.gd833006:
|
||||
* Use immutable arg rather mutable arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 23:54:38 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.8.g68c1d1f:
|
||||
* Don't stream non-binary requests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 23:53:18 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.7.gf75a810:
|
||||
* Use a correctly formatted example location in help
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 00:01:03 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.6.gdbb242b:
|
||||
* Replace old httpclient with requests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 00:00:39 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.5.g1db17aa:
|
||||
* Enable F841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 9 00:00:03 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.4.gd613adc:
|
||||
* Resolving the performance issue for image listing of v2 API
|
||||
* Add profiling support to glanceclinet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 00:03:56 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.13.1.1.g1c46c76:
|
||||
* Add CONTRIBUTING.rst
|
||||
0.13.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 00:03:18 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.129.gcaa1a54:
|
||||
* Added release notes for 0.13.0
|
||||
* Add wheels section to the setup.cfg
|
||||
* Add missing classifiers
|
||||
* Add license to setup.cfg
|
||||
* Fix CA certificate handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 26 00:02:15 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.120.geca5fc2:
|
||||
* Add the six module dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 00:05:52 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.119.ge62ed4d:
|
||||
* Prepend '/' to the delete url for the v2 client
|
||||
* Set purge-props header correctly in image update
|
||||
* Change assertTrue(isinstance()) by optimal assert
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 23:44:46 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.113.g938031a:
|
||||
* Updated from global requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 23:44:42 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.112.ge6579f4:
|
||||
* Change a debug line to prevent UnicodeDecodeError issue
|
||||
* Reuse class Manager from common code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 23:45:21 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.109.g3b694ca:
|
||||
* Add support for location parameters in v2 commands
|
||||
* progress flag not supported in v2 API
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 23:44:53 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.105.g04fb3c2:
|
||||
* Convert passed integer values into int in v1 shell
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 23:47:14 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.104.gdbefc1a:
|
||||
* Fix help text in image-create
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 23:47:02 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.102.gc4e3edc:
|
||||
* Python 3: use next(foo) instead of foo.next()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 23:47:18 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.100.g08aaa46:
|
||||
* Remove auth token from http logging
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 00:22:32 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.98.g803eed6:
|
||||
* Finalize Python3 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 00:21:08 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.96.g8f89a14:
|
||||
* fixed typos found by RETF rules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 00:02:58 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.94.ge9e9331:
|
||||
* Remove py3k module
|
||||
* Return request ID to callers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 2 00:00:17 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.90.gb68d13b:
|
||||
* Updated from global requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 00:30:40 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.89.gf2e0610:
|
||||
* Fix the parameter order of assertEqual in glanceclient v2 test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 00:01:17 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.87.gae2b5d0:
|
||||
* Fix for invalid literal ValueError parsing ipv6 url(s)
|
||||
* Fix the parameter order of assertEqual in glanceclient test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 18 00:02:00 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.83.ga70f9c5:
|
||||
* Adding network_utils module from oslo-incubator
|
||||
* Sync with oslo-incubator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 23:47:13 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.79.g5528ba5:
|
||||
* Fix the parameter order of assertEqual in glanceclient v1 test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 16:56:58 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- fix requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 00:35:06 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.78.g59c1103:
|
||||
* Improve help strings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 00:39:50 UTC 2014 - cloud-devel@suse.de
|
||||
Mon Mar 10 16:20:35 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.76.g8ecc8ae:
|
||||
* Sync with Oslo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 15:25:58 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.74.g2929cc1:
|
||||
* Python 3: do not use __builtin__
|
||||
* Updated from global requirements
|
||||
* Python3: do not use the 'file' type
|
||||
|
@ -19,14 +19,15 @@
|
||||
%define component glanceclient
|
||||
|
||||
Name: python-glanceclient
|
||||
Version: 0.12.0
|
||||
Version: 0.14.1
|
||||
Release: 0
|
||||
Summary: Openstack Image (Glance) API Client
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://launchpad.net/python-glanceclient
|
||||
Source: http://tarballs.openstack.org/python-glanceclient/python-glanceclient-%{version}.tar.gz
|
||||
Source: https://pypi.python.org/packages/source/p/python-glanceclient/python-glanceclient-%{version}.tar.gz
|
||||
Source2: openstack-glance.sh
|
||||
Source99: %name-rpmlintrc
|
||||
BuildRequires: openstack-suse-macros
|
||||
BuildRequires: python-base
|
||||
# Documentation build requirements:
|
||||
@ -34,15 +35,19 @@ BuildRequires: python-PrettyTable
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-iso8601
|
||||
BuildRequires: python-keystoneclient
|
||||
BuildRequires: python-oslosphinx
|
||||
BuildRequires: python-pbr
|
||||
BuildRequires: python-pyOpenSSL
|
||||
BuildRequires: python-warlock
|
||||
Requires: python >= 2.6.8
|
||||
Requires: python-Babel >= 1.3
|
||||
Requires: python-argparse
|
||||
# /usr/bin/glance uses pkg_resources, thus:
|
||||
Requires: python-PrettyTable >= 0.6
|
||||
Requires: python-keystoneclient >= 0.3.0
|
||||
Requires: python-pbr >= 0.5.21
|
||||
Requires: python-PrettyTable >= 0.7
|
||||
Requires: python-keystoneclient >= 0.10.0
|
||||
Requires: python-pbr >= 0.6
|
||||
Requires: python-requests >= 1.2.1
|
||||
Requires: python-six >= 1.7.0
|
||||
Requires: python-pyOpenSSL >= 0.11
|
||||
Requires: python-warlock >= 1.0.1
|
||||
|
||||
@ -64,10 +69,10 @@ Requires: %{name} = %{version}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
Requires: python-discover
|
||||
%endif
|
||||
Requires: python-mock >= 0.8.0
|
||||
Requires: python-mox >= 0.5.3
|
||||
Requires: python-testrepository >= 0.0.17
|
||||
Requires: python-testtools >= 0.9.32
|
||||
Requires: python-mock >= 1.0
|
||||
Requires: python-mox3 >= 0.7.0
|
||||
Requires: python-testrepository >= 0.0.18
|
||||
Requires: python-testtools >= 0.9.34
|
||||
|
||||
%description test
|
||||
This package contains testsuite files for %{name}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user