diff --git a/python-patch-ng-1.18.1.tar.gz b/python-patch-ng-1.18.1.tar.gz deleted file mode 100644 index 4c7309d..0000000 --- a/python-patch-ng-1.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:322b2ffe37c35ff4c6bc8e17f6a4928990ed343e9df3f350ca7542bc219e452f -size 166492 diff --git a/python-patch-ng-1.19.0.tar.gz b/python-patch-ng-1.19.0.tar.gz new file mode 100644 index 0000000..1de2e65 --- /dev/null +++ b/python-patch-ng-1.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19be239070b96224ff5d95de5be3c010610361cdc92af8634588f8c98686ef08 +size 174192 diff --git a/python-patch-ng.changes b/python-patch-ng.changes index 534bc5c..e4f7bc7 100644 --- a/python-patch-ng.changes +++ b/python-patch-ng.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 20 10:13:00 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-patch-ng.spec b/python-patch-ng.spec index ff0bdc6..45a5eb0 100644 --- a/python-patch-ng.spec +++ b/python-patch-ng.spec @@ -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