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 2024-10-29 14:35:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-transaction (Old)
 and      /work/SRC/openSUSE:Factory/.python-transaction.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-transaction"

Tue Oct 29 14:35:31 2024 rev:28 rq:1218881 version:5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-transaction/python-transaction.changes    
2023-06-12 15:24:43.870441362 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-transaction.new.2020/python-transaction.changes
  2024-10-29 14:36:06.071894989 +0100
@@ -1,0 +2,12 @@
+Mon Oct 28 22:11:22 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 5.0:
+  * Add final support for Python 3.13.
+  * Drop support for Python 3.7.
+  * Drop support for Python 2.7, 3.5, 3.6.
+  * Drop support for deprecated python setup.py test..
+  * Add support for Python 3.12.
+  * Add preliminary support for Python 3.13a2.
+  * Add support for Python 3.9, 3.10, 3.11.
+
+-------------------------------------------------------------------

Old:
----
  transaction-3.0.1.tar.gz

New:
----
  transaction-5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-transaction.spec ++++++
--- /var/tmp/diff_new_pack.rm6Fa6/_old  2024-10-29 14:36:06.647918928 +0100
+++ /var/tmp/diff_new_pack.rm6Fa6/_new  2024-10-29 14:36:06.651919094 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-transaction
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-transaction
-Version:        3.0.1
+Version:        5.0
 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 pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-zope.interface
@@ -46,23 +48,22 @@
 transaction.tests.test_SampleDataManager.
 
 %prep
-%setup -q -n transaction-%{version}
+%autosetup -p1 -n transaction-%{version}
 rm -rf transaction.egg-info
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# https://github.com/zopefoundation/zdaemon/issues/28#issuecomment-1102754818
-sed -i 's:import mock:from unittest import mock:' 
src/transaction/tests/test__manager.py
 %pytest
 
 %files %{python_files}
 %license LICENSE.txt
 %doc CHANGES.rst COPYRIGHT.txt README.rst
-%{python_sitelib}/*
+%{python_sitelib}/transaction
+%{python_sitelib}/transaction-%{version}.dist-info
 

++++++ transaction-3.0.1.tar.gz -> transaction-5.0.tar.gz ++++++
++++ 7191 lines of diff (skipped)

Reply via email to