| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add python_executable.patch (from gh#tkarabela/pysubs2!104) to use different filenames of Python executable.
- Update to 1.8.0
* Added reader and writer for TTML subtitle format
* Added reader for SAMI subtitle format (Issue #80)
* Added reader for transcriptions from OpenAI Whisper JAX (Issue #73)
* Added ``py.typed`` file to allow MyPy to check types for code
using this library, patch by eggplants (https://github.com/eggplants)
* Minor improvements to `pysubs2.formats.substation.parse_tags()` - now
supports the ``\fn<fontname>`` tag, can optionally skip empty fragments
* Added support for Python 3.13, removed support for Python 3.8
- update to 1.7.3: * Fixed problem with ``multiprocessing.Pool`` crashing due to ``FormatAutodetectionError``
- Fix build on Leap 15.6
- First package (v1.7.2)