diff --git a/convertdate-2.1.3.tar.gz b/convertdate-2.1.3.tar.gz deleted file mode 100644 index 66a1be0..0000000 --- a/convertdate-2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3ca5ba66b31e29d2732bdb361422ed804d3b22c115659d05a43d1fc527b9773 -size 28903 diff --git a/python-convertdate.changes b/python-convertdate.changes index 19f78aa..3fdf2e9 100644 --- a/python-convertdate.changes +++ b/python-convertdate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 12:20:43 UTC 2019 - Tomáš Chvátal + +- Enable tests +- Format with spec-cleaner + ------------------------------------------------------------------- Wed Apr 3 02:20:14 PM UTC 2019 - John Vandenberg diff --git a/python-convertdate.spec b/python-convertdate.spec index 5142bb0..d62d041 100644 --- a/python-convertdate.spec +++ b/python-convertdate.spec @@ -20,11 +20,11 @@ Name: python-convertdate Version: 2.1.3 Release: 0 -Summary: Converts between Gregorian dates and other calendar systems.Calendars included: Baha'i, French Republican, Hebrew, Indian Civil, Islamic, ISO, Julian, Mayan and Persian +Summary: Converts between Gregorian dates and other calendar systems License: MIT Group: Development/Languages/Python URL: https://github.com/fitnr/convertdate -Source: https://files.pythonhosted.org/packages/source/c/convertdate/convertdate-%{version}.tar.gz +Source: https://github.com/fitnr/convertdate/archive/v%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -44,12 +44,17 @@ Converts between Gregorian dates and other calendar systems.Calendars included: %setup -q -n convertdate-%{version} %build +export LANG="en_US.UTF8" %python_build %install +export LANG="en_US.UTF8" %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%python_exec setup.py test + %files %{python_files} %doc README.rst %license LICENSE diff --git a/v2.1.3.tar.gz b/v2.1.3.tar.gz new file mode 100644 index 0000000..631350d --- /dev/null +++ b/v2.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91f66fe0587a4a96d7815090f742d6775a768b3196ad4a278e76c846ae912c2 +size 35722