From 1a24f3706616f4daa08fff3cb1b1ce3c10435a4cb52f45f0b226b6867fca79f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 May 2020 10:38:59 +0000 Subject: [PATCH] - Do not restrict upper version on pytz for no reason. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=11 --- python-convertdate.changes | 5 +++++ python-convertdate.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-convertdate.changes b/python-convertdate.changes index 6ac1321..e8653a6 100644 --- a/python-convertdate.changes +++ b/python-convertdate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 4 10:38:40 UTC 2020 - Tomáš Chvátal + +- Do not restrict upper version on pytz for no reason. + ------------------------------------------------------------------- Wed Apr 1 12:16:15 UTC 2020 - Marketa Calabkova diff --git a/python-convertdate.spec b/python-convertdate.spec index b9ea0ac..05cb9a5 100644 --- a/python-convertdate.spec +++ b/python-convertdate.spec @@ -22,7 +22,6 @@ Version: 2.2.0 Release: 0 Summary: Module for date conversions from and to Gregorian calendar License: MIT -Group: Development/Languages/Python URL: https://github.com/fitnr/convertdate Source: https://github.com/fitnr/convertdate/archive/v%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -44,6 +43,7 @@ Hebrew, Indian Civil, Islamic, ISO, Julian, Mayan and Persian. %prep %setup -q -n convertdate-%{version} +sed -i -e 's:, < 2020::g' setup.py %build export LC_ALL="en_US.UTF8"