From 5c89743380d12e968de2f4469ebd7fb3ee18004c91dce95bd10e6b239a00689d Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 18 Feb 2022 13:13:08 +0000 Subject: [PATCH] Accepting request 955852 from home:alarrosa:branches:devel:languages:python - Rename the dependency on importlib-resources to importlib_resources to be compatible with the SLE packages OBS-URL: https://build.opensuse.org/request/show/955852 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=41 --- python-guessit.changes | 6 ++++++ python-guessit.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-guessit.changes b/python-guessit.changes index 431b037..4a4d911 100644 --- a/python-guessit.changes +++ b/python-guessit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 18 12:09:07 UTC 2022 - Antonio Larrosa + +- Rename the dependency on importlib-resources to + importlib_resources to be compatible with the SLE packages + ------------------------------------------------------------------- Sat Nov 20 11:52:09 UTC 2021 - Luigi Baldoni diff --git a/python-guessit.spec b/python-guessit.spec index 6d634c2..7eb0600 100644 --- a/python-guessit.spec +++ b/python-guessit.spec @@ -1,7 +1,7 @@ # # spec file for package python-guessit # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ 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.6.0} -BuildRequires: %{python_module importlib-resources} +BuildRequires: %{python_module importlib_resources} BuildRequires: %{python_module pytest >= 5} BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module pytest-mock}