Hello community,
here is the log from the commit of package python-swiftclient for
openSUSE:Factory checked in at 2017-02-21 13:44:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-swiftclient (Old)
and /work/SRC/openSUSE:Factory/.python-swiftclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-swiftclient"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2016-10-13 11:31:24.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes
2017-02-21 13:44:11.456417521 +0100
@@ -1,0 +2,41 @@
+Mon Feb 13 11:37:06 UTC 2017 - [email protected]
+
+- update to version 3.3.0:
+ - Remove redundant space in docstring
+ - Update help text around container ACL syntax
+ - remove swiftclient/openstack/common/* in the .coveragerc
+ - prefix-based tempurls support
+ - Adding keystoneauth sessions support
+ - Fix typo in shell.py
+ - Add v1password keystoneauth plugin
+ - TrivialFix: Removed redundant 'the'
+ - Add Constraints support
+ - Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'
+ - Show team and repo badges on README
+ - modify 'swift <sub_command> —help' display
+ - Installs futures only for python 2.7 and 2.6
+ - Fix intermittent test failure
+ - Make object option dependent on container in usage strings
+ - Fixed inconsistent positional arguments naming
+ - Replace assertTrue(a in b) with assertIn(a, b)
+ - Correct the example keystone session code imports
+ - Change Examples from headings to topics
+ - Typo fix
+ - 3.3.0 authors/changelog update
+ - Use ConfigParser instead of SafeConfigParser
+ - Fix 'url' to 'URL'
+ - Accept more types of input for headers/meta
+ - Make tempurl subcommand insist on whole number seconds
+ - add pypy to the bindep "test" profile
+ - Require newer version of oslosphinx
+ - Make tempurl command check for valid object path
+ - Add commands examples for copy and delete
+ - Enable code coverage report in console output
+ - Low-level API: Don't log just before raising an exception
+ - Make options arguments truely optional
+ - Add additional headers for HEAD/GET/DELETE requests.
+ - 3.2.0 release notes
+ - Make functests py3-compatible
+ - Fix order of arguments in assertIs
+
+-------------------------------------------------------------------
Old:
----
python-swiftclient-3.1.0.tar.gz
New:
----
python-swiftclient-3.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-swiftclient.spec ++++++
--- /var/tmp/diff_new_pack.LJ8qnK/_old 2017-02-21 13:44:12.456276466 +0100
+++ /var/tmp/diff_new_pack.LJ8qnK/_new 2017-02-21 13:44:12.460275901 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-swiftclient
#
-# 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,7 +18,7 @@
%global sname python-swiftclient
Name: python-swiftclient
-Version: 3.1.0
+Version: 3.3.0
Release: 0
Summary: OpenStack Object Storage API Client Library
License: Apache-2.0
@@ -27,9 +27,9 @@
Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
-BuildRequires: python-keystoneclient >= 2.0.0
+BuildRequires: python-keystoneclient >= 3.8.0
BuildRequires: python-mock >= 2.0
-BuildRequires: python-pbr >= 1.6
+BuildRequires: python-pbr >= 1.8
BuildRequires: python-setuptools >= 16.0
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
@@ -47,7 +47,7 @@
Group: Documentation/HTML
BuildRequires: python-Sphinx
BuildRequires: python-futures >= 3.0
-BuildRequires: python-oslosphinx >= 2.5.0
+BuildRequires: python-oslosphinx >= 4.7.0
Requires: %{name} = %{version}
%description doc
@@ -57,7 +57,8 @@
This package contains documentation files for %{name}.
%prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
%build
%py2_build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.LJ8qnK/_old 2017-02-21 13:44:12.488271951 +0100
+++ /var/tmp/diff_new_pack.LJ8qnK/_new 2017-02-21 13:44:12.488271951 +0100
@@ -1,13 +1,12 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-swiftclient/python-swiftclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/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/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,python-swiftclient</param>
</service>
<service mode="disabled" name="download_files">
- <param name="changesgenerate">enable</param>
</service>
- <service name="refresh_patches" mode="disabled">
- <param name="changesgenerate">enable</param>
- </service>
-</services>
\ No newline at end of file
+ <service name="format_spec_file" mode="disabled"/>
+</services>
++++++ python-swiftclient-3.1.0.tar.gz -> python-swiftclient-3.3.0.tar.gz ++++++
++++ 3637 lines of diff (skipped)