From 376931919c9dbabaed20223dad53cc23cb9fc23070f2d216eda7eda8474784bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 11 Jun 2019 06:48:30 +0000 Subject: [PATCH] Accepting request 709045 from home:alois:branches:devel:languages:python - Update to version 3.0.4 * `screen_size` property `540p` was added. * Fix `audio_channel` detection for `6.0` * Fix common words being detected as language * `streaming_service` is now configurable in advanced options * Add `DC Universe` to `streaming_service` * Improve detection when release name in between brackets * Improve language detection * Fix wrong 3D detection * Fix to keep separators for single characters. E.g.: S.W.A.T. * Fix `Show Name/Season SS/Ep. EE - Title` * Added `This is Us` to default expected titles * Added `suggested_expected` to the api to support apps that uses guessit as a library * Added `Extras` detection as `other` property * Add more streaming sites OBS-URL: https://build.opensuse.org/request/show/709045 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=20 --- guessit-3.0.3.tar.gz | 3 --- guessit-3.0.4.tar.gz | 3 +++ python-guessit.changes | 20 ++++++++++++++++++++ python-guessit.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 guessit-3.0.3.tar.gz create mode 100644 guessit-3.0.4.tar.gz diff --git a/guessit-3.0.3.tar.gz b/guessit-3.0.3.tar.gz deleted file mode 100644 index d87c085..0000000 --- a/guessit-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:590cfaac6adbc65a0297f7b2a44c2accf2cc660eeed6283b43cbad30e65806e0 -size 137804 diff --git a/guessit-3.0.4.tar.gz b/guessit-3.0.4.tar.gz new file mode 100644 index 0000000..798ecd4 --- /dev/null +++ b/guessit-3.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37803ec0d7f20f2e1425dfe3bb978dc3b9c65872aa3760c664b31a9115232ec1 +size 142331 diff --git a/python-guessit.changes b/python-guessit.changes index d79d79f..296dc37 100644 --- a/python-guessit.changes +++ b/python-guessit.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Jun 11 06:30:07 UTC 2019 - Luigi Baldoni + +- Update to version 3.0.4 + * `screen_size` property `540p` was added. + * Fix `audio_channel` detection for `6.0` + * Fix common words being detected as language + * `streaming_service` is now configurable in advanced options + * Add `DC Universe` to `streaming_service` + * Improve detection when release name in between brackets + * Improve language detection + * Fix wrong 3D detection + * Fix to keep separators for single characters. E.g.: S.W.A.T. + * Fix `Show Name/Season SS/Ep. EE - Title` + * Added `This is Us` to default expected titles + * Added `suggested_expected` to the api to support apps that + uses guessit as a library + * Added `Extras` detection as `other` property + * Add more streaming sites + ------------------------------------------------------------------- Fri Mar 15 13:13:05 UTC 2019 - Tomáš Chvátal diff --git a/python-guessit.spec b/python-guessit.spec index 4b40c1b..414a388 100644 --- a/python-guessit.spec +++ b/python-guessit.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-guessit -Version: 3.0.3 +Version: 3.0.4 Release: 0 Summary: A library for guessing information from video files License: LGPL-3.0-only Group: Development/Languages/Python -Url: https://github.com/wackou/guessit +URL: https://github.com/wackou/guessit Source0: https://pypi.io/packages/source/g/guessit/guessit-%{version}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module babelfish >= 0.5.5}