From 717f8c46384d02e8adf2128e6cbe426ee3b7410040d7231ff8eba79ba7ca3755 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 17 Oct 2024 04:20:17 +0000 Subject: [PATCH] - Clean up {Build,}Requires to match reality. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=87 --- python-Babel.changes | 5 +++++ python-Babel.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-Babel.changes b/python-Babel.changes index 466fdb3..9aeae35 100644 --- a/python-Babel.changes +++ b/python-Babel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 04:19:37 UTC 2024 - Steve Kowalik + +- Clean up {Build,}Requires to match reality. + ------------------------------------------------------------------- Mon Oct 7 10:38:16 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-Babel.spec b/python-Babel.spec index 5d9c7b2..ace6f77 100644 --- a/python-Babel.spec +++ b/python-Babel.spec @@ -32,15 +32,14 @@ Summary: Internationalization utilities License: BSD-3-Clause URL: https://babel.pocoo.org/ Source: https://files.pythonhosted.org/packages/source/b/babel/babel-%{version}.tar.gz -BuildRequires: %{python_module freezegun} +BuildRequires: %{python_module freezegun >= 1.0} BuildRequires: %{python_module pip} -BuildRequires: %{python_module py >= 1.4.14} -BuildRequires: %{python_module pytest >= 2.3.5} -BuildRequires: %{python_module pytz >= 2015.7} +BuildRequires: %{python_module pytest >= 6.0} +BuildRequires: %{python_module tzdata} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 -Requires: python-pytz >= 2015.7 +Requires: python-tzdata %if %{with libalternatives} Requires: alts BuildRequires: alts