Hello community,
here is the log from the commit of package python-keystoneauth1 for
openSUSE:Factory checked in at 2017-02-21 13:39:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keystoneauth1 (Old)
and /work/SRC/openSUSE:Factory/.python-keystoneauth1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keystoneauth1"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-keystoneauth1/python-keystoneauth1.changes
2016-09-30 15:35:45.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-keystoneauth1.new/python-keystoneauth1.changes
2017-02-21 13:39:50.293260821 +0100
@@ -1,0 +2,67 @@
+Fri Feb 10 15:31:49 UTC 2017 - [email protected]
+
+- update to version 2.18.0:
+ - Allow specifying client and service info to user_agent
+ - Prevent MemoryError when logging response bodies
+ - Only log application/json in session to start
+ - Fix a typo in opts.py
+ - Fix parameters for Kerberos Auth Plugin
+ - Enable release notes translation
+ - mark a few oidc parameters as required
+ - Drop MANIFEST.in - it's not needed by pbr
+ - Remove discover from test-requirements
+ - Update reno for stable/newton
+ - Remove references to Python 3.4
+ - Raise NotImplementedError instead of NotImplemented
+ - Add Constraints support
+ - Show team and repo badges on README
+ - Use mockpatch fixtures from fixtures
+ - Replace six.iteritems() with .items()
+ - Using assertIsNotNone() instead of assertNotEqual(None)
+ - Replace yaml.load() with yaml.safe_load()
+ - be more explicit about connection errors
+ - Add test for header in Saml2 plugin
+ - Correct betamax fixture for more strict IDNA
+ - X-Serivce-Token should be hashed in the log
+ - Don't issue deprecation warning when nesting adapters
+ - Correctly Omit Response Body in Debug Mode
+ - doc: remove unused import
+ - Removes unnecessary utf-8 encoding
+ - Test that v3fedkerb plugin loads
+ - Allow setting client_name, client_version on adapter
+ - Log request-id for each api call
+ - standardize release note page ordering
+ - Fix a typo in base.py
+ - Add a service token wrapper
+ - Implement caching for the generic plugins.
+ - Add reauthenticate to generic plugins
+ - Show deprecation warning and limit features for KSC session
+ - Don't use private testtools.test module
+ - Prevent changing content type in request
+ - Add __ne__ built-in function
+ - Add a full listing of all auth plugins and there options
+ - Updated from global requirements
+ - Use comma as separator in ECP Accept HTTP header
+
+-------------------------------------------------------------------
+Tue Jan 31 07:30:54 UTC 2017 - [email protected]
+
+- update to 2.12.3:
+ * Correctly Omit Response Body in Debug Mode
+ * Use comma as separator in ECP Accept HTTP header
+ * Only log application/json content type
+ * X-Serivce-Token should be hashed in the log
+ * Don't use private testtools.test module
+
+-------------------------------------------------------------------
+Tue Nov 15 09:48:24 UTC 2016 - [email protected]
+
+- update to 2.12.2:
+ * be more explicit about connection errors
+
+-------------------------------------------------------------------
+Tue Oct 4 10:05:33 UTC 2016 - [email protected]
+
+- Fix url
+
+-------------------------------------------------------------------
Old:
----
keystoneauth1-2.12.1.tar.gz
New:
----
keystoneauth1-2.18.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keystoneauth1.spec ++++++
--- /var/tmp/diff_new_pack.SUL43E/_old 2017-02-21 13:39:50.761194808 +0100
+++ /var/tmp/diff_new_pack.SUL43E/_new 2017-02-21 13:39:50.765194244 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-keystoneauth1
#
-# 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,15 +18,15 @@
%global sname keystoneauth1
Name: python-keystoneauth1
-Version: 2.12.1
+Version: 2.18.0
Release: 0
Summary: OpenStack authenticating tools
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://launchpad.net/%{sname}
+Url: https://launchpad.net/keystoneauth
Source0:
https://pypi.io/packages/source/k/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-PyYAML >= 3.1.0
+BuildRequires: python-PyYAML >= 3.10.0
BuildRequires: python-betamax >= 0.7.0
BuildRequires: python-fixtures >= 3.0.0
BuildRequires: python-iso8601 >= 0.1.11
@@ -34,27 +34,27 @@
BuildRequires: python-mock >= 2.0
BuildRequires: python-oauthlib >= 0.6
BuildRequires: python-oslo.config >= 3.14.0
-BuildRequires: python-oslo.utils >= 3.16.0
+BuildRequires: python-oslo.utils >= 3.18.0
BuildRequires: python-oslotest >= 1.10.0
-BuildRequires: python-pbr >= 1.6
+BuildRequires: python-pbr >= 1.8
BuildRequires: python-pep8 >= 1.5.7
-BuildRequires: python-positional >= 1.0.1
+BuildRequires: python-positional >= 1.1.1
BuildRequires: python-pycrypto >= 2.6
BuildRequires: python-reno >= 1.8.0
BuildRequires: python-requests-kerberos >= 0.6
-BuildRequires: python-requests-mock >= 1.0
+BuildRequires: python-requests-mock >= 1.1
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testresources >= 0.2.4
BuildRequires: python-testtools >= 1.4.0
-Requires: python-PyYAML >= 3.1.0
+Requires: python-PyYAML >= 3.10.0
Requires: python-iso8601 >= 0.1.11
Requires: python-lxml >= 2.3
Requires: python-oauthlib >= 0.6
-Requires: python-positional >= 1.0.1
+Requires: python-positional >= 1.1.1
Requires: python-requests >= 2.10.0
Requires: python-requests-kerberos >= 0.6
Requires: python-six >= 1.9.0
-Requires: python-stevedore >= 1.16.0
+Requires: python-stevedore >= 1.17.1
BuildArch: noarch
%description
@@ -68,13 +68,14 @@
Summary: Documentation for OpenStack authenticating tools
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 2.5.0
+BuildRequires: python-oslosphinx >= 4.7.0
%description doc
Documentation for OpenStack authenticating tools.
%prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
%build
%{py2_build}
@@ -92,7 +93,7 @@
%files
%license LICENSE
-%doc AUTHORS ChangeLog README.rst
+%doc ChangeLog README.rst
%{python2_sitelib}/%{sname}
%{python2_sitelib}/*.egg-info
++++++ _service ++++++
--- /var/tmp/diff_new_pack.SUL43E/_old 2017-02-21 13:39:50.793190294 +0100
+++ /var/tmp/diff_new_pack.SUL43E/_new 2017-02-21 13:39:50.793190294 +0100
@@ -1,18 +1,12 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/keystoneauth1/keystoneauth1.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/keystoneauth1/keystoneauth1.spec.j2</param>
<param name="output-name">python-keystoneauth1.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+ <param name="changelog-email">[email protected]</param>
+ <param name="changelog-provider">gh,openstack,keystoneauth</param>
</service>
<service mode="disabled" name="download_files">
- <param name="changesgenerate">enable</param>
- </service>
- <service mode="disabled" name="set_version">
- <param name="basename">keystoneauth1</param>
- </service>
- <service name="refresh_patches" mode="disabled">
- <param name="changesgenerate">enable</param>
- </service>
- <service name="format_spec_file" mode="disabled">
</service>
+ <service name="format_spec_file" mode="disabled"/>
</services>
++++++ keystoneauth1-2.12.1.tar.gz -> keystoneauth1-2.18.0.tar.gz ++++++
++++ 2725 lines of diff (skipped)