Hello community,
here is the log from the commit of package python-transaction for
openSUSE:Factory checked in at 2015-05-18 22:35:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-transaction (Old)
and /work/SRC/openSUSE:Factory/.python-transaction.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-transaction"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-transaction/python-transaction.changes
2013-09-03 22:06:02.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-transaction.new/python-transaction.changes
2015-05-18 22:35:05.000000000 +0200
@@ -1,0 +2,9 @@
+Thu May 14 09:56:45 UTC 2015 - [email protected]
+
+- update to version 1.4.3:
+ * Added support for Python 3.4.
+ * release 1.4.2 (skipped)
+- switch the source archive to tar.gz
+- pass -q to the test to avoid spamming the build log
+
+-------------------------------------------------------------------
Old:
----
transaction-1.4.1.zip
New:
----
transaction-1.4.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-transaction.spec ++++++
--- /var/tmp/diff_new_pack.EYLMVn/_old 2015-05-18 22:35:06.000000000 +0200
+++ /var/tmp/diff_new_pack.EYLMVn/_new 2015-05-18 22:35:06.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-transaction
#
-# Copyright (c) 2013 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,13 +17,13 @@
Name: python-transaction
-Version: 1.4.1
+Version: 1.4.3
Release: 0
Summary: Transaction management for Python
License: ZPL-2.1
Group: Development/Libraries/Python
Url: http://www.zope.org/Products/ZODB
-Source:
https://pypi.python.org/packages/source/t/transaction/transaction-%{version}.zip
+Source:
https://pypi.python.org/packages/source/t/transaction/transaction-%{version}.tar.gz
BuildRequires: python-setuptools
BuildRequires: python-zope.interface
BuildRequires: unzip
@@ -67,7 +67,7 @@
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
-python setup.py test
+python setup.py -q test
%files
%defattr(-,root,root)