diff --git a/aniso8601-8.1.0.tar.gz b/aniso8601-8.1.0.tar.gz deleted file mode 100644 index a7331eb0a960f6f223064e4a28c8ad1033d81a60..0000000000000000000000000000000000000000 Binary files a/aniso8601-8.1.0.tar.gz and /dev/null differ diff --git a/aniso8601-9.0.1.tar.gz b/aniso8601-9.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1b65300ea1dc135ef4bdaffd0fff46c3e49760ea Binary files /dev/null and b/aniso8601-9.0.1.tar.gz differ diff --git a/python-aniso8601.spec b/python-aniso8601.spec index 7434e201b0d8ef1de103ab874cac77b410e8371c..60f1626e5331e54782474a77381eb48eea8a7c4e 100644 --- a/python-aniso8601.spec +++ b/python-aniso8601.spec @@ -1,13 +1,13 @@ -Name: python-aniso8601 -Version: 8.1.0 -Release: 1 -Summary: Another ISO 8601 parser for Python -License: GPLv3+ -URL: https://bitbucket.org/nielsenb/aniso8601 -Source0: https://pypi.io/packages/source/a/aniso8601/aniso8601-%{version}.tar.gz -BuildArch: noarch - -BuildRequires: python3-devel +%global _empty_manifest_terminate_build 0 +Name: python-aniso8601 +Version: 9.0.1 +Release: 1 +Summary: A library for parsing ISO 8601 strings. +License: BSD +URL: https://bitbucket.org/nielsenb/aniso8601 +Source0: https://files.pythonhosted.org/packages/cb/72/be3db445b03944bfbb2b02b82d00cb2a2bcf96275c4543f14bf60fa79e12/aniso8601-9.0.1.tar.gz +BuildArch: noarch +BuildRequires: python3-devel python3-setuptools %description A python library for parsing ISO 8601 strings. @@ -37,6 +37,9 @@ A python library for parsing ISO 8601 strings. %{python3_sitelib}/* %changelog +* Mon July 26 2021 liusheng - 9.0.1-1 +- Upgrade to version 9.0.1 + * Tue Feb 2 2021 wangjie - 8.1.0-1 - Upgrade to version 8.1.0