From 6fb08d3c5edc8c803afb17a6a7f21517571d7d26afab9f6b6225fc6f90ea32f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Mar 2019 13:16:06 +0000 Subject: [PATCH] - 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 --- guessit-3.0.0.tar.gz | 3 --- guessit-3.0.3.tar.gz | 3 +++ python-guessit.changes | 15 +++++++++++++++ python-guessit.spec | 10 ++++------ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 guessit-3.0.0.tar.gz create mode 100644 guessit-3.0.3.tar.gz diff --git a/guessit-3.0.0.tar.gz b/guessit-3.0.0.tar.gz deleted file mode 100644 index b915219..0000000 --- a/guessit-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf17e78783cf13bf903750770de4c3bb6c9ca89baafedb1612794660b6ebe32b -size 133379 diff --git a/guessit-3.0.3.tar.gz b/guessit-3.0.3.tar.gz new file mode 100644 index 0000000..d87c085 --- /dev/null +++ b/guessit-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590cfaac6adbc65a0297f7b2a44c2accf2cc660eeed6283b43cbad30e65806e0 +size 137804 diff --git a/python-guessit.changes b/python-guessit.changes index 8ff837b..d79d79f 100644 --- a/python-guessit.changes +++ b/python-guessit.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 15 13:13:05 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-guessit.spec b/python-guessit.spec index 32e0510..4b40c1b 100644 --- a/python-guessit.spec +++ b/python-guessit.spec @@ -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