17
0

2 Commits

Author SHA256 Message Date
85a1d66a92 Accepting request 1318843 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1318843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-patch-ng?expand=0&rev=4
2025-11-21 15:56:38 +00:00
c3607355a8 - Update to 1.19.0
* Fix: File move/rename is not supported when applying Git patch (#24)
  * Fix: Changing file permissions is ignored when applying Git patch (#23)
  * Fix: Git patch full index format is not recognized (#45)
  * Fix: Better handling for big patch files (#34)
  * Fix: Quoted file path is not parsed correctly
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patch-ng?expand=0&rev=8
2025-11-20 10:58:33 +00:00
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:322b2ffe37c35ff4c6bc8e17f6a4928990ed343e9df3f350ca7542bc219e452f
size 166492

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19be239070b96224ff5d95de5be3c010610361cdc92af8634588f8c98686ef08
size 174192

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 20 10:13:00 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.19.0
* Fix: File move/rename is not supported when applying Git patch (#24)
* Fix: Changing file permissions is ignored when applying Git patch (#23)
* Fix: Git patch full index format is not recognized (#45)
* Fix: Better handling for big patch files (#34)
* Fix: Quoted file path is not parsed correctly
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Thu Nov 7 09:05:18 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -15,9 +15,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-patch-ng
Version: 1.18.1
Version: 1.19.0
Release: 0
Summary: Library to parse and apply unified diffs
License: MIT