diff --git a/iso8601-0.1.14.tar.gz b/iso8601-0.1.14.tar.gz deleted file mode 100644 index eb2aec3ea50ca50fa8d00e285fc3095a659e2eb6..0000000000000000000000000000000000000000 Binary files a/iso8601-0.1.14.tar.gz and /dev/null differ diff --git a/iso8601-1.0.2.tar.gz b/iso8601-1.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4c00b479d86ceec93d1cefc1fab68365d7a58913 Binary files /dev/null and b/iso8601-1.0.2.tar.gz differ diff --git a/python-iso8601.spec b/python-iso8601.spec index 7cb30985919b4cd95810928df2770e3b61b69a13..2844d3eae4dbe1f52288e4c8d97ede089418b653 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -1,5 +1,5 @@ Name: python-iso8601 -Version: 0.1.14 +Version: 1.0.2 Release: 1 Summary: Simple module to parse ISO 8601 dates License: MIT @@ -15,6 +15,9 @@ This module parses the most common forms of ISO 8601 date strings %package -n python3-iso8601 Summary: Simple module to parse ISO 8601 dates %{?python_provide:%python_provide python3-iso8601} + +BuildRequires: python3-pytz +BuildRequires: python3-hypothesis BuildRequires: python3-devel python3-setuptools BuildRequires: python3-pytest @@ -39,6 +42,9 @@ py.test --verbose iso8601 %{python3_sitelib}/* %changelog +* Sun Jul 24 2022 liksh - 1.0.2-1 +- Upgrade to 1.0.2 for openstack yoga + * Fri Jul 9 2021 huangtianhua - 0.1.14-1 - Upgrade to 0.1.14 to support OpenStack-W and enable testing