Hello community,
here is the log from the commit of package python-keystonemiddleware for
openSUSE:Factory checked in at 2020-02-18 10:40:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keystonemiddleware (Old)
and /work/SRC/openSUSE:Factory/.python-keystonemiddleware.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keystonemiddleware"
Tue Feb 18 10:40:07 2020 rev:9 rq:774904 version:7.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-keystonemiddleware/python-keystonemiddleware.changes
2019-05-03 22:41:06.551075055 +0200
+++
/work/SRC/openSUSE:Factory/.python-keystonemiddleware.new.26092/python-keystonemiddleware.changes
2020-02-18 10:41:17.305052603 +0100
@@ -1,0 +2,25 @@
+Thu Oct 17 08:26:49 UTC 2019 - [email protected]
+
+- update to version 7.0.1
+ - OpenDev Migration Patch
+ - Remove PKI/PKIZ support
+ - Run lower-constraints on Bionic and update python-keystoneclient
+ - Add a new option to choose the Identity endpoint
+ - Comment html_static_path entry in docs conf.py
+ - Update master for stable/stein
+ - Fix debug tox environment
+ - Add Python 3 Train unit tests
+ - Remove Diablo compatibility tests
+ - print auth version for request strategy in debug
+ - Update the min version of tox
+ - Drop py35 jobs
+ - Blacklist bandit 1.6.0 & cap sphinx for 2.7
+ - Blacklist sphinx 2.1.0 (autodoc bug)
+ - Run lower-constraints job on Xenial
+ - Add validation of app cred access rules
+ - Fix bandit warning
+ - Bump memcached minimum version
+ - Bump the openstackdocstheme extension to 1.20
+ - Fix string format error
+
+-------------------------------------------------------------------
Old:
----
keystonemiddleware-6.0.0.tar.gz
New:
----
keystonemiddleware-7.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keystonemiddleware.spec ++++++
--- /var/tmp/diff_new_pack.U3JH7S/_old 2020-02-18 10:41:18.069054162 +0100
+++ /var/tmp/diff_new_pack.U3JH7S/_new 2020-02-18 10:41:18.069054162 +0100
@@ -16,23 +16,21 @@
#
-%global sname keystonemiddleware
Name: python-keystonemiddleware
-Version: 6.0.0
+Version: 7.0.1
Release: 0
Summary: Middleware for OpenStack Identity
License: Apache-2.0
Group: Development/Languages/Python
-URL: https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/k/%{sname}/%{sname}-%{version}.tar.gz
-BuildRequires: openssl
+URL: https://launchpad.net/keystonemiddleware
+Source0:
https://files.pythonhosted.org/packages/source/k/keystonemiddleware/keystonemiddleware-7.0.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python2-WebOb >= 1.7.1
BuildRequires: python2-WebTest
BuildRequires: python2-cryptography
BuildRequires: python2-fixtures
-BuildRequires: python2-keystoneauth1 >= 3.4.0
-BuildRequires: python2-keystoneclient >= 3.8.0
+BuildRequires: python2-keystoneauth1 >= 3.12.0
+BuildRequires: python2-keystoneclient >= 3.20.0
BuildRequires: python2-mock
BuildRequires: python2-oslo.cache >= 1.26.0
BuildRequires: python2-oslo.config >= 5.2.0
@@ -55,8 +53,8 @@
BuildRequires: python3-WebTest
BuildRequires: python3-cryptography
BuildRequires: python3-fixtures
-BuildRequires: python3-keystoneauth1 >= 3.4.0
-BuildRequires: python3-keystoneclient >= 3.8.0
+BuildRequires: python3-keystoneauth1 >= 3.12.0
+BuildRequires: python3-keystoneclient >= 3.20.0
BuildRequires: python3-mock
BuildRequires: python3-oslo.cache >= 1.26.0
BuildRequires: python3-oslo.config >= 5.2.0
@@ -76,12 +74,14 @@
BuildRequires: python3-testresources
BuildRequires: python3-testtools
Requires: python-WebOb >= 1.7.1
-Requires: python-keystoneauth1 >= 3.4.0
-Requires: python-keystoneclient >= 3.8.0
+Requires: python-keystoneauth1 >= 3.12.0
+Requires: python-keystoneclient >= 3.20.0
Requires: python-oslo.cache >= 1.26.0
Requires: python-oslo.config >= 5.2.0
Requires: python-oslo.context >= 2.19.2
Requires: python-oslo.i18n >= 3.15.3
+Requires: python-oslo.log >= 3.36.0
+Requires: python-oslo.messaging
Requires: python-oslo.serialization >= 2.18.0
Requires: python-oslo.utils >= 3.33.0
Requires: python-pycadf >= 1.1.0
@@ -100,15 +100,15 @@
%package -n python-keystonemiddleware-doc
Summary: Documentation for Middleware for OpenStack Identity
Group: Development/Languages/Python
-BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme
-BuildRequires: python-sphinxcontrib-apidoc
+BuildRequires: python3-Sphinx
+BuildRequires: python3-openstackdocstheme
+BuildRequires: python3-sphinxcontrib-apidoc
%description -n python-keystonemiddleware-doc
Documentation for Middleware for OpenStack Identity.
%prep
-%autosetup -p1 -n %{sname}-%{version}
+%autosetup -p1 -n keystonemiddleware-7.0.1
%py_req_cleanup
%build
@@ -119,7 +119,7 @@
# generate html docs
export PYTHONPATH=.
-PBR_VERSION=%{version} sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
@@ -129,8 +129,8 @@
%files %python_files
%license LICENSE
%doc ChangeLog README.rst
-%{python2_sitelib}/%{sname}
-%{python2_sitelib}/*.egg-info
+%{python_sitelib}/keystonemiddleware
+%{python_sitelib}/*.egg-info
%files -n python-keystonemiddleware-doc
%doc doc/build/html
++++++ _service ++++++
--- /var/tmp/diff_new_pack.U3JH7S/_old 2020-02-18 10:41:18.105054235 +0100
+++ /var/tmp/diff_new_pack.U3JH7S/_new 2020-02-18 10:41:18.105054235 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/keystonemiddleware/keystonemiddleware.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/keystonemiddleware/keystonemiddleware.spec.j2</param>
<param name="output-name">python-keystonemiddleware.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/keystonemiddleware/stable/stein/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/keystonemiddleware/stable/train/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,keystonemiddleware</param>
</service>
++++++ keystonemiddleware-6.0.0.tar.gz -> keystonemiddleware-7.0.1.tar.gz ++++++
++++ 4073 lines of diff (skipped)