Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:Factory checked in at 2017-02-21 13:40:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
    2016-09-30 15:30:15.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
 2017-02-21 13:40:04.807213301 +0100
@@ -1,0 +2,54 @@
+Fri Feb 10 15:48:05 UTC 2017 - [email protected]
+
+- update to version 3.10.0:
+  - remove hacking checks from keystoneclient
+  - Refactor test_domain_configs
+  - Support domain-specific configuration management
+  - Do not add last_request_id
+  - Only log application/json in session to start
+  - re-work inference rule bindings
+  - standardize release note page ordering
+  - Enable release notes translation
+  - Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
+  - Remove deprecated 'data' credential argument
+  - Deprecate the generic client
+  - Use AUTH_INTERFACE object from keystoneauth
+  - X-Serivce-Token should be hashed in the log
+  - [doc] remove auth plugin docs
+  - Update reno for stable/newton
+  - Remove references to Python 3.4
+  - Add Constraints support
+  - Updated coverage configuration file
+  - Do not log binary data during request
+  - Show team and repo badges on README
+  - Prevent MemoryError when logging response bodies
+  - TrivialFix: Using assertIsNone() instead of assertEqual(None)
+  - Fix typo in httpclient.py
+  - Fix some spelling mistaks in base.py & auth.py
+  - Minor docstring fix in mappings.py
+  - Use exceptions from Keystoneauth
+  - Enable code coverage report in console output
+  - Increase readability of 'find()' method and small improvements
+  - Removes unnecessary utf-8 encoding
+  - Pass allow_expired to token validate
+  - Use assertIsNone(...) instead of assertEqual(None, ...)
+  - Refactor test_credentials
+  - Remove redundant variable declaration
+  - Fix missing service_catalog parameter in Client object
+  - Remove revocation event code
+  - Use fixtures from keystoneauth
+  - Fix non-ascii attributes
+  - skip failing functional test
+  - Fix Failing tests with openssl >= 1.1.0
+  - Refactor test_projects
+  - Remove unauthenticated functions
+  - Fix response body being omitted in debug mode incorrectly
+  - Allow Multiple Filters of the Same Key
+  - Import module instead of object
+  - Fix typo in access.py
+  - Correct output for Implied Roles
+  - Revert "Add auth functional tests"
+  - TrivialFix: Fixed typo in some files
+  - Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  python-keystoneclient-3.5.0.tar.gz

New:
----
  python-keystoneclient-3.10.0.tar.gz

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

Other differences:
------------------
++++++ python-keystoneclient.spec ++++++
--- /var/tmp/diff_new_pack.PwA9lb/_old  2017-02-21 13:40:05.975048552 +0100
+++ /var/tmp/diff_new_pack.PwA9lb/_new  2017-02-21 13:40:05.979047988 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-keystoneclient
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 %global sname python-keystoneclient
 Name:           python-keystoneclient
-Version:        3.5.0
+Version:        3.10.0
 Release:        0
 Summary:        Client library for OpenStack Identity API
 License:        Apache-2.0
@@ -29,31 +29,31 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneauth1 >= 2.10.0
+BuildRequires:  python-keystoneauth1 >= 2.17.0
 BuildRequires:  python-lxml >= 2.3
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslo.config >= 3.14.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslo.utils >= 3.18.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
-BuildRequires:  python-positional >= 1.0.1
-BuildRequires:  python-requests-mock >= 1.0
+BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-positional >= 1.1.1
+BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-six >= 1.9.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testresources >= 0.2.4
 BuildRequires:  python-testscenarios >= 0.4
 Requires:       python-debtcollector >= 1.2.0
-Requires:       python-keystoneauth1 >= 2.10.0
+Requires:       python-keystoneauth1 >= 2.17.0
 Requires:       python-oslo.config >= 3.14.0
 Requires:       python-oslo.i18n >= 2.1.0
 Requires:       python-oslo.serialization >= 1.10.0
-Requires:       python-oslo.utils >= 3.16.0
-Requires:       python-positional >= 1.0.1
+Requires:       python-oslo.utils >= 3.18.0
+Requires:       python-positional >= 1.1.1
 Requires:       python-requests >= 2.10.0
 Requires:       python-six >= 1.9.0
-Requires:       python-stevedore >= 1.16.0
+Requires:       python-stevedore >= 1.17.1
 BuildArch:      noarch
 
 %description
@@ -63,14 +63,15 @@
 Summary:        Documentation for OpenStack Identity API Client
 Group:          Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 Documentation for the client library for interacting with Openstack
 Identity API.
 
 %prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
 
 %build
 %{py2_build}
@@ -88,9 +89,6 @@
 rm -fr html/.doctrees html/.buildinfo
 
 %check
-export 
PYTHONPATH="%{python2_sitearch}:%{python2_sitelib}:%{buildroot}%{python2_sitelib}"
-# don't want to depend on hacking for package building
-rm keystoneclient/tests/unit/test_hacking_checks.py
 %{__python2} setup.py testr
 
 %files

++++++ _service ++++++
--- /var/tmp/diff_new_pack.PwA9lb/_old  2017-02-21 13:40:06.015042910 +0100
+++ /var/tmp/diff_new_pack.PwA9lb/_new  2017-02-21 13:40:06.015042910 +0100
@@ -1,13 +1,12 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-keystoneclient/python-keystoneclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-keystoneclient/python-keystoneclient.spec.j2</param>
     <param name="output-name">python-keystoneclient.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">[email protected]</param>
+    <param name="changelog-provider">gh,openstack,python-keystoneclient</param>
   </service>
   <service mode="disabled" name="download_files">
-    <param name="changesgenerate">enable</param>
-  </service>
-  <service name="refresh_patches" mode="disabled">
-    <param name="changesgenerate">enable</param>
   </service>
+  <service name="format_spec_file" mode="disabled"/>
 </services>

++++++ python-keystoneclient-3.5.0.tar.gz -> 
python-keystoneclient-3.10.0.tar.gz ++++++
++++ 4573 lines of diff (skipped)


Reply via email to