Hello community,
here is the log from the commit of package python-keystoneauth1 for
openSUSE:Leap:15.2 checked in at 2020-06-08 15:11:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-keystoneauth1 (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-keystoneauth1.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keystoneauth1"
Mon Jun 8 15:11:59 2020 rev:22 rq:812551 version:3.10.1
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-keystoneauth1/python-keystoneauth1.changes
2020-01-15 15:49:46.715471869 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-keystoneauth1.new.3606/python-keystoneauth1.changes
2020-06-08 15:12:00.437004508 +0200
@@ -1,0 +2,51 @@
+Mon Jun 1 21:49:03 UTC 2020 - [email protected]
+
+- Switch to stable/rocky spec template as version 3.4.0 is broken
+- Blacklist tests that are incompatible with python-requests-mock
+ 1.7.0
+- update to version 3.10.1
+ - Fix interface argument to get_all_version_data
+ - Reference class variable in Status
+ - Fix logging of encoded headers
+ - Collect timing information for API calls
+ - Remove tox_install.sh and align with constraints consumption
+ - Fix W503 line-break-before-binary-operator
+ - Split request logging into four different loggers
+ - Infer version from old versioned service type aliases
+ - Add some comments explaining split_loggers flag logic
+ - import zuul job settings from project-config
+ - Turn normalize_status into a class
+ - Use Status variables in tests
+ - Revert "Change log hashing to SHA256"
+ - Update links in README
+ - Add methods to get all of the version data
+ - Return the endpoint_override from EndpointData
+ - Trivial: Update pypi url to new url
+ - raise_exc default in Adapter
+ - OpenDev Migration Patch
+ - Change log hashing to SHA256
+ - Add minimum version for requirements
+ - Expose version status in EndpointData
+ - Update UPPER_CONSTRAINTS_FILE for stable/rocky
+ - Override support message in AuthorizationFailure class
+ - Update .gitreview for stable/rocky
+ - Add pep8 import order validation
+ - Make VersionData class
+ - Update reno for stable/queens
+ - Make tests pass in 2020
+ - Be more helpful when version discovery fails
+ - Implement service_type alias lookups
+ - Add optional support for retrying certain HTTP codes
+ - Remove PYTHONHASHSEED setting
+ - fix tox python3 overrides
+ - Allow tuples and sets in interface list
+ - Zuul: Remove project name
+ - Expose version_between as a real function
+ - Add netloc and version check for version discovery
+ - Updated from global requirements
+ - Fix a spelling error
+ - fix a typo in session.py
+ - add lower-constraints job
+ - Add oslo.config option for split-loggers
+
+-------------------------------------------------------------------
Old:
----
keystoneauth1-3.4.0.tar.gz
New:
----
keystoneauth1-3.10.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keystoneauth1.spec ++++++
--- /var/tmp/diff_new_pack.pEMLFz/_old 2020-06-08 15:12:00.797005494 +0200
+++ /var/tmp/diff_new_pack.pEMLFz/_new 2020-06-08 15:12:00.797005494 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-keystoneauth1
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,67 +12,67 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global sname keystoneauth1
Name: python-keystoneauth1
-Version: 3.4.0
+Version: 3.10.1
Release: 0
Summary: OpenStack authenticating tools
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://launchpad.net/keystoneauth
+URL: https://launchpad.net/keystoneauth
Source0:
https://files.pythonhosted.org/packages/source/k/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python2-PyYAML >= 3.10
-BuildRequires: python2-betamax >= 0.7.0
+BuildRequires: python2-PyYAML >= 3.12
+BuildRequires: python2-betamax
BuildRequires: python2-fixtures >= 3.0.0
-BuildRequires: python2-iso8601 >= 0.1.11
-BuildRequires: python2-lxml >= 3.4.1
-BuildRequires: python2-mock >= 2.0.0
-BuildRequires: python2-oauthlib >= 0.6.0
-BuildRequires: python2-os-testr >= 1.0.0
-BuildRequires: python2-oslo.config >= 5.1.0
-BuildRequires: python2-oslo.utils >= 3.33.0
-BuildRequires: python2-oslotest >= 3.2.0
-BuildRequires: python2-pbr >= 2.0.0
-BuildRequires: python2-positional
-BuildRequires: python2-pycrypto >= 2.6
-BuildRequires: python2-reno >= 2.5.0
-BuildRequires: python2-requests-kerberos >= 0.6
-BuildRequires: python2-requests-mock >= 1.1.0
-BuildRequires: python2-testresources >= 2.0.0
-BuildRequires: python2-testtools >= 2.2.0
-BuildRequires: python3-PyYAML >= 3.10
-BuildRequires: python3-betamax >= 0.7.0
+BuildRequires: python2-iso8601
+BuildRequires: python2-lxml
+BuildRequires: python2-mock
+BuildRequires: python2-oauthlib
+BuildRequires: python2-os-service-types
+BuildRequires: python2-os-testr
+BuildRequires: python2-oslo.config
+BuildRequires: python2-oslo.utils
+BuildRequires: python2-oslotest
+BuildRequires: python2-pbr
+BuildRequires: python2-reno
+BuildRequires: python2-requests-kerberos
+BuildRequires: python2-requests-mock
+BuildRequires: python2-stestr
+BuildRequires: python2-testresources
+BuildRequires: python2-testtools
+BuildRequires: python3-PyYAML >= 3.12
+BuildRequires: python3-betamax
BuildRequires: python3-fixtures >= 3.0.0
-BuildRequires: python3-iso8601 >= 0.1.11
-BuildRequires: python3-lxml >= 3.4.1
-BuildRequires: python3-mock >= 2.0.0
-BuildRequires: python3-oauthlib >= 0.6.0
-BuildRequires: python3-os-testr >= 1.0.0
-BuildRequires: python3-oslo.config >= 5.1.0
-BuildRequires: python3-oslo.utils >= 3.33.0
-BuildRequires: python3-oslotest >= 3.2.0
-BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-positional
-BuildRequires: python3-pycrypto >= 2.6
-BuildRequires: python3-reno >= 2.5.0
-BuildRequires: python3-requests-kerberos >= 0.6
-BuildRequires: python3-requests-mock >= 1.1.0
-BuildRequires: python3-testresources >= 2.0.0
-BuildRequires: python3-testtools >= 2.2.0
-Requires: python-PyYAML >= 3.10
-Requires: python-iso8601 >= 0.1.11
-Requires: python-lxml >= 3.4.1
-Requires: python-oauthlib >= 0.6.0
-Requires: python-positional
+BuildRequires: python3-iso8601
+BuildRequires: python3-lxml
+BuildRequires: python3-mock
+BuildRequires: python3-oauthlib
+BuildRequires: python3-os-service-types
+BuildRequires: python3-os-testr
+BuildRequires: python3-oslo.config
+BuildRequires: python3-oslo.utils
+BuildRequires: python3-oslotest
+BuildRequires: python3-pbr
+BuildRequires: python3-reno
+BuildRequires: python3-requests-kerberos
+BuildRequires: python3-requests-mock
+BuildRequires: python3-stestr
+BuildRequires: python3-testresources
+BuildRequires: python3-testtools
+Requires: python-PyYAML >= 3.12
+Requires: python-iso8601
+Requires: python-lxml
+Requires: python-oauthlib
+Requires: python-os-service-types
Requires: python-requests >= 2.14.2
-Requires: python-requests-kerberos >= 0.6
+Requires: python-requests-kerberos
Requires: python-six >= 1.10.0
-Requires: python-stevedore >= 1.20.0
+Requires: python-stevedore
BuildArch: noarch
%python_subpackages
@@ -87,7 +87,7 @@
Summary: Documentation for OpenStack authenticating tools
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme >= 1.18.1
+BuildRequires: python-openstackdocstheme
%description -n python-keystoneauth1-doc
Documentation for OpenStack authenticating tools.
@@ -113,9 +113,7 @@
%check
rm -v keystoneauth1/tests/unit/test_hacking_checks.py
-%{python_expand rm -rf .testrepository
-ostestr
-}
+%python_exec -m stestr.cli run --black-reg
keystoneauth1.tests.unit.test_session.*.test_logger_object_passed
%files %{python_files}
%license LICENSE
++++++ _service ++++++
--- /var/tmp/diff_new_pack.pEMLFz/_old 2020-06-08 15:12:00.825005570 +0200
+++ /var/tmp/diff_new_pack.pEMLFz/_new 2020-06-08 15:12:00.829005581 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/keystoneauth1/keystoneauth1.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/rocky/openstack/keystoneauth1/keystoneauth1.spec.j2</param>
<param name="output-name">python-keystoneauth1.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/requirements/raw/branch/stable/rocky/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,keystoneauth</param>
</service>
++++++ keystoneauth1-3.4.0.tar.gz -> keystoneauth1-3.10.1.tar.gz ++++++
++++ 3711 lines of diff (skipped)