Hello community,

here is the log from the commit of package python-keystonemiddleware for 
openSUSE:Factory checked in at 2017-02-21 13:40:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keystonemiddleware (Old)
 and      /work/SRC/openSUSE:Factory/.python-keystonemiddleware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-keystonemiddleware"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-keystonemiddleware/python-keystonemiddleware.changes
      2016-10-13 11:29:15.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-keystonemiddleware.new/python-keystonemiddleware.changes
 2017-02-21 13:40:41.370055280 +0100
@@ -1,0 +2,43 @@
+Fri Feb 10 15:58:55 UTC 2017 - cloud-de...@suse.de
+
+- update to version 4.14.0:
+  - Add docutils contraint on 0.13.1 to fix building
+  - auth_token: set correct charset when replying with 401
+  - Return and use an app wherever possible
+  - standardize release note page ordering
+  - Use oslo_messaging conf fixture
+  - Enable release notes translation
+  - clean up a few doc building warnings
+  - Update reno for stable/newton
+  - Remove references to Python 3.4
+  - Raise NotImplementedError instead of NotImplemented
+  - Add Constraints support
+  - Show team and repo badges on README
+  - Mock log only after app creation
+  - Add service token to user token plugin
+  - Deprecate PKI token format options
+  - Use method constant_time_compare from oslo.utils
+  - Specify that unknown arguments can be passed to fetch_token
+  - Refactor audit tests to use create_middleware
+  - Pass ?allow_expired
+  - Globalize authentication failure error
+  - Auth token, set the correct charset
+  - Extract oslo_messaging specific audit tests
+  - Removes unnecessary utf-8 coding
+  - Limit deprecated token message to single warning
+  - Update .coveragerc after the removal of respective directory
+  - use oslo.log instead of logging
+  - Drop MANIFEST.in - it's not needed by pbr
+  - fix broken links
+  - Changed the home-page link
+  - Switch tox unit test command to use ostestr
+  - Update code to use Newton as the code name
+  - Use the mocking fixture in notifier tests
+  - Updated from global requirements
+
+-------------------------------------------------------------------
+Fri Oct 14 14:29:07 UTC 2016 - tbecht...@suse.com
+
+- Update BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  keystonemiddleware-4.9.0.tar.gz

New:
----
  keystonemiddleware-4.14.0.tar.gz

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

Other differences:
------------------
++++++ python-keystonemiddleware.spec ++++++
--- /var/tmp/diff_new_pack.kOzRjB/_old  2017-02-21 13:40:41.773998294 +0100
+++ /var/tmp/diff_new_pack.kOzRjB/_new  2017-02-21 13:40:41.777997730 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-keystonemiddleware
 #
-# 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 keystonemiddleware
 Name:           python-keystonemiddleware
-Version:        4.9.0
+Version:        4.14.0
 Release:        0
 Summary:        Middleware for OpenStack Identity
 License:        Apache-2.0
@@ -26,37 +26,39 @@
 Url:            https://launchpad.net/%{sname}
 Source0:        
https://pypi.io/packages/source/k/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-WebOb >= 1.2.3
+BuildRequires:  python-WebOb >= 1.6.0
+BuildRequires:  python-WebTest >= 2.0
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-keystoneauth1 >= 2.10.0
-BuildRequires:  python-keystoneclient >= 2.0.0
+BuildRequires:  python-keystoneauth1 >= 2.17.0
+BuildRequires:  python-keystoneclient >= 3.8.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslo.config >= 3.14.0
 BuildRequires:  python-oslo.context >= 2.9.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  python-oslo.messaging >= 5.14.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-positional >= 1.0.1
+BuildRequires:  python-positional >= 1.1.1
 BuildRequires:  python-pycadf >= 1.1.0
 BuildRequires:  python-pycrypto >= 2.6
 BuildRequires:  python-python-memcached >= 1.56
 BuildRequires:  python-requests >= 2.10.0
-BuildRequires:  python-requests-mock >= 1.0
+BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-stevedore >= 1.16.0
+BuildRequires:  python-stevedore >= 1.17.1
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testresources >= 0.2.4
 BuildRequires:  python-testtools >= 1.4.0
-Requires:       python-WebOb >= 1.2.3
-Requires:       python-keystoneauth1 >= 2.10.0
-Requires:       python-keystoneclient >= 2.0.0
+Requires:       python-WebOb >= 1.6.0
+Requires:       python-keystoneauth1 >= 2.17.0
+Requires:       python-keystoneclient >= 3.8.0
 Requires:       python-oslo.config >= 3.14.0
 Requires:       python-oslo.context >= 2.9.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-pycadf >= 1.1.0
 Requires:       python-requests >= 2.10.0
 Requires:       python-six >= 1.9.0
@@ -72,13 +74,14 @@
 Summary:        Documentation for Middleware for OpenStack Identity
 Group:          Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 Documentation for Middleware for OpenStack Identity.
 
 %prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
 
 %build
 %{py2_build}
@@ -96,7 +99,7 @@
 
 %files
 %license LICENSE
-%doc AUTHORS ChangeLog README.rst
+%doc ChangeLog README.rst
 %{python2_sitelib}/%{sname}
 %{python2_sitelib}/*.egg-info
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kOzRjB/_old  2017-02-21 13:40:41.809993217 +0100
+++ /var/tmp/diff_new_pack.kOzRjB/_new  2017-02-21 13:40:41.809993217 +0100
@@ -1,11 +1,12 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/keystonemiddleware/keystonemiddleware.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/keystonemiddleware/keystonemiddleware.spec.j2</param>
     <param name="output-name">python-keystonemiddleware.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">cloud-de...@suse.de</param>
+    <param name="changelog-provider">gh,openstack,keystonemiddleware</param>
   </service>
   <service mode="disabled" name="download_files">
-    <param name="changesgenerate">enable</param>
   </service>
-  <service mode="disabled" name="format_spec_file"/>
+  <service name="format_spec_file" mode="disabled"/>
 </services>

++++++ keystonemiddleware-4.9.0.tar.gz -> keystonemiddleware-4.14.0.tar.gz 
++++++
++++ 2557 lines of diff (skipped)


Reply via email to