Upstream 4.2.1

This commit is contained in:
Haikel Guemar 2018-02-07 09:36:19 +01:00
parent 21c5287953
commit aa2db69257

View File

@ -7,8 +7,8 @@
%endif
Name: python-%{pypi_name}
Version: 4.1.2
Release: 2%{?dist}
Version: 4.2.1
Release: 1%{?dist}
Summary: Module to simplify usage of decorators
License: BSD
@ -89,6 +89,9 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \;
%endif # with python3
%changelog
* Wed Feb 7 2018 Haïkel Guémar <hguemar@fedoraproject.org> - 4.2.1-1
- Upstream 4.2.1
* Tue Jan 16 2018 Iryna Shcherbina <ishcherb@redhat.com> - 4.1.2-2
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)