Accepting request 930225 from home:alois:branches:devel:languages:python
- Update to version 3.4.2 Fix: * dependencies: Use babelfish>=0.6.0 OBS-URL: https://build.opensuse.org/request/show/930225 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=38
This commit is contained in:
parent
c6ee1da65f
commit
31dbab79a9
@ -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>
|
Sat Nov 6 07:06:31 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-guessit
|
Name: python-guessit
|
||||||
Version: 3.4.1
|
Version: 3.4.2
|
||||||
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
|
||||||
@ -26,7 +26,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/wackou/guessit
|
URL: https://github.com/wackou/guessit
|
||||||
Source0: https://files.pythonhosted.org/packages/source/g/guessit/guessit-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/g/guessit/guessit-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyYAML}
|
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 importlib-resources}
|
||||||
BuildRequires: %{python_module pytest >= 5}
|
BuildRequires: %{python_module pytest >= 5}
|
||||||
BuildRequires: %{python_module pytest-benchmark}
|
BuildRequires: %{python_module pytest-benchmark}
|
||||||
@ -37,7 +37,7 @@ BuildRequires: %{python_module rebulk >= 3.1.0}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-babelfish >= 0.5.5
|
Requires: python-babelfish >= 0.6.0
|
||||||
Requires: python-importlib-resources
|
Requires: python-importlib-resources
|
||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
Requires: python-rebulk >= 3.1.0
|
Requires: python-rebulk >= 3.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user