From 7009382d3fe64eb9a756e4ec1b9cfefac3bb733dc9b4d37f0f17795d5b3e01ef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 31 Aug 2024 11:51:33 +0000 Subject: [PATCH] - update to 1.7.3: * Fixed problem with ``multiprocessing.Pool`` crashing due to ``FormatAutodetectionError`` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysubs2?expand=0&rev=4 --- pysubs2-1.7.2.tar.gz | 3 --- pysubs2-1.7.3.tar.gz | 3 +++ python-pysubs2.changes | 7 +++++++ python-pysubs2.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pysubs2-1.7.2.tar.gz create mode 100644 pysubs2-1.7.3.tar.gz diff --git a/pysubs2-1.7.2.tar.gz b/pysubs2-1.7.2.tar.gz deleted file mode 100644 index e28d7ed..0000000 --- a/pysubs2-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b708904269cb252dbc51de75a372e04ab00c368939bb8220f7b0f940d978725e -size 1123677 diff --git a/pysubs2-1.7.3.tar.gz b/pysubs2-1.7.3.tar.gz new file mode 100644 index 0000000..3b899ba --- /dev/null +++ b/pysubs2-1.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0130f373390736754531be4e68a0fa521e825fa15cc8ff506e4f8ca2c17459a +size 1123849 diff --git a/python-pysubs2.changes b/python-pysubs2.changes index f65addb..6361e9f 100644 --- a/python-pysubs2.changes +++ b/python-pysubs2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Aug 31 11:50:50 UTC 2024 - Dirk Müller + +- update to 1.7.3: + * Fixed problem with ``multiprocessing.Pool`` crashing due to + ``FormatAutodetectionError`` + ------------------------------------------------------------------- Thu Jul 4 19:24:31 UTC 2024 - Luigi Baldoni diff --git a/python-pysubs2.spec b/python-pysubs2.spec index 80b21aa..837f90f 100644 --- a/python-pysubs2.spec +++ b/python-pysubs2.spec @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} Name: python-pysubs2 -Version: 1.7.2 +Version: 1.7.3 Release: 0 Summary: Python library for editing subtitle files License: MIT