merge branch 'origin/master' into epel8 so we can use a single-source version

This commit is contained in:
Felix Schwarz 2020-04-14 15:01:19 +02:00
commit 3549eb7098
2 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,2 @@
[koji]
targets = epel8 epel8-playground
targets =

View file

@ -3,7 +3,7 @@
Name: python-pyrfc3339
Version: 1.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Generate and parse RFC 3339 timestamps
License: MIT
@ -52,6 +52,9 @@ RFC 3339-compliant timestamps using Python datetime.datetime objects.
%changelog
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Oct 08 2019 Eli Young <elyscape@gmail.com> - 1.1-1
- Update to 1.1 (#1697425)