Hello community,
here is the log from the commit of package python-swiftclient for
openSUSE:Factory checked in at 2018-09-07 15:39:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-swiftclient (Old)
and /work/SRC/openSUSE:Factory/.python-swiftclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-swiftclient"
Fri Sep 7 15:39:35 2018 rev:25 rq:633122 version:3.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2018-03-19 23:36:59.848341900 +0100
+++
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes
2018-09-07 15:39:38.198521161 +0200
@@ -1,0 +2,32 @@
+Mon Sep 3 09:56:05 UTC 2018 - [email protected]
+
+- update to version 3.6.0
+ - Update reno for stable/queens
+ - show option per line
+ - Use a valid default for auth_version
+ - Remove py34 from envlist in tox.ini
+ - Remove PyPI downloads
+ - authors/changelog update for 3.6.0
+ - Update the old http doc links
+ - Add ability to generate a temporary URL with an
+ - Add close() to _RetryBody.
+ - Remove some pointless code
+ - Add option for user to enter password
+ - Remove trailing white space in tox.ini
+ - Switch from oslosphinx to openstackdocstheme
+ - Update links in README
+ - Trivial: Update pypi url to new url
+ - Make swiftclient respect region_name when using sessions
+ - Stop mutating header dicts
+ - Add bash_completion to swiftclient
+ - Drop py34 target in tox.ini
+ - Treat 404 as success when deleting segments
+ - Add a query_string option to head_object().
+ - Make OS_AUTH_URL work in DevStack by default
+ - Add force auth retry mode in swiftclient
+ - Back out some version bumps
+ - Remove unnecessary calls to parse_header_string().
+ - Properly handle unicode headers.
+ - add lower-constraints job
+
+-------------------------------------------------------------------
Old:
----
python-swiftclient-3.5.0.tar.gz
New:
----
python-swiftclient-3.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-swiftclient.spec ++++++
--- /var/tmp/diff_new_pack.V2zp4s/_old 2018-09-07 15:39:38.686520638 +0200
+++ /var/tmp/diff_new_pack.V2zp4s/_new 2018-09-07 15:39:38.686520638 +0200
@@ -17,30 +17,30 @@
Name: python-swiftclient
-Version: 3.5.0
+Version: 3.6.0
Release: 0
Summary: OpenStack Object Storage API Client Library
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://launchpad.net/python-swiftclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-swiftclient/python-swiftclient-3.5.0.tar.gz
+URL: https://launchpad.net/python-swiftclient
+Source0:
https://files.pythonhosted.org/packages/source/p/python-swiftclient/python-swiftclient-3.6.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
-BuildRequires: python2-keystoneclient >= 3.8.0
-BuildRequires: python2-mock >= 2.0.0
-BuildRequires: python2-pbr >= 2.0.0
-BuildRequires: python2-setuptools >= 16.0
-BuildRequires: python2-testrepository >= 0.0.18
-BuildRequires: python2-testscenarios >= 0.4
+BuildRequires: python2-keystoneclient
+BuildRequires: python2-mock
+BuildRequires: python2-pbr
+BuildRequires: python2-setuptools
+BuildRequires: python2-testrepository
+BuildRequires: python2-testscenarios
BuildRequires: python3-devel
-BuildRequires: python3-keystoneclient >= 3.8.0
-BuildRequires: python3-mock >= 2.0.0
-BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-setuptools >= 16.0
-BuildRequires: python3-testrepository >= 0.0.18
-BuildRequires: python3-testscenarios >= 0.4
-Requires: python-requests >= 2.14.2
-Requires: python-six >= 1.10.0
+BuildRequires: python3-keystoneclient
+BuildRequires: python3-mock
+BuildRequires: python3-pbr
+BuildRequires: python3-setuptools
+BuildRequires: python3-testrepository
+BuildRequires: python3-testscenarios
+Requires: python-requests >= 1.1.0
+Requires: python-six >= 1.9.0
BuildArch: noarch
%ifpython2
Requires: python-futures >= 3.0.0
@@ -64,7 +64,8 @@
Group: Documentation/HTML
BuildRequires: python-Sphinx
BuildRequires: python-futures >= 3.0.0
-BuildRequires: python-oslosphinx >= 4.7.0
+BuildRequires: python-openstackdocstheme
+BuildRequires: python-oslosphinx
Requires: %{name} = %{version}
%description -n python-swiftclient-doc
@@ -74,7 +75,7 @@
This package contains documentation files for %{name}.
%prep
-%autosetup -p1 -n python-swiftclient-3.5.0
+%autosetup -p1 -n python-swiftclient-3.6.0
%py_req_cleanup
%build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.V2zp4s/_old 2018-09-07 15:39:38.714520608 +0200
+++ /var/tmp/diff_new_pack.V2zp4s/_new 2018-09-07 15:39:38.714520608 +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/python-swiftclient/python-swiftclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-swiftclient/python-swiftclient.spec.j2</param>
<param name="output-name">python-swiftclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/python-swiftclient/stable/rocky/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-swiftclient</param>
</service>
++++++ python-swiftclient-3.5.0.tar.gz -> python-swiftclient-3.6.0.tar.gz ++++++
++++ 2542 lines of diff (skipped)