Accepting request 930226 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/930226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-guessit?expand=0&rev=16
This commit is contained in:
commit
02089f54c9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e732a5010cdac5ac5d410408146ac804e41380e2c9003722044bb817e8f0b217
|
||||
size 165594
|
3
guessit-3.4.2.tar.gz
Normal file
3
guessit-3.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b16a077e5fc709a8a291e99527719a95f42e00bf55b8c977233ae195c6196d7
|
||||
size 165996
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 17:20:10 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 3.4.2
|
||||
Fix:
|
||||
* dependencies: Use babelfish>=0.6.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 07:06:31 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define skip_python2 1
|
||||
Name: python-guessit
|
||||
Version: 3.4.1
|
||||
Version: 3.4.2
|
||||
Release: 0
|
||||
Summary: A library for guessing information from video files
|
||||
License: LGPL-3.0-only
|
||||
@ -26,7 +26,7 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/wackou/guessit
|
||||
Source0: https://files.pythonhosted.org/packages/source/g/guessit/guessit-%{version}.tar.gz
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module babelfish >= 0.5.5}
|
||||
BuildRequires: %{python_module babelfish >= 0.6.0}
|
||||
BuildRequires: %{python_module importlib-resources}
|
||||
BuildRequires: %{python_module pytest >= 5}
|
||||
BuildRequires: %{python_module pytest-benchmark}
|
||||
@ -37,7 +37,7 @@ BuildRequires: %{python_module rebulk >= 3.1.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-babelfish >= 0.5.5
|
||||
Requires: python-babelfish >= 0.6.0
|
||||
Requires: python-importlib-resources
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-rebulk >= 3.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user