14
0

Accepting request 305435 from home:benoit_monin:branches:devel:languages:python

- update to version 1.2.0
- set a minimum version for python-pbr
- reenable the tests via make check: python-testrepository is not needed anymore

OBS-URL: https://build.opensuse.org/request/show/305435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=19
This commit is contained in:
Jan Matejek
2015-05-07 11:52:56 +00:00
committed by Git OBS Bridge
parent ae90e36163
commit 501af1c1a5
4 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4494c4862ad99ffb8354f7456f1c9a4ba68b607d9dabb912999d4ad60c7d9f54
size 43925

3
fixtures-1.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb3b677a069d9fc3eb0fbc452965ac8a6c95edc778f3bd05b789ed46d1527b01
size 45318

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 5 11:20:23 UTC 2015 - benoit.monin@gmx.fr
- update to version 1.2.0:
* Release 1.2.0
* Add a warnings module capture fixure
* Use universal wheels
- additional changes from version 1.1.0:
* Release 1.1.0 and use pbr 0.11 features
* Missing NEWS entry
* add tox.ini file
* Fixed test performance on Python 3.5
* Add NEWS for FakeLogger formatter
* allow the specification of a custom log formatter
- set a minimum version for python-pbr
- reenable the tests via make check:
python-testrepository is not needed anymore
-------------------------------------------------------------------
Mon Mar 2 09:20:41 UTC 2015 - p.drouand@gmail.com

View File

@@ -17,7 +17,7 @@
Name: python-fixtures
Version: 1.0.0
Version: 1.2.0
Release: 0
Summary: Fixtures, reusable state for writing clean tests and more
License: Apache-2.0 or BSD-3-Clause
@@ -25,11 +25,8 @@ Group: Development/Languages/Python
Url: https://launchpad.net/python-fixtures
Source: http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-pbr
#BuildRequires: python-testrepository
BuildRequires: python-pbr >= 0.11
BuildRequires: python-testtools >= 0.9.22
# Test requirements:
#BuildRequires: python-bzrlib.tests
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: python-discover
@@ -56,9 +53,8 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# Create a cycle with python-testrepository; disabled for now
#%check
#testr init && testr run
%check
make check
%files
%defattr(-,root,root,-)