1
0

6 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
f297d776d2 Accepting request 1222051 from devel:languages:python
- update to 1.18.1:
  * Fix: Added pyproject to avoid errors when installing on
    python 3.13

OBS-URL: https://build.opensuse.org/request/show/1222051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-patch-ng?expand=0&rev=3
2024-11-07 15:28:14 +00:00
3f68fb3665 - update to 1.18.1:
* Fix: Added pyproject to avoid errors when installing on
    python 3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patch-ng?expand=0&rev=6
2024-11-07 09:05:25 +00:00
b2f9667623 Accepting request 1208852 from devel:languages:python
- update to 1.18.0:
  * Feature: Require python 3.6 as minimal version
  * Fix: Fix DeprecationWarning/SyntaxWarning in regex

OBS-URL: https://build.opensuse.org/request/show/1208852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-patch-ng?expand=0&rev=2
2024-10-18 13:58:44 +00:00
ef2c84751d - update to 1.18.0:
* Feature: Require python 3.6 as minimal version
  * Fix: Fix DeprecationWarning/SyntaxWarning in regex

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patch-ng?expand=0&rev=4
2024-10-18 10:51:34 +00:00
4 changed files with 31 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
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>
- update to 1.18.1:
* Fix: Added pyproject to avoid errors when installing on
python 3.13
-------------------------------------------------------------------
Fri Oct 18 10:51:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.18.0:
* Feature: Require python 3.6 as minimal version
* Fix: Fix DeprecationWarning/SyntaxWarning in regex
-------------------------------------------------------------------
Sat Oct 28 00:18:58 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-patch-ng
#
# Copyright (c) 2023 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
@@ -15,9 +15,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-patch-ng
Version: 1.17.4
Version: 1.19.0
Release: 0
Summary: Library to parse and apply unified diffs
License: MIT