From be408fe655a079aa9f1ed11cca84f1e4801181a7e11ddf410e28769d8da2f20f Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Thu, 14 Dec 2023 12:47:42 +0000 Subject: [PATCH] Accepting request 1133091 from home:alois:branches:devel:languages:python - Update to version 3.8.0 Chore: * migrate setup.cfg to pyproject.toml * remove win_private_assemblies from pyinstaller spec * Silence pylint Feature: * detect Dolby Vision from DV * add Paramount+ to Streaming Services * add amzn-cbr * add python 3.12 and pypy 3.10 support Fix: * pathlib.Path.__enter__() is deprecated * importlib.resources.read_text() is deprecated Style: * fix pylint false positive OBS-URL: https://build.opensuse.org/request/show/1133091 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=49 --- guessit-3.7.1.tar.gz | 3 --- guessit-3.8.0.tar.gz | 3 +++ python-guessit.changes | 19 +++++++++++++++++++ python-guessit.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 guessit-3.7.1.tar.gz create mode 100644 guessit-3.8.0.tar.gz diff --git a/guessit-3.7.1.tar.gz b/guessit-3.7.1.tar.gz deleted file mode 100644 index 766c9d8..0000000 --- a/guessit-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c18d982ee6db30db5d59557add0324a2b49bf3940a752947510632a2b58a3c1 -size 161488 diff --git a/guessit-3.8.0.tar.gz b/guessit-3.8.0.tar.gz new file mode 100644 index 0000000..64345c2 --- /dev/null +++ b/guessit-3.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6619fcbbf9a0510ec8c2c33744c4251cad0507b1d573d05c875de17edc5edbed +size 271285 diff --git a/python-guessit.changes b/python-guessit.changes index c46f871..bad6bf0 100644 --- a/python-guessit.changes +++ b/python-guessit.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Dec 14 12:26:28 UTC 2023 - Luigi Baldoni + +- Update to version 3.8.0 + Chore: + * migrate setup.cfg to pyproject.toml + * remove win_private_assemblies from pyinstaller spec + * Silence pylint + Feature: + * detect Dolby Vision from DV + * add Paramount+ to Streaming Services + * add amzn-cbr + * add python 3.12 and pypy 3.10 support + Fix: + * pathlib.Path.__enter__() is deprecated + * importlib.resources.read_text() is deprecated + Style: + * fix pylint false positive + ------------------------------------------------------------------- Mon Feb 20 08:45:07 UTC 2023 - Luigi Baldoni diff --git a/python-guessit.spec b/python-guessit.spec index 45917f4..d766b10 100644 --- a/python-guessit.spec +++ b/python-guessit.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-guessit -Version: 3.7.1 +Version: 3.8.0 Release: 0 Summary: A library for guessing information from video files License: LGPL-3.0-only