diff --git a/fixtures-1.0.0.tar.gz b/fixtures-1.0.0.tar.gz deleted file mode 100644 index 0dd8e2c..0000000 --- a/fixtures-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4494c4862ad99ffb8354f7456f1c9a4ba68b607d9dabb912999d4ad60c7d9f54 -size 43925 diff --git a/fixtures-1.2.0.tar.gz b/fixtures-1.2.0.tar.gz new file mode 100644 index 0000000..93e654f --- /dev/null +++ b/fixtures-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3b677a069d9fc3eb0fbc452965ac8a6c95edc778f3bd05b789ed46d1527b01 +size 45318 diff --git a/python-fixtures.changes b/python-fixtures.changes index 2de8e72..bd47397 100644 --- a/python-fixtures.changes +++ b/python-fixtures.changes @@ -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 diff --git a/python-fixtures.spec b/python-fixtures.spec index 76fd63b..779de28 100644 --- a/python-fixtures.spec +++ b/python-fixtures.spec @@ -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,-)