From 28f15ad02e684229fa946b98bd8e79c45040b5eb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 16 Jun 2022 11:13:11 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-httpretty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index e84de09..7e73dbf 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -16,7 +16,7 @@ Name: python-httpretty Version: 1.1.4 # If github_date is defined, assume a post-release snapshot -Release: 7%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 8%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: HTTP request mock tool for Python License: MIT @@ -102,4 +102,7 @@ sed -i 's/^rednose = 1$//' setup.cfg %changelog +* Thu Jun 16 2022 Python Maint - 1.1.4-8 +- Rebuilt for Python 3.11 + %autochangelog