Hello community,
here is the log from the commit of package python-keystoneclient for
openSUSE:Factory checked in at 2015-10-30 13:42:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-27 08:54:34.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
2015-10-30 13:42:42.000000000 +0100
@@ -1,0 +2,101 @@
+Wed Oct 7 04:26:24 UTC 2015 - [email protected]
+
+- update 1.7.2:
+ * Redirect on 303 in SAML plugin
+ * HTTPClient/region_name deprecation test updates
+ * Updated from global requirements
+ * Update .gitreview for stable/liberty
+- adjust Requires according to requirements.txt
+
+-------------------------------------------------------------------
+Mon Sep 14 09:10:15 UTC 2015 - [email protected]
+
+- update to 1.7.1:
+ * Adding back exception mapping for ConnectionError
+ * Update path to subunit2html in post_test_hook
+ * Deprecate create Discover without session
+ * Mask passwords when logging the HTTP response
+ * Updated from global requirements
+ * Update deprecation text for Session properties
+ * Proper deprecation for httpclient.USER_AGENT
+ * Deprecate create HTTPClient without session
+ * Fix Accept header in SAML2 requests
+ * Fixes missing socket attribute error during init_poolmanager
+ * Updated from global requirements
+ * Expose token_endpoint.Token as admin_token
+ * Proper deprecation for UserManager project argument
+ * Proper deprecation for CredentialManager data argument
+ * Deprecate create v3 Client without session
+ * Deprecate create v2_0 Client without session
+ * Proper deprecation for Session.get_token()
+ * Deprecate use of cert and key
+ * Proper deprecation for Session.construct()
+ * Deprecate ServiceCatalog.get_urls() with no attr
+ * Deprecate ServiceCatalog(region_name)
+ * Updated from global requirements
+ * Updated from global requirements
+ * Updated from global requirements
+ * Stop using .keys() on dicts where not needed
+ * Inhrerit roles project calls on keystoneclient v3
+ * Deprecate openstack.common.apiclient
+ * Move apiclient.base.Resource into keystoneclient
+ * oslo-incubator apiclient.exceptions to keystoneclient.exceptions
+ * Proper deprecation for HTTPClient session and adapter properties
+ * Proper deprecation for HTTPClient.request methods
+ * Proper deprecation for HTTPClient.tenant_id|name
+ * Proper deprecation for HTTPClient tenant_id, tenant_name parameters
+ * Updated from global requirements
+ * Clarify setting socket_options
+ * Remove check for requests version
+ * Updated from global requirements
+ * Fix tests passing user, project, and token
+ * Proper deprecation for httpclient.request()
+ * Proper deprecation for Dicover.raw_version_data unstable parameter
+ * Proper deprecation for Dicover.available_versions()
+ * Proper deprecation for is_ans1_token
+ * Proper deprecation for client.HTTPClient
+ * Proper deprecation for Manager.api
+ * Stop using Manager.api
+ * Proper deprecation for BaseIdentityPlugin trust_id property
+ * Proper deprecation for BaseIdentityPlugin username, password,
+ token_id properties
+ * Proper deprecations for modules
+ * Use UUID values in v3 test fixtures
+ * Proper deprecation for AccessInfo management_url property
+ * Proper deprecation for AccessInfo auth_url property
+ * Stop using deprecated AccessInfo.auth_url and management_url
+ * Proper deprecation for AccessInfo scoped property
+ * Proper deprecation for AccessInfo region_name parameter
+ * Deprecations fixture support calling deprecated function
+ * Set reasonable defaults for TCP Keep-Alive
+ * Updated from global requirements
+ * Remove unused time_patcher
+ * Make OAuth testcase use actual request headers
+ * Prevent attempts to "filter" list() calls by globally unique IDs
+ * Add get_token_data to token CRUD
+ * Updated from global requirements
+ * py34 not py33 is tested and supported
+ * Updated from global requirements
+ * Remove confusing deprecation comment from token_to_cms
+ * Fixes modules index generated by Sphinx
+ * Updated from global requirements
+ * Unit tests catch deprecated function usage
+ * Switch from deprecated oslo_utils.timeutils.strtime
+ * Switch from deprecated isotime
+ * Remove keystoneclient CLI references in README
+ * Update README.rst and remove ancient reference
+ * Remove unused images from docs
+ * Updated from global requirements
+ * Add openid connect client support
+ * Stop using tearDown
+ * Use mock rather than mox
+ * Remove unused setUp from ClientTest
+ * Updated from global requirements
+ * Iterate over copy of sys.modules keys in Python2/3
+ * Use random strings for test fixtures
+ * Stop using function deprecated in Python 3
+ * Use python-six shim for assertRaisesRegex/p
+ * tox env for Bandit
+- Adjust Requires according to requirements.txt
+
+-------------------------------------------------------------------
Old:
----
python-keystoneclient-1.6.0.tar.gz
New:
----
python-keystoneclient-1.7.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keystoneclient.spec ++++++
--- /var/tmp/diff_new_pack.F3IZyc/_old 2015-10-30 13:42:43.000000000 +0100
+++ /var/tmp/diff_new_pack.F3IZyc/_new 2015-10-30 13:42:43.000000000 +0100
@@ -19,7 +19,7 @@
%define component keystoneclient
Name: python-%{component}
-Version: 1.6.0
+Version: 1.7.2
Release: 0
Summary: Openstack Identity (Keystone) API Client
License: Apache-2.0
@@ -41,17 +41,18 @@
Requires: python >= 2.6.8
Requires: python-Babel >= 1.3
Requires: python-PrettyTable >= 0.7
+Requires: python-debtcollector >= 0.3.0
Requires: python-iso8601 >= 0.1.9
Requires: python-lxml >= 2.3
Requires: python-netaddr >= 0.7.12
-Requires: python-oslo.config >= 1.9.3
+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 >= 1.4.0
-Requires: python-pbr >= 0.6
-Requires: python-requests >= 2.2.0
+Requires: python-oslo.utils >= 2.0.0
+Requires: python-pbr >= 1.6
+Requires: python-requests >= 2.5.2
Requires: python-six >= 1.9.0
-Requires: python-stevedore >= 1.3.0
+Requires: python-stevedore >= 1.5.0
Recommends: python-keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -83,16 +84,16 @@
Group: System/Management
Requires: %{name} = %{version}
Requires: python-WebOb >= 1.2.3
-Requires: python-coverage >= 3.6
-Requires: python-discover
-Requires: python-fixtures >= 0.3.14
-Requires: python-mock >= 1.0
-Requires: python-mox3 >= 0.7.0
-Requires: python-oslotest >= 1.5.1
+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-testrepository >= 0.0.18
Requires: python-testresources >= 0.2.4
-Requires: python-testtools >= 0.9.36
+Requires: python-testtools >= 1.4.0
%description test
This package contains testsuite files for %{name}.
++++++ python-keystoneclient-1.6.0.tar.gz -> python-keystoneclient-1.7.2.tar.gz
++++++
++++ 8980 lines of diff (skipped)