Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2021-01-27 11:14:03 +00:00
parent 1915f6a33f
commit b878346742

View File

@ -7,7 +7,7 @@ This module parses the most common forms of ISO 8601 date strings \
Name: python-%{srcname}
Version: 0.1.13
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple module to parse ISO 8601 dates
License: MIT
@ -63,6 +63,9 @@ BuildRequires: python%{python3_other_pkgversion}-setuptools
%endif
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Dec 04 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.13-1
- Update to latest upstream release 0.1.13 (#1904533)