Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2015-03-03 11:15:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fixtures (Old)
 and      /work/SRC/openSUSE:Factory/.python-fixtures.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fixtures"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2014-09-17 17:25:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes     
2015-03-03 11:15:44.000000000 +0100
@@ -1,0 +2,16 @@
+Mon Mar  2 09:20:41 UTC 2015 - [email protected]
+
+- Disable tests and python-testrepository require to avoid a build
+  cycle
+
+-------------------------------------------------------------------
+Thu Jan  8 14:06:07 UTC 2015 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  fixtures-0.3.16.tar.gz

New:
----
  fixtures-1.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-fixtures.spec ++++++
--- /var/tmp/diff_new_pack.XjSUo1/_old  2015-03-03 11:15:45.000000000 +0100
+++ /var/tmp/diff_new_pack.XjSUo1/_new  2015-03-03 11:15:45.000000000 +0100
@@ -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 @@
 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 @@
 %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,-)

++++++ fixtures-0.3.16.tar.gz -> fixtures-1.0.0.tar.gz ++++++
++++ 7190 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to