- update to 2.8.0:

* Drop Python 3.7 support.
  * Support Python 3.12.
  * Use the --force flag to patch, so it doesn’t hang waiting
    input for invalid reverse patches. This seems to happen with
    the new version on macOS.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patchy?expand=0&rev=6
This commit is contained in:
2024-01-13 20:31:44 +00:00
committed by Git OBS Bridge
parent 37abcbdebd
commit fe1724efea
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jan 13 20:28:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.8.0:
* Drop Python 3.7 support.
* Support Python 3.12.
* Use the --force flag to patch, so it doesnt hang waiting
input for invalid reverse patches. This seems to happen with
the new version on macOS.
-------------------------------------------------------------------
Tue Oct 4 22:48:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>