Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-patch-ng for openSUSE:Factory
checked in at 2026-04-25 23:27:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-patch-ng (Old)
and /work/SRC/openSUSE:Factory/.python-patch-ng.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-patch-ng"
Sat Apr 25 23:27:53 2026 rev:5 rq:1349264 version:1.19.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-patch-ng/python-patch-ng.changes
2025-11-21 16:57:31.520501794 +0100
+++
/work/SRC/openSUSE:Factory/.python-patch-ng.new.11940/python-patch-ng.changes
2026-04-25 23:28:09.617436737 +0200
@@ -1,0 +2,6 @@
+Sat Apr 25 19:36:03 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.19.1:
+ * Fix: Add missing wheel when building distribution
+
+-------------------------------------------------------------------
Old:
----
python-patch-ng-1.19.0.tar.gz
New:
----
python-patch-ng-1.19.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-patch-ng.spec ++++++
--- /var/tmp/diff_new_pack.wW0AwG/_old 2026-04-25 23:28:10.201460625 +0200
+++ /var/tmp/diff_new_pack.wW0AwG/_new 2026-04-25 23:28:10.205460789 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-patch-ng
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,10 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%{?sle15_python_module_pythons}
Name: python-patch-ng
-Version: 1.19.0
+Version: 1.19.1
Release: 0
Summary: Library to parse and apply unified diffs
License: MIT
++++++ python-patch-ng-1.19.0.tar.gz -> python-patch-ng-1.19.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-patch-ng-1.19.0/patch_ng.py
new/python-patch-ng-1.19.1/patch_ng.py
--- old/python-patch-ng-1.19.0/patch_ng.py 2025-10-08 16:28:08.000000000
+0200
+++ new/python-patch-ng-1.19.1/patch_ng.py 2026-04-23 15:08:55.000000000
+0200
@@ -29,7 +29,7 @@
SOFTWARE.
"""
__author__ = "Conan.io <[email protected]>"
-__version__ = "1.19.0"
+__version__ = "1.19.1"
__license__ = "MIT"
__url__ = "https://github.com/conan-io/python-patch"