forked from pool/python-guessit
Accepting request 727929 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/727929 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-guessit?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37803ec0d7f20f2e1425dfe3bb978dc3b9c65872aa3760c664b31a9115232ec1
|
||||
size 142331
|
||||
3
guessit-3.1.0.tar.gz
Normal file
3
guessit-3.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
|
||||
size 144079
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 06:44:13 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 3.1.0
|
||||
* Add python `3.8` support
|
||||
* Use rebulk `2.*`
|
||||
* Remove `v` from `subtitle_language` prefix in default
|
||||
configuration
|
||||
* Add `Variable Frame Rate` value to `other` property (VFR tag)
|
||||
* Use episode words defined in configuration in a rebulk rule
|
||||
* Avoid trigger of useless rules consequences
|
||||
* Fix possible crash in weak episode removal
|
||||
* Fix issue caused by `streaming_service` property conflicts
|
||||
* Fix source validation when more than one pattern match
|
||||
* Fix issue with some titles on multiple fileparts
|
||||
* Fix issue related to website exclusion inside title
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 06:30:07 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-guessit
|
||||
Version: 3.0.4
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: A library for guessing information from video files
|
||||
License: LGPL-3.0-only
|
||||
@@ -30,13 +30,13 @@ BuildRequires: %{python_module babelfish >= 0.5.5}
|
||||
BuildRequires: %{python_module pytest-benchmark}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module rebulk >= 0.9.0}
|
||||
BuildRequires: %{python_module rebulk >= 2.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-babelfish >= 0.5.5
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-rebulk >= 0.9.0
|
||||
Requires: python-rebulk >= 2.0.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -56,7 +56,7 @@ done
|
||||
for i in {'common/comparators','common/date','common/expected','common/formatters','common/__init__','common/numeral','common/pattern','common/quantity','common/validators','common/words','__init__','markers/groups','markers/__init__','markers/path','processors'}; do
|
||||
sed -i -e "1d" "guessit/rules/$i.py"
|
||||
done
|
||||
for i in {'api','backports','__init__','jsonutils','__main__','options','reutils','test/__init__','test/rules/__init__','test/rules/processors_test','test/test_api','test/test_api_unicode_literals','test/test_benchmark','test/test_main','test/test_options','test/test_yml','__version__','yamlutils'}; do
|
||||
for i in {'api','backports','__init__','jsonutils','__main__','monkeypatch','options','reutils','test/__init__','test/rules/__init__','test/rules/processors_test','test/test_api','test/test_api_unicode_literals','test/test_benchmark','test/test_main','test/test_options','test/test_yml','__version__','yamlutils'}; do
|
||||
sed -i -e "1d" "guessit/$i.py"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user