Hello community,
here is the log from the commit of package python-transaction for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-transaction (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-transaction.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-transaction"
Mon Mar 2 13:24:10 2020 rev:11 rq:777231 version:2.4.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-transaction/python-transaction.changes
2020-01-15 15:53:53.711613442 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-transaction.new.26092/python-transaction.changes
2020-03-02 13:24:11.182497261 +0100
@@ -1,0 +2,13 @@
+Mon Oct 14 14:47:30 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
+Mon Mar 4 15:53:44 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.4.0:
+ * add support for python 3.7
+ * many small fixes and test improvements
+ * For more see CHANGES.rst
+
+-------------------------------------------------------------------
Old:
----
transaction-2.1.2.tar.gz
New:
----
transaction-2.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-transaction.spec ++++++
--- /var/tmp/diff_new_pack.f1DkS6/_old 2020-03-02 13:24:12.306499496 +0100
+++ /var/tmp/diff_new_pack.f1DkS6/_new 2020-03-02 13:24:12.346499575 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-transaction
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,29 +12,24 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-transaction
-Version: 2.1.2
+Version: 2.4.0
Release: 0
Summary: Transaction management for Python
License: ZPL-2.1
-Group: Development/Libraries/Python
-Url: http://www.zope.org/Products/ZODB
+URL: https://github.com/zopefoundation/transaction
Source:
https://files.pythonhosted.org/packages/source/t/transaction/transaction-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zope.interface}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-zope.interface
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-# SECTION Documentation requirements
-BuildRequires: python3-Sphinx
-BuildRequires: python3-repoze.sphinx.autointerface
# /SECTION
# SECTION Test requirements
BuildRequires: %{python_module mock}
@@ -51,37 +46,23 @@
presented in detail through examples of a sample data manager in
transaction.tests.test_SampleDataManager.
-%package -n %{name}-doc
-Summary: Transaction management for Python
-Group: Development/Libraries/Python
-Requires: %{name} = %{version}
-Provides: %{python_module transaction-doc == %{version}}
-
-%description -n %{name}-doc
-This package contains documentation files for %{name}.
-
%prep
%setup -q -n transaction-%{version}
rm -rf transaction.egg-info
%build
%python_build
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py -q test
%files %{python_files}
-%defattr(-,root,root)
-%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGES.rst COPYRIGHT.txt README.rst
%{python_sitelib}/*
-%files -n %{name}-doc
-%defattr(-,root,root,-)
-%doc build/sphinx/html/
-
%changelog
++++++ transaction-2.1.2.tar.gz -> transaction-2.4.0.tar.gz ++++++
++++ 3037 lines of diff (skipped)