diff --git a/0.6.0.tar.gz b/0.6.0.tar.gz deleted file mode 100644 index 4d388b6..0000000 Binary files a/0.6.0.tar.gz and /dev/null differ diff --git a/isodate-0.6.1.tar.gz b/isodate-0.6.1.tar.gz new file mode 100644 index 0000000..155f884 Binary files /dev/null and b/isodate-0.6.1.tar.gz differ diff --git a/python-isodate.spec b/python-isodate.spec index 6eb2005..1064d45 100644 --- a/python-isodate.spec +++ b/python-isodate.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-isodate -Version: 0.6.0 -Release: 2 +Version: 0.6.1 +Release: 1 Summary: An ISO 8601 date/time/duration parser and formatter License: BSD-3-Clause URL: https://github.com/gweis/isodate/ -Source0: https://github.com/gweis/isodate/archive/0.6.0.tar.gz +Source0: https://github.com/gweis/isodate/archive/isodate-0.6.1.tar.gz BuildArch: noarch @@ -35,7 +35,7 @@ Provides: python3-isodate-doc Development documents and examples for isodate %prep -%autosetup -n isodate-0.6.0 +%autosetup -n isodate-0.6.1 %build %py3_build @@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed Jun 29 2022 SimpleUpdate Robot - 0.6.1-1 +- Upgrade to version 0.6.1 + * Tue May 10 2022 houyingchao - 0.6.0-2 - License compliance rectification