Hello community,
here is the log from the commit of package python-glanceclient for
openSUSE:Factory checked in at 2015-09-08 17:44:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-glanceclient (Old)
and /work/SRC/openSUSE:Factory/.python-glanceclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-glanceclient"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes
2015-08-27 08:54:39.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes
2015-09-08 18:05:36.000000000 +0200
@@ -1,0 +2,58 @@
+Mon Sep 7 11:19:04 UTC 2015 - [email protected]
+
+- update to 1.0.0:
+ * 1.0.0 release notes
+ * Remove custom SSL compression handling
+ * Add more information show in v2
+ * Require disk and container format on image-create
+ * Ship the default image schema in the client
+ * Use API v2 as default
+ * V2: Do not validate image schema when listing
+ * Updated from global requirements
+ * Add unicode support for properties values in v2 shell
+ * Fix failure to create glance https connection pool
+ * Enable flake8 checks
+ * Extend unittests coverage for v2 tasks module
+ * Support for Metadata Definition Catalog for Tags
+ * Fix exception message in Http.py
+ * Fix an issue with broken test on ci
+ * Remove usage of assert_called_once on Mock objects
+ * Add .eggs/* to .gitignore
+ * Account for dictionary order in test_shell.py
+ * Do not fall back to namespaced oslo.i18n
+ * Add v2 support for the marker attribute
+ * Import only modules and update tox.ini
+ * Close iterables at the end of iteration
+ * Make glanceclient accept a session object
+ * cleanup openstack-common.conf and sync updated files
+ * Add release notes for 0.19.0
+ * Include owner and status option in v2 image list
+ * Fix Metadef Object update issue with python-glanceclient
+ * Fix functional tests in gate
+ * Do not crash on homedir mkdir
+ * Improve import related error handling
+ * Add parameter 'changes-since' for image-list of v1
+ * Check image-download for redirection
+ * Add some basic CLI functional tests
+ * Use assertIn instead of assertTrue in tests
+ * Unorder compare in tests
+ * Add release notes for 0.18.0
+ * Update README to work with release tools
+ * Create functional test base
+ * Move unit tests to standard directory
+ * Add unit tests for log_curl_request
+ * Fix https stack trace on python 3.4 client
+ * Omit 'locations' as image-create parameter
+ * Creating task with invalid property crashes in py3
+ * Don't accept *args for client
+ * Stub authentication requests rather than plugins
+ * Remove keystoneclient mocks
+ * Replace mox in tests with requests-mock
+ * Expose 'is_base' schema property attribute
+ * Validate tag name when filtering for images
+ * Remove redundant FakeSchemaAPI __init__ method
+ * glance image-show now have --human-readable option
+ * Test unit for checking update active images
+ * Correct help messages for image-update command
+
+-------------------------------------------------------------------
Old:
----
python-glanceclient-0.17.1.tar.gz
New:
----
python-glanceclient-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-glanceclient.spec ++++++
--- /var/tmp/diff_new_pack.vbjUyb/_old 2015-09-08 18:05:38.000000000 +0200
+++ /var/tmp/diff_new_pack.vbjUyb/_new 2015-09-08 18:05:38.000000000 +0200
@@ -19,7 +19,7 @@
%define component glanceclient
Name: python-glanceclient
-Version: 0.17.1
+Version: 1.0.0
Release: 0
Summary: Openstack Image (Glance) API Client
License: Apache-2.0
@@ -44,12 +44,12 @@
Requires: python-argparse
# /usr/bin/glance uses pkg_resources, thus:
Requires: python-PrettyTable >= 0.7
-Requires: python-keystoneclient >= 1.1.0
+Requires: python-keystoneclient >= 1.6.0
Requires: python-oslo.i18n >= 1.5.0
-Requires: python-oslo.utils >= 1.4.0
-Requires: python-pbr >= 0.6
+Requires: python-oslo.utils >= 1.9.0
+Requires: python-pbr >= 1.4
Requires: python-pyOpenSSL >= 0.11
-Requires: python-requests >= 2.2.0
+Requires: python-requests >= 2.5.2
Requires: python-six >= 1.9.0
Requires: python-warlock >= 1.0.1
@@ -71,10 +71,10 @@
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
Requires: python-discover
%endif
-Requires: python-mock >= 1.0
+Requires: python-mock >= 1.2
Requires: python-mox3 >= 0.7.0
Requires: python-testrepository >= 0.0.18
-Requires: python-testtools >= 0.9.36
+Requires: python-testtools >= 1.4.0
%description test
This package contains testsuite files for %{name}.
++++++ python-glanceclient-0.17.1.tar.gz -> python-glanceclient-1.0.0.tar.gz
++++++
++++ 20918 lines of diff (skipped)