diff --git a/python-transaction.changes b/python-transaction.changes index d4f61b5..a73f405 100644 --- a/python-transaction.changes +++ b/python-transaction.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 4 15:53:44 UTC 2019 - Tomáš Chvátal + +- Update to 2.4.0: + * add support for python 3.7 + * many small fixes and test improvements + * For more see CHANGES.rst + ------------------------------------------------------------------- Sat Jun 24 11:52:07 UTC 2017 - aloisio@gmx.com diff --git a/python-transaction.spec b/python-transaction.spec index 7741f0a..5566227 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -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,25 @@ # 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,22 +47,12 @@ express in the interface. This could probably use more work. The semantics are 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 @@ -76,12 +62,8 @@ rm -rf transaction.egg-info %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 diff --git a/transaction-2.1.2.tar.gz b/transaction-2.1.2.tar.gz deleted file mode 100644 index f8ff797..0000000 --- a/transaction-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9bc365e7dba3877e0f6fdee32aa029b8c0c1eb4fe227f524bffd5fc46064bd5 -size 65104 diff --git a/transaction-2.4.0.tar.gz b/transaction-2.4.0.tar.gz new file mode 100644 index 0000000..1048dd4 --- /dev/null +++ b/transaction-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726059c461b9ec4e69e5bead6680667a3db01bf2adf901f23e4031228a0f9f9f +size 71514