Update to latest upstream release 1.0.2
This commit is contained in:
parent
a72c3690d6
commit
4292e2da8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ iso8601-0.1.4.tar.gz
|
||||
/iso8601-0.1.11.tar.gz
|
||||
/iso8601-0.1.12.tar.gz
|
||||
/iso8601-0.1.13.tar.gz
|
||||
/iso8601-1.0.2.tar.gz
|
||||
|
||||
@ -6,12 +6,12 @@ This module parses the most common forms of ISO 8601 date strings \
|
||||
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.1.13
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple module to parse ISO 8601 dates
|
||||
|
||||
License: MIT
|
||||
URL: https://bitbucket.org/micktwomey/pyiso8601
|
||||
URL: https://github.com/micktwomey/pyiso8601
|
||||
Source0: %{pypi_source}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -63,6 +63,9 @@ BuildRequires: python%{python3_other_pkgversion}-setuptools
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Mar 24 2022 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.2-1
|
||||
- Update to latest upstream release 1.0.2
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.13-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (iso8601-0.1.13.tar.gz) = 0a16e2699ba3f33cec57acdd2be70c64d0e2655f08d30581f56997992945b700e6bfb14164f1f422e073eefeaefab4377a56ec6b3800156347e1568172c32737
|
||||
SHA512 (iso8601-1.0.2.tar.gz) = f28fbfe82c25575ad73a92df144c108ef3cf4e1a5a9af8362187014904073f26daa3b77dde689a23cfd87cdbf86196b241e925dd8cf5fd81728f0dbeee4836b7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user