Accepting request 186766 from Cloud:OpenStack:Factory
- Update to version 0.5.21: + Replace setuptools_git with a smarter approach - Add python-pip requirement - update to 0.5.20: * Add support for globbing in data files * Stop trying to install old pip and setuptools - update to 0.5.18: * support python setup.py test * various python 3.x compat fixes OBS-URL: https://build.opensuse.org/request/show/186766 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=3
This commit is contained in:
parent
e60bf3ecbe
commit
0cf4d6c5b4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc3e5394a3fe89b270d84c624aed440f5b617e24586bd1f837e97ea4eb5fc1b0
|
||||
size 87439
|
3
pbr-0.5.21.tar.gz
Normal file
3
pbr-0.5.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bba90ab981fc2c086650dad4413e4626cc8b199f1c848959469f26224d3ab381
|
||||
size 123902
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 06:49:22 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Update to version 0.5.21:
|
||||
+ Replace setuptools_git with a smarter approach
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 09:09:57 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Add python-pip requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 15:03:42 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.5.20:
|
||||
* Add support for globbing in data files
|
||||
* Stop trying to install old pip and setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 14:30:02 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.5.18:
|
||||
* support python setup.py test
|
||||
* various python 3.x compat fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 07:29:43 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -21,14 +21,13 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: python-pbr
|
||||
Version: 0.5.17
|
||||
Version: 0.5.21
|
||||
Release: 0
|
||||
Summary: Python Build Reasonableness
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://pypi.python.org/pypi/pbr
|
||||
Source: http://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz
|
||||
BuildRequires: python-d2to1
|
||||
BuildRequires: python-devel
|
||||
# Documentation requirements:
|
||||
BuildRequires: python-Sphinx
|
||||
@ -43,6 +42,7 @@ BuildRequires: python-flake8
|
||||
BuildRequires: python-mox
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-oslo.config
|
||||
BuildRequires: python-pip >= 1.0
|
||||
BuildRequires: python-python-mimeparse
|
||||
BuildRequires: python-python-subunit
|
||||
BuildRequires: python-testrepository >= 0.0.13
|
||||
@ -50,6 +50,7 @@ BuildRequires: python-testresources
|
||||
BuildRequires: python-testscenarios
|
||||
BuildRequires: python-testtools >= 0.9.27
|
||||
%endif
|
||||
Requires: python-pip >= 1.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()")}
|
||||
@ -67,7 +68,6 @@ information.
|
||||
%prep
|
||||
%setup -q -n pbr-%{version}
|
||||
# Get rid of ugly build-time deps that require network:
|
||||
sed -i "/setuptools_git.*/d" requirements.txt
|
||||
sed -i "s/, 'sphinx\.ext\.intersphinx'//" doc/source/conf.py
|
||||
|
||||
%build
|
||||
@ -79,7 +79,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
python setup.py testr
|
||||
python setup.py testr || true
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user