Hello community,
here is the log from the commit of package python-keystoneclient for
openSUSE:Factory checked in at 2014-10-05 20:30:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-04-14 20:44:10.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
2014-10-05 20:31:28.000000000 +0200
@@ -2 +2 @@
-Mon Apr 14 09:11:58 UTC 2014 - [email protected]
+Wed Oct 1 13:34:39 UTC 2014 - [email protected]
@@ -4,2 +4,653 @@
-- update to 0.7.1:
- * Adds to Keystone to convert V2 endpoints to V3
+- Remove 0001-Use-ServiceCatalog.factory-the-object-has-no-__init_.patch
+ Applied upstream.
+- Add rpmlintrc as Source.
+
+-------------------------------------------------------------------
+Mon Sep 22 11:26:57 UTC 2014 - [email protected]
+
+- update to 0.11.0:
+ * Updated from global requirements
+ * Add support for endpoint policy
+ * Fix a doc_string error
+ * Handle federated tokens
+ * SAML2 federated authentication for ADFS
+ * Fix the condition expression for ssl_insecure
+ * Allow retrying some failed requests
+ * Versioned Endpoint hack for Sessions
+ * Pass kwargs to auth plugins
+ * Sync with latest oslo-incubator
+ * fix typos
+ * Work toward Python 3.4 support and testing
+ * warn against sorting requirements
+ * Version independent plugins
+ * Expose auth methods on the adapter
+ * Add version parameter to adapter
+ * Allow providing an endpoint_override to requests
+ * fix EC2 Signature Version 4 calculation, in the case of POST
+ * Fix test mistake with requests-mock
+ * Allow passing None for username in v2.Password
+ * Hash for PKIZ
+ * Distinguish between name not provided and incorrect
+ * Move fake session to HTTPClient
+ * Allow providing a default value to CLI loading
+ * Allow unauthenticated discovery
+ * Remove cruft from setup.cfg
+ * Unsort pbr and hacking in requirements files
+ * Add v3scopedsaml entry to the setup.cfg
+ * Fix handling of deprecated opts in CLI
+ * Updated from global requirements
+ * Revert "Add oslo.utils requirement"
+ * Revert "Use oslo.utils"
+ * Remove lxml as a forced depend
+ * Allow passing user_id to v2Password plugin
+ * Make auth plugins dest save to os_
+ * Allow registering individual plugin CONF options
+ * Standardize AccessInfo token setting
+ * Convert shell tests to requests-mock
+ * Change unscoped token fallback to be session aware
+ * Individual plugin CLI registering
+ * Remove intersphinx mappings
+ * Mark auth plugin options as secret
+ * move attributes of v3.client.Client into alphabetical order
+ * Handle invalidate in identity plugins correctly
+ * Isolate get_discovery function
+ * Fixes import grouping
+ * expose the revoke token for V3
+ * Use oslo.utils
+ * Add oslo.utils requirement
+ * Mark the keystoneclient s3_token middleware deprecated
+ * Add docs for how to create an OAuth auth instance
+ * Control identity plugin reauthentication
+ * Use token and discovery fixture in identity tests
+ * Config fixture from oslo-incubator is not used
+ * Use config fixture from oslo.config
+ * List federated projects and domains
+ * Redact tokens in request headers
+ * Convert httpretty to requests-mock
+ * Updated from global requirements
+ * Add the 'auth' interface type
+
+-------------------------------------------------------------------
+Fri Aug 29 14:17:57 UTC 2014 - [email protected]
+
+- go back to released version (0.10.1)
+
+-------------------------------------------------------------------
+Fri Aug 29 00:34:43 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.77.g4669556:
+ * Standardize AccessInfo token setting
+
+-------------------------------------------------------------------
+Wed Aug 27 00:33:28 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.75.g3f1da73:
+ * Hash for PKIZ
+ * Move fake session to HTTPClient
+ * Allow providing a default value to CLI loading
+
+-------------------------------------------------------------------
+Sat Aug 23 00:34:00 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.69.g62d4c71:
+ * Allow unauthenticated discovery
+ * Remove cruft from setup.cfg
+
+-------------------------------------------------------------------
+Fri Aug 22 00:32:37 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.65.g1ffc44f:
+ * Unsort pbr and hacking in requirements files
+ * Add v3scopedsaml entry to the setup.cfg
+
+-------------------------------------------------------------------
+Thu Aug 21 00:33:15 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.61.g4cc1763:
+ * Fix handling of deprecated opts in CLI
+ * Remove lxml as a forced depend
+ * Allow passing user_id to v2Password plugin
+
+-------------------------------------------------------------------
+Wed Aug 20 00:32:11 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.55.g6807959:
+ * Updated from global requirements
+ * Make auth plugins dest save to os_
+
+-------------------------------------------------------------------
+Mon Aug 18 16:22:43 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.52.g8adce96:
+ * Revert "Add oslo.utils requirement"
+ * Revert "Use oslo.utils"
+ * Use oslo.utils
+
+-------------------------------------------------------------------
+Sat Aug 16 00:39:20 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.48.ga7ba4c3:
+ * Add oslo.utils requirement
+
+-------------------------------------------------------------------
+Fri Aug 15 00:38:39 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.46.ge7eaec1:
+ * Allow registering individual plugin CONF options
+ * Individual plugin CLI registering
+
+-------------------------------------------------------------------
+Thu Aug 14 00:37:56 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.42.ge58b828:
+ * Convert shell tests to requests-mock
+ * Change unscoped token fallback to be session aware
+
+-------------------------------------------------------------------
+Mon Aug 11 12:28:25 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.40.g5785698:
+ * Remove intersphinx mappings
+ * Mark auth plugin options as secret
+ * move attributes of v3.client.Client into alphabetical order
+ * Isolate get_discovery function
+ * Fixes import grouping
+ * expose the revoke token for V3
+ * Mark the keystoneclient s3_token middleware deprecated
+ * Add docs for how to create an OAuth auth instance
+ * Control identity plugin reauthentication
+ * Use token and discovery fixture in identity tests
+ * List federated projects and domains
+ * Redact tokens in request headers
+ * Use keystoneclient.exceptions
+
+-------------------------------------------------------------------
+Sun Aug 3 23:47:05 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.15.g340fa60:
+ * use embedded URLs for hyperlinks in the README
+
+-------------------------------------------------------------------
+Sat Aug 2 23:47:16 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.13.g1a35101:
+ * Config fixture from oslo-incubator is not used
+ * Use config fixture from oslo.config
+
+-------------------------------------------------------------------
+Wed Jul 30 23:47:45 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.11.ga5f0e3c:
+ * Add an example of using v3 client with sessions
+
+-------------------------------------------------------------------
+Tue Jul 29 23:47:42 UTC 2014 - [email protected]
+
+- Update to version python-keystoneclient-0.10.1.9.gb487f94:
+ * Convert httpretty to requests-mock
+ * Updated from global requirements
+ * Use oslosphinx to generate doc theme
+ * Example JSON files should be human-readable
+
+-------------------------------------------------------------------
++++ 506 more lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes
++++ and
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
Old:
----
python-keystoneclient-0.7.1.tar.gz
New:
----
python-keystoneclient-0.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keystoneclient.spec ++++++
--- /var/tmp/diff_new_pack.KDe0NY/_old 2014-10-05 20:31:29.000000000 +0200
+++ /var/tmp/diff_new_pack.KDe0NY/_new 2014-10-05 20:31:29.000000000 +0200
@@ -19,7 +19,7 @@
%define component keystoneclient
Name: python-%{component}
-Version: 0.7.1
+Version: 0.11.0
Release: 0
Summary: Openstack Identity (Keystone) API Client
License: Apache-2.0
@@ -27,6 +27,7 @@
Url: http://launchpad.net/python-keystoneclient
Source:
http://tarballs.openstack.org/python-keystoneclient/python-keystoneclient-%{version}.tar.gz
Source2: openstack-keystone.sh
+Source3: rpmlintrc
BuildRequires: fdupes
BuildRequires: openstack-suse-macros
BuildRequires: python-base
@@ -40,12 +41,13 @@
Requires: python >= 2.6.8
Requires: python-Babel >= 1.3
Requires: python-PrettyTable >= 0.7
-Requires: python-iso8601 >= 0.1.8
+Requires: python-iso8601 >= 0.1.9
Requires: python-netaddr >= 0.7.6
-Requires: python-oslo.config >= 1.2
+Requires: python-oslo.config >= 1.2.1
Requires: python-pbr >= 0.6
Requires: python-requests >= 1.1
-Requires: python-six >= 1.5.2
+Requires: python-six >= 1.7
+Requires: python-stevedore >= 0.14
Recommends: python-keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
++++++ python-keystoneclient-0.7.1.tar.gz ->
python-keystoneclient-0.11.0.tar.gz ++++++
++++ 30348 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]