diff --git a/fixtures-0.3.16.tar.gz b/fixtures-0.3.16.tar.gz deleted file mode 100644 index eeb54f6..0000000 --- a/fixtures-0.3.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cab74a99aec9345f3cdb41414f08f4b7d93deef0b9849ca2b2f321af9133975 -size 39153 diff --git a/fixtures-1.0.0.tar.gz b/fixtures-1.0.0.tar.gz new file mode 100644 index 0000000..0dd8e2c --- /dev/null +++ b/fixtures-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4494c4862ad99ffb8354f7456f1c9a4ba68b607d9dabb912999d4ad60c7d9f54 +size 43925 diff --git a/python-fixtures.changes b/python-fixtures.changes index a990f4c..2de8e72 100644 --- a/python-fixtures.changes +++ b/python-fixtures.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Mar 2 09:20:41 UTC 2015 - p.drouand@gmail.com + +- Disable tests and python-testrepository require to avoid a build + cycle + +------------------------------------------------------------------- +Thu Jan 8 14:06:07 UTC 2015 - tbechtold@suse.com + +- update to version 1.0.0: +* remote copy/paste from another project +* Add support for datefmt in FakeLogger +* Migrate to git and pbr +- Disable parallel builds for now due to some test failures. +- Update BuildRequires + ------------------------------------------------------------------- Mon Sep 15 09:16:54 UTC 2014 - tbechtold@suse.com diff --git a/python-fixtures.spec b/python-fixtures.spec index 752079c..76fd63b 100644 --- a/python-fixtures.spec +++ b/python-fixtures.spec @@ -1,7 +1,7 @@ # # spec file for package python-fixtures # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-fixtures -Version: 0.3.16 +Version: 1.0.0 Release: 0 Summary: Fixtures, reusable state for writing clean tests and more License: Apache-2.0 or BSD-3-Clause @@ -25,6 +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-testtools >= 0.9.22 # Test requirements: #BuildRequires: python-bzrlib.tests @@ -54,8 +56,9 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%check -python -m testtools.run discover +# Create a cycle with python-testrepository; disabled for now +#%check +#testr init && testr run %files %defattr(-,root,root,-)