forked from pool/python-glanceclient
Accepting request 182641 from Cloud:OpenStack:Factory
- Update to version 0.9.0.48: + Flake8 should ignore build folder + Rename invalid domain name to be RFC compliant. - Update to version 0.9.0.45: + Enable client V2 to update/delete tags for a given image. - Update to version 0.9.0.44: + Start using Pyflakes and Hacking - Only depend on python-discover on SLE, it's a Python-2.6 feature backport - fix requires of test package - tools/pip-requires changed to requirements.txt (pip's de-facto standard) - remove setBadness call from rpmlintrc - python-pbr/d2to1 requires OBS-URL: https://build.opensuse.org/request/show/182641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=6
This commit is contained in:
parent
a5caacfa83
commit
b8a2ea629a
3
_service
3
_service
@ -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">opensuse-cloud@opensuse.org</param>
|
||||
<param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
|
||||
<param name="plain-version">True</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46bfe15087437f19499c803394334a470081804f3f23f19dcc5a83608c01d383
|
||||
size 90083
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:708ecd7031b61d335624b51507607736f276504667a8a76421803cdfe2b32360
|
||||
size 94461
|
3
python-glanceclient-master.tar.gz
Normal file
3
python-glanceclient-master.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f324935b0f8888aa1acc8b91d8688040f244edea511928d5409a4f4792fc1d35
|
||||
size 102635
|
@ -1,33 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 10:49:10 UTC 2013 - dmueller@suse.com
|
||||
Mon Jul 8 23:45:21 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
- 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 - opensuse-cloud@opensuse.org
|
||||
|
||||
- Update to version 0.9.0.45:
|
||||
+ Enable client V2 to update/delete tags for a given image.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 00:18:59 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
- Update to version 0.9.0.44:
|
||||
+ Start using Pyflakes and Hacking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 09:43:46 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Only depend on python-discover on SLE, it's a Python-2.6 feature
|
||||
backport
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 09:55:33 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- fix requires of test package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 12:28:52 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- tools/pip-requires changed to requirements.txt (pip's de-facto
|
||||
standard)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 11:22:37 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- remove setBadness call from rpmlintrc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 27 22:20:17 UTC 2013 - dmueller@suse.com
|
||||
Mon May 27 08:45:20 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- version requirements properly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 09:50:04 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- python-prettytable was renamed to python-PrettyTable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 12:17:34 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.9.0
|
||||
- remove 31960f0a8584802852d97ec8ce27b5516b32d63b.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 11:44:48 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- add 31960f0a8584802852d97ec8ce27b5516b32d63b.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 10:12:08 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- downgrade to the released tarball (0.8.0)
|
||||
- python-pbr/d2to1 requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 13:43:11 UTC 2013 - dmueller@suse.com
|
||||
|
@ -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 @@ a Python API (the glanceclient module), and a command-line tool (glance).
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user