!4 Package upgrade

From: @wk333 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-30 02:15:09 +00:00 committed by Gitee
commit a5bb9f7170
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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: 2 Release: 1
Summary: An ISO 8601 date/time/duration parser and formatter Summary: An ISO 8601 date/time/duration parser and formatter
License: BSD-3-Clause 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-0.6.1
%build %build
%py3_build %py3_build
@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Wed Jun 29 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.6.1-1
- Upgrade to version 0.6.1
* Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 0.6.0-2 * Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 0.6.0-2
- License compliance rectification - License compliance rectification