update to version 0.6.1

This commit is contained in:
wang--ge 2022-10-29 11:36:03 +08:00
parent 7a88995dd5
commit a4cb9c21e7
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
isodate-0.6.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-isodate Name: python-isodate
Version: 0.6.0 Version: 0.6.1
Release: 1 Release: 1
Summary: An ISO 8601 date/time/duration parser and formatter Summary: An ISO 8601 date/time/duration parser and formatter
License: BSD License: BSD-3-Clause
URL: https://github.com/gweis/isodate/ 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 BuildArch: noarch
@ -35,7 +35,7 @@ Provides: python3-isodate-doc
Development documents and examples for isodate Development documents and examples for isodate
%prep %prep
%autosetup -n isodate-0.6.0 %autosetup -n isodate-%{version}
%build %build
%py3_build %py3_build
@ -75,5 +75,8 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Sat Oct 29 2022 Ge Wang <wangge20@h-partners.com>
- Upgrade to version 0.6.1
* Sat Feb 20 2021 Python_Bot <Python_Bot@openeuler.org> * Sat Feb 20 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated