diff --git a/pysubs2-1.7.3.tar.gz b/pysubs2-1.7.3.tar.gz deleted file mode 100644 index 3b899ba..0000000 --- a/pysubs2-1.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0130f373390736754531be4e68a0fa521e825fa15cc8ff506e4f8ca2c17459a -size 1123849 diff --git a/pysubs2-1.8.0.tar.gz b/pysubs2-1.8.0.tar.gz new file mode 100644 index 0000000..0c2ef67 --- /dev/null +++ b/pysubs2-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3397bb58a4a15b1325ba2ae3fd4d7c214e2c0ddb9f33190d6280d783bb433b20 +size 1130048 diff --git a/python-pysubs2.changes b/python-pysubs2.changes index 6361e9f..cab83d0 100644 --- a/python-pysubs2.changes +++ b/python-pysubs2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 20 12:37:39 UTC 2025 - John Paul Adrian Glaubitz + +- 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`` tag, can optionally skip empty fragments + * Added support for Python 3.13, removed support for Python 3.8 + ------------------------------------------------------------------- Sat Aug 31 11:50:50 UTC 2024 - Dirk Müller diff --git a/python-pysubs2.spec b/python-pysubs2.spec index 837f90f..599254a 100644 --- a/python-pysubs2.spec +++ b/python-pysubs2.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysubs2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pysubs2 -Version: 1.7.3 +Version: 1.8.0 Release: 0 Summary: Python library for editing subtitle files License: MIT