Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2016-05-04 08:19:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-30 13:42:46.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
    2016-05-04 08:19:12.000000000 +0200
@@ -1,0 +2,98 @@
+Fri Mar 11 08:20:20 UTC 2016 - dmuel...@suse.com
+
+- update to 2.0.0:
+  * Handle 403 forbidden on download
+  * Test: use assert_has_calls() instead
+  * Updated from global requirements
+  * Auto-generated squash commit
+  * Add reno to glanceclient
+  * Updated from global requirements
+  * v2 - "readOnly" key should be used in schemas
+  * Fix client initialization in shell tests
+  * Remove code needed for python2.5
+  * Fix warnings in glanceclient README
+  * Updated from global requirements
+  * Remove argparse from requirements
+  * Change metavar for location commands in V2
+  * Updated from global requirements
+  * Updated from global requirements
+  * Enhance description of instance-uuid option for image-create
+  * Updated from global requirements
+  * Remove monkey-patching for getsockopt
+  * Fixed TestHTTPSVerifyCert failure messages
+  * Remove location check from V2 client
+  * Use session when not specified token or endpoint
+  * Updated from global requirements
+  * Skip schema validation on GET /v2/images/%s
+  * Trival: Remove 'MANIFEST.in'
+  * Remove openstack-common.conf
+  * Updated from global requirements
+  * Drop py33 support
+  * Change assertTrue(isinstance()) by optimal assert
+  * Add help the ability to sort images with multiple keys
+  * use keystoneclient exceptions instead of oslo-incubator code
+  * Add docker to image_schema on glance v2 cli
+  * remove python 2.6 trove classifier
+  * Fix image-download to stdout on Python 3.x
+  * Updated from global requirements
+  * replace the deprecated keystoneclient...apiclient
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * Removes MANIFEST.in as it is not needed explicitely by PBR
+  * Updated from global requirements
+  * Remove broken try/except workaround for old requests
+  * Remove py26 support
+  * Deprecated tox -downloadcache option removed
+  * Updated from global requirements
+  * Disable suggestion of v1 help for v2 commands
+  * Remove pypy env from tox
+  * Fix the download error when the image locations are blank
+  * Updated from global requirements
+  * Run py34 env first when launching tests
+  * Updated from global requirements
+  * Fix help for image-create
+  * Fix tests for image-create
+  * Fix Resource.__eq__ mismatch semantics of object equal
+  * Update set of wanted commands in read-only test
+  * Fix typo in 'help' in python-glanceclient
+  * Add ordereddict requirement for py26 tests
+  * Updated from global requirements
+  * Ensure that identity token in header is not an unicode string
+  * Change man page examples to correlate default v2
+
+-------------------------------------------------------------------
+Mon Feb 29 13:44:43 UTC 2016 - dmuel...@suse.com
+
+- update to 1.2.0:
+  * Release Notes for version 1.2.0
+  * Add versions list function
+  * Added reactivate/deactivate image using CLI
+  * Fix the missing help descripiton of "image-create"
+  * Add documentation for running the functional tests
+  * Updated from global requirements
+  * Remove unused sphinx Makefile
+  * Update docs to recommend KSA instead of KSC
+  * Use clouds.yaml from devstack for functional tests
+  * Add translation to v2 shell
+  * Import i18n functions directly
+  * Updated from global requirements
+  * improve readme contents
+  * Add support for setting Accept-Language header
+  * Updated from global requirements
+  * Use the subcomand parsed args instead of the base
+  * Stop trying to send image_size to the server
+  * Support image deletion in batches in v2
+  * print usage when no argument is specified for python3
+  * Updated from global requirements
+  * Updated from global requirements
+  * Do not use openstack.common.i18n in glance client
+  * Added unit tests for 'Unicode support shell client'
+  * Use common identity parameters fro keystone client
+  * No auth when token and endpoint are passed
+  * Use dictionary literal for dictionary creation
+  * Replace exception_to_str with oslo.utils function
+  * Change ignore-errors to ignore_errors
+  * Add period in help message
+  * Don't get the image before deleting it
+  * Fix human readable when size is None
+
+-------------------------------------------------------------------

Old:
----
  python-glanceclient-1.1.0.tar.gz

New:
----
  python-glanceclient-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-glanceclient.spec ++++++
--- /var/tmp/diff_new_pack.jG1eIK/_old  2016-05-04 08:19:13.000000000 +0200
+++ /var/tmp/diff_new_pack.jG1eIK/_new  2016-05-04 08:19:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-glanceclient
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define component glanceclient
 
 Name:           python-glanceclient
-Version:        1.1.0
+Version:        2.0.0
 Release:        0
 Summary:        Openstack Image (Glance) API Client
 License:        Apache-2.0
@@ -44,10 +44,10 @@
 # /usr/bin/glance uses pkg_resources, thus:
 Requires:       python-PrettyTable >= 0.7
 Requires:       python-keystoneclient >= 1.6.0
-Requires:       python-oslo.i18n >= 1.5.0
-Requires:       python-oslo.utils >= 2.0.0
+Requires:       python-oslo.i18n >= 2.1.0
+Requires:       python-oslo.utils >= 3.5.0
 Requires:       python-pbr >= 1.6
-Requires:       python-requests >= 2.5.2
+Requires:       python-requests >= 2.8.1
 Requires:       python-six >= 1.9.0
 Requires:       python-warlock >= 1.0.1
 
@@ -66,13 +66,10 @@
 Summary:        Openstack Image (Glance) API Client - Testsuite
 Group:          System/Management
 Requires:       %{name} = %{version}
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-Requires:       python-discover
-%endif
 Requires:       python-fixtures >= 1.3.1
 Requires:       python-mock >= 1.2
-Requires:       python-requests-mock >= 0.6.0
-Requires:       python-tempest-lib >= 0.6.1
+Requires:       python-requests-mock >= 0.7.0
+Requires:       python-tempest-lib >= 0.14.0
 Requires:       python-testrepository >= 0.0.18
 Requires:       python-testscenarios >= 0.4
 Requires:       python-testtools >= 1.4.0

++++++ python-glanceclient-1.1.0.tar.gz -> python-glanceclient-2.0.0.tar.gz 
++++++
++++ 4683 lines of diff (skipped)


Reply via email to