diff --git a/_service b/_service index 41f0e71..1492859 100644 --- a/_service +++ b/_service @@ -1,7 +1,8 @@ - http://tarballs.openstack.org/python-cinderclient/python-cinderclient-1.0.3.tar.gz + http://tarballs.openstack.org/python-cinderclient/python-cinderclient-master.tar.gz opensuse-cloud@opensuse.org + .*-([^-]+)\.g[a-zA-Z0-9]{7} True diff --git a/python-cinderclient-1.0.3.tar.gz b/python-cinderclient-1.0.3.tar.gz deleted file mode 100644 index 6f058a9..0000000 --- a/python-cinderclient-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cc03f68a93a014d8ece1ed3bc7c37a6de79d08e29abfd97f185a5f412c7ce1a -size 95773 diff --git a/python-cinderclient-master.tar.gz b/python-cinderclient-master.tar.gz new file mode 100644 index 0000000..d2735ea --- /dev/null +++ b/python-cinderclient-master.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879eb31dfe3483a5307eba386cc07d22ad0af4a61837306afb1b1573cc462acd +size 106064 diff --git a/python-cinderclient.changes b/python-cinderclient.changes index b04dd1b..6799e10 100644 --- a/python-cinderclient.changes +++ b/python-cinderclient.changes @@ -1,18 +1,30 @@ ------------------------------------------------------------------- -Wed May 29 10:48:37 UTC 2013 - dmueller@suse.com +Wed Jun 26 22:26:45 UTC 2013 - dmueller@suse.com + +- update requires + +------------------------------------------------------------------- +Wed May 29 11:21:43 UTC 2013 - dmueller@suse.com - remove setBadness call from rpmlintrc +------------------------------------------------------------------- +Mon May 27 09:49:50 UTC 2013 - speilicke@suse.com + +- Add new build dependencies: + + python-pbr + + python-d2to1 + ------------------------------------------------------------------- Mon May 6 11:29:42 UTC 2013 - dmueller@suse.com -- update requires to python-PrettyTable +- update requires to python-PrettyTable ------------------------------------------------------------------- Tue Apr 2 09:46:11 UTC 2013 - dmueller@suse.com - update to 1.0.3: - + Released version of the tarball + + Released version of the tarball ------------------------------------------------------------------- Mon Mar 18 10:42:23 UTC 2013 - speilicke@suse.com diff --git a/python-cinderclient.spec b/python-cinderclient.spec index 534702a..0e27ee4 100644 --- a/python-cinderclient.spec +++ b/python-cinderclient.spec @@ -19,27 +19,37 @@ %define component cinderclient Name: python-%{component} -Version: 1.0.3 +Version: 1.0.4.49 Release: 0 Summary: Openstack Block Storage (Cinder) API Client License: Apache-2.0 Group: Development/Languages/Python Url: http://launchpad.net/python-cinderclient -Source: python-cinderclient-1.0.3.tar.gz +Source: python-cinderclient-master.tar.gz BuildRequires: openstack-suse-macros BuildRequires: python-base -BuildRequires: python-distribute +BuildRequires: python-d2to1 +BuildRequires: python-pbr # Documentation build requirements: BuildRequires: python-PrettyTable BuildRequires: python-Sphinx BuildRequires: python-requests +%if 0%{?suse_version} <= 1110 +Requires: python-discover +%endif Requires: python >= 2.6.8 +Requires: python-PrettyTable >= 0.6 Requires: python-argparse -# /usr/bin/cinder uses pkg_resources, thus: -Requires: python-PrettyTable -Requires: python-distribute +Requires: python-coverage >= 3.6 +Requires: python-d2to1 >= 0.2.10 +Requires: python-flake8 >= 2.0 +Requires: python-pbr >= 0.5 +Requires: python-pyflakes >= 0.7.2 +Requires: python-python-subunit Requires: python-requests >= 0.8 -Requires: python-simplejson +Requires: python-simplejson >= 2.0.9 +Requires: python-six +Requires: python-testtools >= 0.9.29 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()")} @@ -64,20 +74,17 @@ This package contains documentation files for %{name}. Summary: Openstack Block Storage (Cinder) API Client - Testsuite Group: Development/Languages/Python Requires: %{name} = %{version} -Requires: python-fixtures -Requires: python-mock -Requires: python-nose -Requires: python-nosehtmloutput -Requires: python-nosexcover -Requires: python-openstack.nose_plugin -Requires: python-pep8 >= 1.3.3 +Requires: python-fixtures >= 0.3.12 +Requires: python-hacking >= 0.5.3 +Requires: python-mock >= 0.8.0 +Requires: python-pep8 >= 1.4.5 Requires: python-testrepository >= 0.0.13 %description test This package contains testsuite files for %{name}. %prep -%setup -q -n python-cinderclient-1.0.3 +%setup -q -n python-cinderclient-1.0.4.49.g273a829 %openstack_cleanup_prep echo %{version} > cinderclient/versioninfo