From 01c87366eb7b42efdb95701ce364acca0ebf80ced168145cc7e5fc965e9f1fcb Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 7 Aug 2017 11:16:49 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-keystonemiddleware?expand=0&rev=18 --- _service | 4 ++-- keystonemiddleware-4.14.0.tar.gz | 3 --- keystonemiddleware-4.17.0.tar.gz | 3 +++ python-keystonemiddleware.changes | 29 +++++++++++++++++++++++++ python-keystonemiddleware.spec | 36 ++++++++++++++++--------------- 5 files changed, 53 insertions(+), 22 deletions(-) delete mode 100644 keystonemiddleware-4.14.0.tar.gz create mode 100644 keystonemiddleware-4.17.0.tar.gz diff --git a/_service b/_service index dccc961..8ff758e 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/keystonemiddleware/keystonemiddleware.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/keystonemiddleware/keystonemiddleware.spec.j2 python-keystonemiddleware.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt cloud-devel@suse.de gh,openstack,keystonemiddleware diff --git a/keystonemiddleware-4.14.0.tar.gz b/keystonemiddleware-4.14.0.tar.gz deleted file mode 100644 index ebb517b..0000000 --- a/keystonemiddleware-4.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83bc4ec27983a496e3aad73440759aee47b258cc2a365cdd9c11082b7c1b3cfc -size 203369 diff --git a/keystonemiddleware-4.17.0.tar.gz b/keystonemiddleware-4.17.0.tar.gz new file mode 100644 index 0000000..fef3bd0 --- /dev/null +++ b/keystonemiddleware-4.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410efad8b5d639ff5ba08c32164116be1797d4caddafd49a9ec4adbf164971e8 +size 204603 diff --git a/python-keystonemiddleware.changes b/python-keystonemiddleware.changes index 87da93f..42e0037 100644 --- a/python-keystonemiddleware.changes +++ b/python-keystonemiddleware.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Aug 7 09:18:18 UTC 2017 - cloud-devel@suse.de + +- 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 + ------------------------------------------------------------------- Fri Feb 10 15:58:55 UTC 2017 - cloud-devel@suse.de diff --git a/python-keystonemiddleware.spec b/python-keystonemiddleware.spec index 4a98869..bf6df8e 100644 --- a/python-keystonemiddleware.spec +++ b/python-keystonemiddleware.spec @@ -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 @@ Group: Development/Languages/Python 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 @@ does not expose any CLI or Python API features. 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 @@ Documentation for Middleware for OpenStack Identity. rm -rf doc/build/html/.{doctrees,buildinfo} %check +export PYTHONWARNINGS="ignore" %{__python2} setup.py testr %files