14
0

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
This commit is contained in:
Tomáš Chvátal
2019-06-11 06:48:30 +00:00
committed by Git OBS Bridge
parent 6fb08d3c5e
commit 376931919c
4 changed files with 25 additions and 5 deletions

View File

@@ -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}