- Update to 3.0.3:

* Add MP2 audio_codec value.
  * Proper and Fix have been separated in two distinct other values.
  * Add 1e18 season/episode pattern.
  * Fix false release_group matches with --expected-title option.
  * Fix parent folder ending with a digit detected as title
  * Fix wrong season/year with ``--type episode `` option. Serie(s) keyword has been removed from default configuration.
  * Fix missing property when episode_details pattern appears in title.
  * Ensure consistent behavior between CLI and Python module.
  * Removed Extras and Bonus values from episode_details property as those tags may also appear in movies
  * Add Scalable Video Coding, Advanced Video Codec High Definition and High Efficiency Video Coding values to

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal 2019-03-15 13:16:06 +00:00 committed by Git OBS Bridge
parent c000726ba8
commit 6fb08d3c5e
4 changed files with 22 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 15 13:13:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.0.3:
* Add MP2 audio_codec value.
* Proper and Fix have been separated in two distinct other values.
* Add 1e18 season/episode pattern.
* Fix false release_group matches with --expected-title option.
* Fix parent folder ending with a digit detected as title
* Fix wrong season/year with ``--type episode `` option. Serie(s) keyword has been removed from default configuration.
* Fix missing property when episode_details pattern appears in title.
* Ensure consistent behavior between CLI and Python module.
* Removed Extras and Bonus values from episode_details property as those tags may also appear in movies
* Add Scalable Video Coding, Advanced Video Codec High Definition and High Efficiency Video Coding values to
-------------------------------------------------------------------
Tue Dec 4 12:48:46 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-guessit
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-guessit
Version: 3.0.0
Version: 3.0.3
Release: 0
Summary: A library for guessing information from video files
License: LGPL-3.0-only
@ -65,14 +65,12 @@ done
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG='en_US.UTF8'
export PYTHONDONTWRITEBYTECODE=1
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_version} guessit/test
}
%pytest
%files %{python_files}
%doc README.rst