diff --git a/iso8601-0.1.12.tar.gz b/iso8601-0.1.12.tar.gz deleted file mode 100644 index ef9f015059b675728cb36e84ab669323a9decc2c..0000000000000000000000000000000000000000 Binary files a/iso8601-0.1.12.tar.gz and /dev/null differ diff --git a/iso8601-0.1.14.tar.gz b/iso8601-0.1.14.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..eb2aec3ea50ca50fa8d00e285fc3095a659e2eb6 Binary files /dev/null and b/iso8601-0.1.14.tar.gz differ diff --git a/python-iso8601.spec b/python-iso8601.spec index 500e43a6d1e3e5d6ed3ba8d7a0b9a7e427bc71b3..7cb30985919b4cd95810928df2770e3b61b69a13 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -1,5 +1,5 @@ Name: python-iso8601 -Version: 0.1.12 +Version: 0.1.14 Release: 1 Summary: Simple module to parse ISO 8601 dates License: MIT @@ -16,6 +16,7 @@ This module parses the most common forms of ISO 8601 date strings Summary: Simple module to parse ISO 8601 dates %{?python_provide:%python_provide python3-iso8601} BuildRequires: python3-devel python3-setuptools +BuildRequires: python3-pytest %description -n python3-iso8601 The package parses the most common forms of ISO 8601 date strings @@ -30,11 +31,17 @@ The package parses the most common forms of ISO 8601 date strings %install %{__python3} setup.py install --skip-build --root %{buildroot} +%check +py.test --verbose iso8601 + %files -n python3-iso8601 %doc LICENSE README.rst %{python3_sitelib}/* %changelog +* Fri Jul 9 2021 huangtianhua - 0.1.14-1 +- Upgrade to 0.1.14 to support OpenStack-W and enable testing + * Sat Jan 30 2021 bolin-lee - 0.1.12-1 - Package upgrade