From 104ae44db6a1041f2e0c82e5d6593095954ce527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 17:49:11 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-httpretty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index 918af4e..4a321bb 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -17,7 +17,7 @@ Name: python-httpretty Version: 0.9.5 # 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 @@ -149,6 +149,9 @@ LANG=en_US.UTF-8 %{__python3} -m nose -v %changelog +* Mon Jun 18 2018 Miro Hrončok - 0.9.5-2 +- Rebuilt for Python 3.7 + * Wed Jun 06 2018 Miro Hrončok - 0.9.5-1 - Update to 0.9.5, fix for Python 3.7 (#1580060)