Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2020-01-30 12:39:47 +00:00
parent 6a94336940
commit 5232e19e51

View File

@ -17,7 +17,7 @@
Name: python-httpretty
Version: 0.9.7
# If github_date is defined, assume a post-release snapshot
Release: 1%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
Release: 2%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}
Summary: HTTP request mock tool for Python
License: MIT
@ -152,6 +152,9 @@ LANG=C.UTF-8 %{__python2} -m nose -v
%changelog
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Jan 08 2020 Charalampos Stratakis <cstratak@redhat.com> - 0.9.7-1
- Update to 0.9.7 (rhbz#1759992)