Accepting request 685356 from devel:languages:python
- 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/request/show/685356 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-guessit?expand=0&rev=6
This commit is contained in:
commit
bd45125bb4
@ -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
3
guessit-3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:590cfaac6adbc65a0297f7b2a44c2accf2cc660eeed6283b43cbad30e65806e0
|
||||||
|
size 137804
|
@ -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>
|
Tue Dec 4 12:48:46 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-guessit
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-guessit
|
Name: python-guessit
|
||||||
Version: 3.0.0
|
Version: 3.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for guessing information from video files
|
Summary: A library for guessing information from video files
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
@ -65,14 +65,12 @@ done
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export LANG='en_US.UTF8'
|
export LANG='en_US.UTF8'
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
%pytest
|
||||||
py.test-%{$python_version} guessit/test
|
|
||||||
}
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user