Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-transaction for openSUSE:Factory checked in at 2021-01-18 11:26:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-transaction (Old) and /work/SRC/openSUSE:Factory/.python-transaction.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-transaction" Mon Jan 18 11:26:29 2021 rev:25 rq:862914 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-transaction/python-transaction.changes 2020-05-04 18:34:03.344261109 +0200 +++ /work/SRC/openSUSE:Factory/.python-transaction.new.28504/python-transaction.changes 2021-01-18 11:26:42.520465168 +0100 @@ -1,0 +2,10 @@ +Wed Jan 13 14:19:23 UTC 2021 - pgaj...@suse.com + +- version update to 3.0.1 + - Exception raised by a before commit hook is no longer hidden. No + further commit hooks are called and exception is propagated to + the caller of ``commit()``. See + `#95 <https://github.com/zopefoundation/transaction/pull/95>`_. +- use %pytest macro + +------------------------------------------------------------------- Old: ---- transaction-3.0.0.tar.gz New: ---- transaction-3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-transaction.spec ++++++ --- /var/tmp/diff_new_pack.GdX0fv/_old 2021-01-18 11:26:43.132466546 +0100 +++ /var/tmp/diff_new_pack.GdX0fv/_new 2021-01-18 11:26:43.140466564 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-transaction # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-transaction -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: Transaction management for Python License: ZPL-2.1 URL: https://github.com/zopefoundation/transaction Source: https://files.pythonhosted.org/packages/source/t/transaction/transaction-%{version}.tar.gz +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.interface} BuildRequires: fdupes @@ -57,7 +58,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE.txt ++++++ transaction-3.0.0.tar.gz -> transaction-3.0.1.tar.gz ++++++ ++++ 11755 lines of diff (skipped)