Hello community,
here is the log from the commit of package python3-transaction for
openSUSE:Factory checked in at 2016-05-16 12:04:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
and /work/SRC/openSUSE:Factory/.python3-transaction.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-transaction"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes
2015-05-26 12:34:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes
2016-05-16 12:04:18.000000000 +0200
@@ -1,0 +2,19 @@
+Sun May 15 04:33:48 UTC 2016 - [email protected]
+
+- specfile:
+ * remove some *~ files from tar-ball
+
+- update to version 1.5.0:
+ * Drop support for Python 2.6 and 3.2.
+ * Add support for Python 3.5.
+ * Added APIs for interogating and clearing internal state to support
+ client tests
+
+-------------------------------------------------------------------
+Sun May 8 07:07:00 UTC 2016 - [email protected]
+
+- specfile:
+ * changed to https for source url
+ * updated source url to files.pythonhosted.org
+
+-------------------------------------------------------------------
Old:
----
transaction-1.4.4.tar.gz
New:
----
transaction-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-transaction.spec ++++++
--- /var/tmp/diff_new_pack.UDMlVT/_old 2016-05-16 12:04:19.000000000 +0200
+++ /var/tmp/diff_new_pack.UDMlVT/_new 2016-05-16 12:04:19.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-transaction
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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: python3-transaction
-Version: 1.4.4
+Version: 1.5.0
Release: 0
Summary: Transaction management for Python
License: ZPL-2.1
Group: Development/Libraries/Python
Url: https://pypi.python.org/pypi/transaction
-Source:
http://pypi.python.org/packages/source/t/transaction/transaction-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/t/transaction/transaction-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: python3-distribute
@@ -43,6 +43,7 @@
%prep
%setup -q -n transaction-%{version}
+rm */*~ */*/*~ # some backup files in tar ball for v1.5.0
%build
python3 setup.py build
++++++ transaction-1.4.4.tar.gz -> transaction-1.5.0.tar.gz ++++++
++++ 2361 lines of diff (skipped)