Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2018-02-09 10:44:38 +00:00
parent 2214e28641
commit ea9c187df2

View File

@ -3,7 +3,7 @@
Name: python-scour
Version: 0.35
Release: 6%{?dist}
Release: 7%{?dist}
Summary: %{sum}
License: ASL 2.0
@ -77,6 +77,9 @@ find . -type f -name '*.py' -exec sed -i /env\ python/d {} ';'
%changelog
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Jan 30 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.35-6
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)