15
0

- Add patch support-python312.patch:

* In Python 3.12, slice() is now hashable, use a class that isn't hashable.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datadiff?expand=0&rev=9
This commit is contained in:
2024-01-10 05:05:14 +00:00
committed by Git OBS Bridge
parent 51de3fc21f
commit 92c3acfc52
3 changed files with 34 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 10 05:02:55 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-python312.patch:
* In Python 3.12, slice() is now hashable, use a class that isn't hashable.
- Switch to pyproject macros.
-------------------------------------------------------------------
Tue Oct 03 08:04:27 UTC 2023 - pgajdos@suse.com