Hello community,
here is the log from the commit of package python-keystoneclient for
openSUSE:Factory checked in at 2016-05-04 08:19:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keystoneclient (Old)
and /work/SRC/openSUSE:Factory/.python-keystoneclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keystoneclient"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes
2015-10-30 13:42:42.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
2016-05-04 08:19:10.000000000 +0200
@@ -1,0 +2,104 @@
+Thu Mar 3 15:20:57 UTC 2016 - [email protected]
+
+- update to 2.3.1:
+ * Revert "Support `truncated` flag returned by identity service"
+ * Updated from global requirements
+ * Support `truncated` flag returned by identity service
+ * Updated from global requirements
+ * Support creation of domain specific roles
+ * Add back a bandit tox job
+ * Implied Roles
+ * add release notes for deprecated auth bits
+ * Updated from global requirements
+ * Updated from global requirements
+ * Make pep8 *the* linting interface
+ * Handle exception on UnicodeDecodError in logging of request
+ * Updated from global requirements
+ * Deprecate adapter
+ * Deprecate auth plugins from keystoneclient
+ * Deprecate Session
+ * Remove python 2.5 workaround
+ * Update keyring requirements
+ * Update translation setup
+ * Bandit profile updates
+ * Missing defaults in the create() method in the v2 ServiceManager
+ * Remove Babel from requirements.txt
+ * use positional library instead of utils
+ * Replace TestResponse with requests_mock
+ * Use positional library instead of local code
+ * Remove argparse from requirements
+ * Adds an option to include names in role assignment lists
+ * Updated from global requirements
+ * Remove bandit tox environment
+ * Mark password/secret options as secret
+ * Revert "Support `truncated` flag returned by keystone"
+ * Revert "Change default endpoint for Keystone v3 to public"
+ * Address hacking check H405
+ * add release notes for ksc 2.1.0
+ * Updated from global requirements
+ * Updated from global requirements
+ * Fix for the deprecated library function
+ * Implements base classes for functional tests
+ * Wrong usage of "a/an"
+ * Remove "deprecated" internal method
+ * Cleanup release note
+ * remove keystoneclient.apiclient.exceptions
+ * Support `truncated` flag returned by keystone
+ * Change default endpoint for Keystone v3 to public
+ * Updated from global requirements
+ * Make tests run against original client and sessions
+ * Seperate Client base test class
+ * Removes MANIFEST.in as it is not needed explicitely by PBR
+ * Deprecate the baseclient.Client
+ * Replace textwrap with fast standard code
+ * Docstring: Mark optional parameter as optional
+ * Fix Resource.__eq__ mismatch semantics of object equal
+ * move hacking to tests folder
+ * remove venv bits from tools
+ * Add include_subtree to role_list_assignments call
+ * Updated from global requirements
+ * remove the default arguments "{}"
+ * Updated from global requirements
+ * remove oslo-incubator's memorycache
+ * WebOb not needed after auth_token removal
+ * Deprecated tox -downloadcache option removed
+ * Remove keystoneclient.middleware
+ * Updated from global requirements
+ * Updated from global requirements
+ * Put py34 first in the env order of tox
+ * Accept v2 params to v3 service create
+ * Delete python bytecode before every test run
+ * Remove hardcoded endpoint filter for update password
+ * Add release notes for keystoneclient
+ * Updated from global requirements
+ * remove unnecessary FakeLog class in test code
+ * No keystone Endpoint now gives a valid Error Message
+ * Removes py26 support
+ * Removes discover from test-reqs
+ * Fixes warning for positional arg in project create
+ * Updated from global requirements
+ * Swap the order of username deprecation
+ * Map keystoneclient exceptions to keystoneauth
+ * Last sync from oslo-incubator
+ * Updated from global requirements
+ * Add missing end single quote
+ * update incorrect docstring for regions
+ * Iterate over copy of session.adapters keys in Python2/3
+ * Add docstring validation
+ * Silence most of the deprecation spam
+ * Pull the endpoint from the Session
+ * Updated from global requirements
+ * Updated from global requirements
+ * Updated from global requirements
+ * Replace repeated assertion with the loss
+ * Mark abstractmethod bodies with nocover
+ * Docstring spelling and function-vs-method fixes
+ * pass on @abc.abstractmethods
+ * Updated from global requirements
+ * Fix typo that says V3 token only works for v2
+ * auto-generate release history
+ * Updated from global requirements
+ * Updated from global requirements
+- adjust Requires according to requirements.txt
+
+-------------------------------------------------------------------
Old:
----
python-keystoneclient-1.7.2.tar.gz
New:
----
python-keystoneclient-2.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keystoneclient.spec ++++++
--- /var/tmp/diff_new_pack.3b0HTj/_old 2016-05-04 08:19:11.000000000 +0200
+++ /var/tmp/diff_new_pack.3b0HTj/_new 2016-05-04 08:19:11.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-keystoneclient
#
-# 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 keystoneclient
Name: python-%{component}
-Version: 1.7.2
+Version: 2.3.1
Release: 0
Summary: Openstack Identity (Keystone) API Client
License: Apache-2.0
@@ -35,22 +35,21 @@
# Packages below are only needed for documentation build
BuildRequires: python-PrettyTable
BuildRequires: python-Sphinx >= 1.1.2
-BuildRequires: python-WebOb
BuildRequires: python-iso8601 >= 0.1.4
BuildRequires: python-requests >= 0.8.8
Requires: python >= 2.6.8
-Requires: python-Babel >= 1.3
Requires: python-PrettyTable >= 0.7
-Requires: python-debtcollector >= 0.3.0
+Requires: python-debtcollector >= 1.2.0
Requires: python-iso8601 >= 0.1.9
+Requires: python-keystoneauth1 >= 2.1.0
Requires: python-lxml >= 2.3
-Requires: python-netaddr >= 0.7.12
-Requires: python-oslo.config >= 2.3.0
-Requires: python-oslo.i18n >= 1.5.0
-Requires: python-oslo.serialization >= 1.4.0
-Requires: python-oslo.utils >= 2.0.0
+Requires: python-oslo.config >= 3.7.0
+Requires: python-oslo.i18n >= 2.1.0
+Requires: python-oslo.serialization >= 1.10.0
+Requires: python-oslo.utils >= 3.5.0
Requires: python-pbr >= 1.6
-Requires: python-requests >= 2.5.2
+Requires: python-positional >= 1.0.1
+Requires: python-requests >= 2.8.1
Requires: python-six >= 1.9.0
Requires: python-stevedore >= 1.5.0
Recommends: python-keyring
@@ -83,14 +82,12 @@
Summary: Openstack Identity (Keystone) API Client - Testsuite
Group: System/Management
Requires: %{name} = %{version}
-Requires: python-WebOb >= 1.2.3
Requires: python-fixtures >= 1.3.1
Requires: python-mock >= 1.2
Requires: python-oauthlib >= 0.6
Requires: python-oslotest >= 1.10.0
-Requires: python-pycrypto >= 2.6
-Requires: python-requests-mock >= 0.6.0
-Requires: python-tempest-lib >= 0.8.0
+Requires: python-requests-mock >= 0.7.0
+Requires: python-tempest-lib >= 0.14.0
Requires: python-testrepository >= 0.0.18
Requires: python-testresources >= 0.2.4
Requires: python-testtools >= 1.4.0
++++++ python-keystoneclient-1.7.2.tar.gz -> python-keystoneclient-2.3.1.tar.gz
++++++
++++ 12711 lines of diff (skipped)