14
0

Accepting request 1247399 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1247399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysubs2?expand=0&rev=6
This commit is contained in:
2025-02-20 13:22:33 +00:00
committed by Git OBS Bridge
parent 7009382d3f
commit 4004575d97
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0130f373390736754531be4e68a0fa521e825fa15cc8ff506e4f8ca2c17459a
size 1123849

BIN
pysubs2-1.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 20 12:37:39 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 31 11:50:50 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Aug 31 11:50:50 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pysubs2 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pysubs2 Name: python-pysubs2
Version: 1.7.3 Version: 1.8.0
Release: 0 Release: 0
Summary: Python library for editing subtitle files Summary: Python library for editing subtitle files
License: MIT License: MIT