Accepting request 426117 from home:alois:branches:devel:languages:python

Update to 2.1.0

OBS-URL: https://build.opensuse.org/request/show/426117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=4
This commit is contained in:
Dirk Mueller 2016-09-12 08:17:24 +00:00 committed by Git OBS Bridge
parent 6229bef09f
commit 5ddb9d40d5
4 changed files with 31 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:626e0024c5cca9b84883b65246e4f238e3f39064664486f69f086c853a63ff61
size 74464

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Sep 9 08:09:54 UTC 2016 - aloisio@gmx.com
- Update to version 2.1.0
* Drop support for `regex` native module.
* Remove dependency constraint on `python-dateutil`.
* Enhance langage/country guessing in edge cases.
* Enhance rule to guess `release_group` in more file
templates.
* Fix edge cases for subtitle language detection.
* Fix invalid conflict solving in `season`/`episode`
occuring between `SssEee` and `ssXee` pattern.
* Fix issue when running guessit in non-interactive shell
with python 2
* Guess Dolby keyword as DolbyDigital in `audio_codec`.
* Avoid `title` to be guessed as `website` (Dark.Net)
* Avoid `season`/`episode` to be guessed when pattern is
included inside words.
* Enhance `screen_size` to detect `720pHD` and `1080pHD`
* Add support for `format` and `video_codec` when no
separators between themselves. (HDTVx264, PDTVx264, ...)
* Add rebulk version in `--version` option.
* Upgrade rebulk to `0.7.3`.
-------------------------------------------------------------------
Mon Apr 25 14:06:04 UTC 2016 - aloisio@gmx.com

View File

@ -17,7 +17,7 @@
Name: python-guessit
Version: 2.0.5
Version: 2.1.0
Release: 0
Summary: GuessIt - a library for guessing information from video files
License: LGPL-3.0
@ -30,7 +30,7 @@ BuildRequires: python-babelfish >= 0.5.5
BuildRequires: python-dateutil
BuildRequires: python-devel
BuildRequires: python-pytest-runner
BuildRequires: python-rebulk >= 0.7.0
BuildRequires: python-rebulk >= 0.7.3
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1110
@ -38,8 +38,8 @@ BuildArch: noarch
BuildRequires: help2man
%endif
Requires: python-babelfish >= 0.5.5
Requires: python-dateutil < 2.5.2
Requires: python-rebulk >= 0.7.1
Requires: python-dateutil
Requires: python-rebulk >= 0.7.3
%description
GuessIt is a python library that extracts as much information as