From 5232e19e5164799ae85deb27d4d53996dced6874 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 12:39:47 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-httpretty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index 97e27b3..4e5b56b 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -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 - 0.9.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Jan 08 2020 Charalampos Stratakis - 0.9.7-1 - Update to 0.9.7 (rhbz#1759992)