Hello community,
here is the log from the commit of package python-swiftclient for
openSUSE:Factory checked in at 2013-06-14 15:48:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-05-27 09:58:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes
2013-06-14 15:48:10.000000000 +0200
@@ -1,2 +1,2 @@
---------------------------------------------------------------------
-Mon Apr 22 13:45:03 UTC 2013 - [email protected]
+-------------------------------------------------------------------
+Wed May 29 10:52:30 UTC 2013 - [email protected]
@@ -4,3 +4,17 @@
-- Update to version 1.2.0.26.gf65f96b:
- + Add --insecure option to fix bug #1077869
- + Add --os-cacert
+- remove setBadness call from rpmlintrc
+- fix buildrequires
+
+-------------------------------------------------------------------
+Mon Apr 22 12:26:22 UTC 2013 - [email protected]
+
+- update to 1.4.0
+
+-------------------------------------------------------------------
+Tue Apr 2 10:13:14 UTC 2013 - [email protected]
+
+- downgrade to released version (1.3.0)
+
+-------------------------------------------------------------------
+Mon Mar 18 10:45:11 UTC 2013 - [email protected]
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
@@ -9 +23 @@
-Sun Apr 21 17:55:46 UTC 2013 - [email protected]
+Tue Mar 5 17:18:59 UTC 2013 - [email protected]
@@ -11,10 +25 @@
-- Update to version 1.3.0.20.g2d97609+git.1366566946.2d97609:
- + Add --os-cacert
- + Use testtools as base class for test cases.
- + Fix debug feature and add --debug to swift.
- + Add env[SWIFTCLIENT_INSECURE]
- + Add generated files to .gitignore.
- + Update to latest oslo version/setup.
- + Fix reporting version.
- + Use testr instead of nose.
- + Print useful message when keystoneclient is not installed
+- Update to version 1.3.0.10+git.1362503939.999e1c0:
@@ -24,6 +29,51 @@
- + Allow v2 to use storage_url/storage_token directly
- + Allow user to specify headers at the command line.
- + Enhance put_object to inform when chunk is ignored
- + Fixed pep8 errors in test directory.
- + Improve auth option help
- + Static large object support.
+
+-------------------------------------------------------------------
+Fri Feb 22 11:25:38 UTC 2013 - [email protected]
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+--------------------------------------------------------------------
+Mon Feb 11 15:13:20 UTC 2013 - [email protected]
+
+- Update to version 1.3.0.5+git.1360595600.4ac431a:
+ + Print useful message when keystoneclient is not installed
+
+--------------------------------------------------------------------
+Mon Feb 4 12:12:57 UTC 2013 - [email protected]
+
+- Update to version 1.3.0.4+git.1359979977.b5f222b:
+ + Fix reporting version.
+ + Use testr instead of nose.
+
+--------------------------------------------------------------------
+Wed Jan 23 16:43:42 UTC 2013 - [email protected]
+
+- Update to version 1.1.1.58+git.1358959422.bf09dd9:
+ + Update to latest oslo version/setup.
+
+-------------------------------------------------------------------
+Thu Jan 17 14:08:20 UTC 2013 - [email protected]
+
+- Use version-regexp param for git_tarballs service to avoid
+ uselessly including the last git commit id twice.
+
+-------------------------------------------------------------------
+Mon Jan 14 15:06:18 UTC 2013 - [email protected]
+
+- (Build)Require python-pyOpenSSL instead of M2Crypto (to get the
+ ssl Python base module)
+
+-------------------------------------------------------------------
+Mon Jan 14 14:42:43 UTC 2013 - [email protected]
+
+- Fix requirement on python-simplejson
+
+--------------------------------------------------------------------
+Mon Jan 14 13:18:10 UTC 2013 - [email protected]
+
+- Update to version 1.2.0.30.g3d04363+git.1358165890.3d04363:
+ + Add env[SWIFTCLIENT_INSECURE]
+ + Fix debug feature and add --debug to swift.
+ + Use testtools as base class for test cases.
+ + Add --os-cacert
+- Updated requirements
Old:
----
python-swiftclient-1.2.0.26.gf65f96b.tar.gz
New:
----
python-swiftclient-1.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-swiftclient.spec ++++++
--- /var/tmp/diff_new_pack.7QB1z7/_old 2013-06-14 15:48:11.000000000 +0200
+++ /var/tmp/diff_new_pack.7QB1z7/_new 2013-06-14 15:48:11.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-swiftclient
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,21 +19,22 @@
%define component swiftclient
Name: python-%{component}
-Version: 1.2.0.26.gf65f96b
+Version: 1.4.0
Release: 0
-License: Apache-2.0
Summary: Openstack Object Storage (Swift) API Client
-Url: http://launchpad.net/python-swiftclient
+License: Apache-2.0
Group: Development/Languages/Python
-Source: python-swiftclient-1.2.0.26.gf65f96b.tar.gz
-BuildRequires: openstack-macros
-BuildRequires: python-base
+Url: http://launchpad.net/python-swiftclient
+Source: python-swiftclient-1.4.0.tar.gz
+BuildRequires: openstack-suse-macros
+BuildRequires: python
BuildRequires: python-distribute
-BuildRequires: python-M2Crypto
+BuildRequires: python-pyOpenSSL
# Packages below are only needed for documentation build
BuildRequires: python-Sphinx
Requires: python >= 2.6.8
-Requires: python-M2Crypto
+Requires: python-pyOpenSSL
+Requires: python-simplejson
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -50,6 +51,7 @@
OpenStack's swift.
%package doc
+
Summary: Openstack Object Storage (Swift) API Client - Documentation
Group: Documentation/HTML
Requires: %{name} = %{version}
@@ -58,29 +60,32 @@
This package contains documentation files for %{name}.
%package test
+
Summary: Openstack Object Storage (Swift) API Client - Testsuite
Group: System/Management
Requires: %{name} = %{version}
-Requires: python-nose
-Requires: python-unittest2
-Requires: python-tox
+Requires: python-eventlet
+Requires: python-keystoneclient
+Requires: python-nosexcover
+Requires: python-openstack.nose_plugin
+Requires: python-pep8
+Requires: python-testtools >= 0.9.22
%description test
This package contains testsuite files for %{name}.
%prep
-%setup -q -n python-swiftclient-1.2.0.26.gf65f96b
+%setup -q -n python-swiftclient-1.4.0
%openstack_cleanup_prep
%build
python setup.py build
python setup.py build_sphinx
+rm -rf doc/build/html/{.buildinfo,.doctrees}
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-rm -rf doc/build/html/{.buildinfo,.doctrees}
-
# test package
%openstack_test_package_install
++++++ _service ++++++
--- /var/tmp/diff_new_pack.7QB1z7/_old 2013-06-14 15:48:11.000000000 +0200
+++ /var/tmp/diff_new_pack.7QB1z7/_new 2013-06-14 15:48:11.000000000 +0200
@@ -1,6 +1,6 @@
<services>
<service name="git_tarballs" mode="disabled">
- <param
name="url">http://tarballs.openstack.org/python-swiftclient/python-swiftclient-1.2.0.26.gf65f96b.tar.gz</param>
+ <param
name="url">http://tarballs.openstack.org/python-swiftclient/python-swiftclient-1.4.0.tar.gz</param>
<param name="email">[email protected]</param>
<param name="plain-version">True</param>
</service>
++++++ python-swiftclient-1.2.0.26.gf65f96b.tar.gz ->
python-swiftclient-1.4.0.tar.gz ++++++
++++ 2354 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]