Hello community,
here is the log from the commit of package python-keystonemiddleware for
openSUSE:Factory checked in at 2017-08-28 15:30:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keystonemiddleware (Old)
and /work/SRC/openSUSE:Factory/.python-keystonemiddleware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keystonemiddleware"
Mon Aug 28 15:30:59 2017 rev:4 rq:514948 version:4.17.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-keystonemiddleware/python-keystonemiddleware.changes
2017-02-21 13:40:41.370055280 +0100
+++
/work/SRC/openSUSE:Factory/.python-keystonemiddleware.new/python-keystonemiddleware.changes
2017-08-28 15:31:00.324011204 +0200
@@ -1,0 +2,29 @@
+Mon Aug 7 09:18:18 UTC 2017 - [email protected]
+
+- update to version 4.17.0
+ - Fix oslo.messaging deprecation of get_transport
+ - Use https for *.openstack.org references
+ - Added "warning-is-error" sphinx check for docs
+ - Imported Translations from Zanata
+ - Update reno for stable/ocata
+ - Fix html_last_updated_fmt for Python3
+ - Pass located tests directory in oslo debug
+ - add a log when the option in conf can't be identitied
+ - Remove deprecated oslo.messaging aliases parameter
+ - Replace six.iteritems() with .items()
+ - Switch from oslosphinx to openstackdocstheme
+ - Using assertFalse(A) instead of assertEqual(False, A)
+ - Replace pycrypto with cryptography
+ - Remove old comment referencing fixed bug
+ - Fixed man_pages no value warning when making docs
+ - Update URLs in documentation
+ - Remove unused logging import
+ - Change locations of docs for intersphinx
+ - Bump the token deferral message from info to debug
+ - Remove log translations
+ - Removing double spaces
+ - Redundant adminURL in test_gives_v2_catalog
+ - Update driver config parameter from string to list
+ - Updated from global requirements
+
+-------------------------------------------------------------------
Old:
----
keystonemiddleware-4.14.0.tar.gz
New:
----
keystonemiddleware-4.17.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keystonemiddleware.spec ++++++
--- /var/tmp/diff_new_pack.TsLrKs/_old 2017-08-28 15:31:01.439854335 +0200
+++ /var/tmp/diff_new_pack.TsLrKs/_new 2017-08-28 15:31:01.475849275 +0200
@@ -18,7 +18,7 @@
%global sname keystonemiddleware
Name: python-keystonemiddleware
-Version: 4.14.0
+Version: 4.17.0
Release: 0
Summary: Middleware for OpenStack Identity
License: Apache-2.0
@@ -26,41 +26,41 @@
Url: https://launchpad.net/%{sname}
Source0:
https://pypi.io/packages/source/k/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-WebOb >= 1.6.0
+BuildRequires: python-WebOb >= 1.7.1
BuildRequires: python-WebTest >= 2.0
BuildRequires: python-fixtures >= 3.0.0
-BuildRequires: python-keystoneauth1 >= 2.17.0
+BuildRequires: python-keystoneauth1 >= 2.21.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.config >= 4.0.0
+BuildRequires: python-oslo.context >= 2.14.0
BuildRequires: python-oslo.i18n >= 2.1.0
-BuildRequires: python-oslo.messaging >= 5.14.0
+BuildRequires: python-oslo.messaging >= 5.24.2
BuildRequires: python-oslo.serialization >= 1.10.0
-BuildRequires: python-oslo.utils >= 3.18.0
+BuildRequires: python-oslo.utils >= 3.20.0
BuildRequires: python-oslotest >= 1.10.0
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 >= 2.14.2
BuildRequires: python-requests-mock >= 1.1
BuildRequires: python-six >= 1.9.0
-BuildRequires: python-stevedore >= 1.17.1
+BuildRequires: python-stevedore >= 1.20.0
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testresources >= 0.2.4
BuildRequires: python-testtools >= 1.4.0
-Requires: python-WebOb >= 1.6.0
-Requires: python-keystoneauth1 >= 2.17.0
+Requires: python-WebOb >= 1.7.1
+Requires: python-keystoneauth1 >= 2.21.0
Requires: python-keystoneclient >= 3.8.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.serialization >= 1.10.0
-Requires: python-oslo.utils >= 3.18.0
+Requires: python-oslo.utils >= 3.20.0
Requires: python-positional >= 1.1.1
Requires: python-pycadf >= 1.1.0
-Requires: python-requests >= 2.10.0
+Requires: python-requests >= 2.14.2
Requires: python-six >= 1.9.0
BuildArch: noarch
@@ -74,14 +74,15 @@
Summary: Documentation for Middleware for OpenStack Identity
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 4.7.0
+BuildRequires: python-openstackdocstheme >= 1.11.0
%description doc
Documentation for Middleware for OpenStack Identity.
%prep
-%autosetup -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}
@@ -95,6 +96,7 @@
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
+export PYTHONWARNINGS="ignore"
%{__python2} setup.py testr
%files
++++++ _service ++++++
--- /var/tmp/diff_new_pack.TsLrKs/_old 2017-08-28 15:31:01.567836343 +0200
+++ /var/tmp/diff_new_pack.TsLrKs/_new 2017-08-28 15:31:01.567836343 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/keystonemiddleware/keystonemiddleware.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/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/ocata/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,keystonemiddleware</param>
</service>
++++++ keystonemiddleware-4.14.0.tar.gz -> keystonemiddleware-4.17.0.tar.gz
++++++
++++ 2886 lines of diff (skipped)