From 31dbab79a9618def88b22d6c7ca507f44e5526e3a96394ff90c763d6d8d11644 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 8 Nov 2021 18:00:11 +0000 Subject: [PATCH] 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 --- guessit-3.4.1.tar.gz | 3 --- guessit-3.4.2.tar.gz | 3 +++ python-guessit.changes | 7 +++++++ python-guessit.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 guessit-3.4.1.tar.gz create mode 100644 guessit-3.4.2.tar.gz diff --git a/guessit-3.4.1.tar.gz b/guessit-3.4.1.tar.gz deleted file mode 100644 index 783ee1e..0000000 --- a/guessit-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e732a5010cdac5ac5d410408146ac804e41380e2c9003722044bb817e8f0b217 -size 165594 diff --git a/guessit-3.4.2.tar.gz b/guessit-3.4.2.tar.gz new file mode 100644 index 0000000..d93a3e1 --- /dev/null +++ b/guessit-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b16a077e5fc709a8a291e99527719a95f42e00bf55b8c977233ae195c6196d7 +size 165996 diff --git a/python-guessit.changes b/python-guessit.changes index 50be183..d99d5d8 100644 --- a/python-guessit.changes +++ b/python-guessit.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 8 17:20:10 UTC 2021 - Luigi Baldoni + +- Update to version 3.4.2 + Fix: + * dependencies: Use babelfish>=0.6.0 + ------------------------------------------------------------------- Sat Nov 6 07:06:31 UTC 2021 - Luigi Baldoni diff --git a/python-guessit.spec b/python-guessit.spec index 089f468..b46bfcf 100644 --- a/python-guessit.spec +++ b/python-guessit.spec @@ -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