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"