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

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

3
guessit-3.0.4.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jun 11 06:30:07 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- 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 <tchvatal@suse.com>

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}