Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-whatthepatch for 
openSUSE:Factory checked in at 2022-11-16 15:44:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-whatthepatch (Old)
 and      /work/SRC/openSUSE:Factory/.python-whatthepatch.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-whatthepatch"

Wed Nov 16 15:44:03 2022 rev:3 rq:1036185 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-whatthepatch/python-whatthepatch.changes  
2020-07-24 09:57:56.977526773 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-whatthepatch.new.1597/python-whatthepatch.changes
        2022-11-16 15:44:05.888011585 +0100
@@ -1,0 +2,16 @@
+Sun Nov 13 22:40:19 UTC 2022 - John Vandenberg <jay...@gmail.com>
+
+- Drop no-nose.patch merged upstream
+- Update to v1.0.3
+  * Code optimization for unified diff parsing
+  * Package using build module and pyproject.toml
+  * Support up to 3.11
+  * Drop support up to 3.6
+- from v1.0.2
+  * Support up to 3.9
+  * Fix unified diff parse error
+- from v1.0.1
+  * Replace nose with pytest
+  * Fix bug where context diffs would not parse
+
+-------------------------------------------------------------------

Old:
----
  no-nose.patch
  whatthepatch-1.0.0.tar.gz

New:
----
  whatthepatch-1.0.3.tar.gz

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

Other differences:
------------------
++++++ python-whatthepatch.spec ++++++
--- /var/tmp/diff_new_pack.VYa2fi/_old  2022-11-16 15:44:06.336013786 +0100
+++ /var/tmp/diff_new_pack.VYa2fi/_new  2022-11-16 15:44:06.340013805 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-whatthepatch
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,21 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-whatthepatch
-Version:        1.0.0
+Version:        1.0.3
 Release:        0
 Summary:        A patch parsing and application library
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/cscorley/whatthepatch
-Source:         
https://github.com/cscorley/whatthepatch/archive/%{version}.tar.gz#/whatthepatch-%{version}.tar.gz
-Patch0:         no-nose.patch
+Source:         
https://files.pythonhosted.org/packages/source/w/whatthepatch/whatthepatch-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  ed
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  patch
 BuildRequires:  python-rpm-macros
@@ -43,13 +44,13 @@
 
 %prep
 %setup -q -n whatthepatch-%{version}
-%patch0 -p1
+dos2unix README.rst
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -58,6 +59,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/whatthepatch*/
 
 %changelog

++++++ whatthepatch-1.0.0.tar.gz -> whatthepatch-1.0.3.tar.gz ++++++
++++ 5694 lines of diff (skipped)

Reply via email to