Hello community,

here is the log from the commit of package python-oslo.middleware for 
openSUSE:Factory checked in at 2017-08-28 15:30:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.middleware (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.middleware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.middleware"

Mon Aug 28 15:30:47 2017 rev:6 rq:514890 version:3.30.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-oslo.middleware/python-oslo.middleware.changes
    2016-10-13 11:29:07.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.middleware.new/python-oslo.middleware.changes
       2017-08-28 15:30:49.409545588 +0200
@@ -1,0 +2,53 @@
+Mon Aug  7 09:26:47 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.30.0
+  - Remove usage of parameter enforce_type
+  - Remove log translations
+  - Replace deprecated inspect function in Python 3
+  - Remove deprecated oslo.subdomain from CORS opts
+  - Fix test_request_too_large_no_content_length failure
+  - rearrange content to fit the new standard layout
+  - Update URLs in documents according to document migration
+  - update the docs url in the readme
+  - [Fix gate]Update test requirement
+  - import admin guide content from openstack-manuals
+  - Allow compatibility headers for request_id
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Set global_request_id if passed in as X-OpenStack-Request-ID.
+  - Update reno for stable/ocata
+  - Remove pbr warnerrors in favor of sphinx check
+  - Updated from global requirements
+  - switch from oslosphinx to openstackdocstheme
+  - Optimize the link address
+
+-------------------------------------------------------------------
+Mon Feb 13 09:32:32 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.23.1:
+  - remove superfluous random stuff
+  - Add new middleware to send API data to statsd
+  - Allow healthcheck to be configured by oslo.config
+  - Remove self-referential link in docs
+  - Imported Translations from Zanata
+  - Enable release notes translation
+  - Suggest to use egg based filter_factory rather than fragile full path
+  - Remove references to Python 3.4
+  - Add Constraints support
+  - Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'
+  - Limit ssl deprecation warning to external importers
+  - Replace six.iteritems() with .items()
+  - make sure we handle the forwarded for headers
+  - Add Python 3.5 classifier and venv
+  - TrivialFix: Remove default=None when set value in Config
+  - Transform healthcheck from filter to an application
+  - Document how to use detailed mode in healthcheck
+  - Show more healthcheck examples
+  - Add reno for release notes management
+  - Deprecated set_latent
+  - Filter X-Auth-Token in catch_errors
+  - Changed the home-page link
+  - Filter token data out of catch_errors middleware
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  oslo.middleware-3.19.0.tar.gz

New:
----
  oslo.middleware-3.30.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.middleware.spec ++++++
--- /var/tmp/diff_new_pack.ApSmtM/_old  2017-08-28 15:30:50.669368479 +0200
+++ /var/tmp/diff_new_pack.ApSmtM/_new  2017-08-28 15:30:50.689365668 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.middleware
 #
-# 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 oslo.middleware
 Name:           python-oslo.middleware
-Version:        3.19.0
+Version:        3.30.0
 Release:        0
 Summary:        OpenStack oslo.middleware library
 License:        Apache-2.0
@@ -27,29 +27,31 @@
 Source0:        
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-Jinja2 >= 2.8
-BuildRequires:  python-WebOb >= 1.2.3
+BuildRequires:  python-WebOb >= 1.7.1
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.config >= 3.14.0
-BuildRequires:  python-oslo.context >= 2.9.0
+BuildRequires:  python-oslo.config >= 4.0.0
+BuildRequires:  python-oslo.context >= 2.14.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-stevedore >= 1.16.0
+BuildRequires:  python-statsd >= 3.2.1
+BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-testtools >= 1.4.0
 Requires:       python-Jinja2 >= 2.8
-Requires:       python-WebOb >= 1.2.3
+Requires:       python-WebOb >= 1.7.1
 Requires:       python-debtcollector >= 1.2.0
-Requires:       python-oslo.config >= 3.14.0
-Requires:       python-oslo.context >= 2.9.0
+Requires:       python-oslo.config >= 4.0.0
+Requires:       python-oslo.context >= 2.14.0
 Requires:       python-oslo.i18n >= 2.1.0
-Requires:       python-oslo.utils >= 3.16.0
+Requires:       python-oslo.utils >= 3.20.0
 Requires:       python-six >= 1.9.0
-Requires:       python-stevedore >= 1.16.0
+Requires:       python-statsd >= 3.2.1
+Requires:       python-stevedore >= 1.20.0
 BuildArch:      noarch
 
 %description
@@ -62,7 +64,8 @@
 Summary:        Documentation for OpenStack middleware library
 Group:          Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-reno >= 1.8.0
 
 %description doc
 Oslo middleware library includes components that can be injected into wsgi
@@ -72,7 +75,9 @@
 This package contains the documentation.
 
 %prep
-%setup -q -n %{sname}-%{version}
+%autosetup -p1 -n %{sname}-%{version}
+%py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ApSmtM/_old  2017-08-28 15:30:50.753356672 +0200
+++ /var/tmp/diff_new_pack.ApSmtM/_new  2017-08-28 15:30:50.753356672 +0200
@@ -1,11 +1,12 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/oslo.middleware/oslo.middleware.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.middleware/oslo.middleware.spec.j2</param>
     <param name="output-name">python-oslo.middleware.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/pike/global-requirements.txt</param>
+    <param name="changelog-email">cloud-de...@suse.de</param>
+    <param name="changelog-provider">gh,openstack,oslo.middleware</param>
   </service>
   <service mode="disabled" name="download_files">
-    <param name="changesgenerate">enable</param>
   </service>
   <service name="format_spec_file" mode="disabled"/>
 </services>

++++++ oslo.middleware-3.19.0.tar.gz -> oslo.middleware-3.30.0.tar.gz ++++++
++++ 3375 lines of diff (skipped)


Reply via email to