14
0
forked from pool/python-pysrt

- Add patch use-assertequal.patch:

* Support Python 3.12 by using TestCase.assertEqual().
- Switch to autosetup and pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysrt?expand=0&rev=17
This commit is contained in:
2024-02-14 04:42:39 +00:00
committed by Git OBS Bridge
parent 56db6b673d
commit dd8835faa5
3 changed files with 97 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 14 04:41:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch use-assertequal.patch:
* Support Python 3.12 by using TestCase.assertEqual().
- Switch to autosetup and pyproject macros.
-------------------------------------------------------------------
Tue May 5 22:18:14 UTC 2020 - Matej Cepl <mcepl@suse.com>