14
0

- 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
This commit is contained in:
Tomáš Chvátal
2020-05-04 10:38:59 +00:00
committed by Git OBS Bridge
parent 612c93224a
commit 1a24f37066
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 4 10:38:40 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not restrict upper version on pytz for no reason.
-------------------------------------------------------------------
Wed Apr 1 12:16:15 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -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"