Hello community,
here is the log from the commit of package python-glanceclient for
openSUSE:Factory checked in at 2013-07-22 13:15:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-glanceclient (Old)
and /work/SRC/openSUSE:Factory/.python-glanceclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-glanceclient"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes
2013-06-13 21:41:19.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes
2013-07-22 13:48:19.000000000 +0200
@@ -2 +2 @@
-Wed May 29 10:49:10 UTC 2013 - [email protected]
+Mon Jul 8 23:45:21 UTC 2013 - [email protected]
@@ -4 +4,9 @@
-- remove setBadness call from rpmlintrc
+- Update to version 0.9.0.48:
+ + Flake8 should ignore build folder
+ + Rename invalid domain name to be RFC compliant.
+
+-------------------------------------------------------------------
+Fri Jul 5 23:43:24 UTC 2013 - [email protected]
+
+- Update to version 0.9.0.45:
+ + Enable client V2 to update/delete tags for a given image.
@@ -7 +15 @@
-Mon May 27 22:20:17 UTC 2013 - [email protected]
+Tue Jul 2 00:18:59 UTC 2013 - [email protected]
@@ -9 +17,2 @@
-- version requirements properly
+- Update to version 0.9.0.44:
+ + Start using Pyflakes and Hacking
@@ -12 +21 @@
-Tue Apr 30 09:50:04 UTC 2013 - [email protected]
+Thu Jun 27 09:43:46 UTC 2013 - [email protected]
@@ -14 +23,2 @@
-- python-prettytable was renamed to python-PrettyTable
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+ backport
@@ -17 +27 @@
-Mon Apr 22 12:17:34 UTC 2013 - [email protected]
+Wed Jun 12 09:55:33 UTC 2013 - [email protected]
@@ -19,2 +29 @@
-- update to 0.9.0
-- remove 31960f0a8584802852d97ec8ce27b5516b32d63b.diff
+- fix requires of test package
@@ -23 +32 @@
-Wed Apr 3 11:44:48 UTC 2013 - [email protected]
+Tue Jun 4 12:28:52 UTC 2013 - [email protected]
@@ -25 +34,7 @@
-- add 31960f0a8584802852d97ec8ce27b5516b32d63b.diff
+- tools/pip-requires changed to requirements.txt (pip's de-facto
+ standard)
+
+-------------------------------------------------------------------
+Wed May 29 11:22:37 UTC 2013 - [email protected]
+
+- remove setBadness call from rpmlintrc
@@ -28 +43 @@
-Tue Apr 2 10:12:08 UTC 2013 - [email protected]
+Mon May 27 08:45:20 UTC 2013 - [email protected]
@@ -30 +45 @@
-- downgrade to the released tarball (0.8.0)
+- python-pbr/d2to1 requires
Old:
----
python-glanceclient-0.8.0.tar.gz
python-glanceclient-0.9.0.tar.gz
New:
----
python-glanceclient-master.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-glanceclient.spec ++++++
--- /var/tmp/diff_new_pack.BgscQG/_old 2013-07-22 13:48:20.000000000 +0200
+++ /var/tmp/diff_new_pack.BgscQG/_new 2013-07-22 13:48:20.000000000 +0200
@@ -19,32 +19,35 @@
%define component glanceclient
Name: python-glanceclient
-Version: 0.9.0
+Version: 0.9.0.48
Release: 0
Summary: Openstack Image (Glance) API Client
License: Apache-2.0
Group: Development/Languages/Python
Url: http://launchpad.net/python-glanceclient
-Source: python-glanceclient-0.9.0.tar.gz
+Source: python-glanceclient-master.tar.gz
Source2: openstack-glance.sh
BuildRequires: openstack-suse-macros
BuildRequires: python-base
-BuildRequires: python-distribute
# Documentation build requirements:
BuildRequires: python-PrettyTable
BuildRequires: python-Sphinx
+BuildRequires: python-d2to1
BuildRequires: python-iso8601
BuildRequires: python-keystoneclient
+BuildRequires: python-pbr
BuildRequires: python-pyOpenSSL
BuildRequires: python-warlock
Requires: python >= 2.6.8
Requires: python-argparse
# /usr/bin/glance uses pkg_resources, thus:
Requires: python-PrettyTable >= 0.6
-Requires: python-distribute
+Requires: python-d2to1 >= 0.2.10
Requires: python-keystoneclient >= 0.1.2
+Requires: python-pbr >= 0.5
Requires: python-pyOpenSSL
Requires: python-warlock >= 0.7.0
+
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()")}
@@ -60,24 +63,27 @@
Summary: Openstack Image (Glance) API Client - Testsuite
Group: System/Management
Requires: %{name} = %{version}
+Requires: python-coverage
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+Requires: python-discover
+%endif
+Requires: python-flake8 >= 2.0
+Requires: python-hacking >= 0.5.3
+Requires: python-mock >= 0.8.0
Requires: python-mox
-Requires: python-nose
-Requires: python-nose-exclude
-Requires: python-nosehtmloutput
-Requires: python-nosexcover
-Requires: python-openstack.nose_plugin
-Requires: python-pep8 >= 1.3.3
+Requires: python-pep8 >= 1.4.5
+Requires: python-pyflakes >= 0.7.2
+Requires: python-testrepository >= 0.0.13
Requires: python-testtools >= 0.9.22
-Requires: python-tox
%description test
This package contains testsuite files for %{name}.
%prep
-%setup -q -n python-glanceclient-0.9.0
+%setup -q -n python-glanceclient-0.9.0.48.g8427208
%openstack_cleanup_prep
# Our package versioning scheme is different (but we provide the correct
thing) thus:
-sed -i "s|python-keystoneclient>=0.1.2,<1|python-keystoneclient|"
tools/pip-requires
+sed -i "s|python-keystoneclient>=0.1.2,<1|python-keystoneclient|"
requirements.txt
%build
python setup.py build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.BgscQG/_old 2013-07-22 13:48:20.000000000 +0200
+++ /var/tmp/diff_new_pack.BgscQG/_new 2013-07-22 13:48:20.000000000 +0200
@@ -1,7 +1,8 @@
<services>
<service name="git_tarballs" mode="disabled">
- <param
name="url">http://tarballs.openstack.org/python-glanceclient/python-glanceclient-0.9.0.tar.gz</param>
+ <param
name="url">http://tarballs.openstack.org/python-glanceclient/python-glanceclient-master.tar.gz</param>
<param name="email">[email protected]</param>
+ <param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
<param name="plain-version">True</param>
</service>
</services>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]