Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-patchy for openSUSE:Factory 
checked in at 2024-01-15 22:15:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-patchy (Old)
 and      /work/SRC/openSUSE:Factory/.python-patchy.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-patchy"

Mon Jan 15 22:15:49 2024 rev:4 rq:1138496 version:2.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-patchy/python-patchy.changes      
2022-10-06 07:41:50.168638155 +0200
+++ /work/SRC/openSUSE:Factory/.python-patchy.new.21961/python-patchy.changes   
2024-01-15 22:17:03.894080091 +0100
@@ -1,0 +2,10 @@
+Sat Jan 13 20:28:45 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 2.8.0:
+  * Drop Python 3.7 support.
+  * Support Python 3.12.
+  * Use the --force flag to patch, so it doesn’t hang waiting
+    input for invalid reverse patches. This seems to happen with
+    the new version on macOS.
+
+-------------------------------------------------------------------

Old:
----
  patchy-2.6.0.tar.gz

New:
----
  patchy-2.8.0.tar.gz

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

Other differences:
------------------
++++++ python-patchy.spec ++++++
--- /var/tmp/diff_new_pack.pkcIrV/_old  2024-01-15 22:17:04.350096752 +0100
+++ /var/tmp/diff_new_pack.pkcIrV/_new  2024-01-15 22:17:04.354096897 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-patchy
 #
-# 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
@@ -19,16 +19,18 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global skip_python2 1
 Name:           python-patchy
-Version:        2.6.0
+Version:        2.8.0
 Release:        0
 License:        BSD-3-Clause
 Summary:        Patch the inner source of python functions at runtime
 URL:            https://github.com/adamchainz/patchy
 Group:          Development/Languages/Python
 Source:         
https://github.com/adamchainz/patchy/archive/refs/tags/%{version}.tar.gz#/patchy-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pkgutil-resolve-name}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-pkgutil-resolve-name
@@ -43,10 +45,10 @@
 %setup -q -n patchy-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -55,5 +57,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/patchy
+%{python_sitelib}/patchy-%{version}.dist-info
 

++++++ patchy-2.6.0.tar.gz -> patchy-2.8.0.tar.gz ++++++
++++ 3066 lines of diff (skipped)

Reply via email to