From c485049173d289dc16044db952927ea6049565ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:20:31 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-sphinxcontrib-httpdomain.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-httpdomain.spec b/python-sphinxcontrib-httpdomain.spec index fc31977..cb4ee71 100644 --- a/python-sphinxcontrib-httpdomain.spec +++ b/python-sphinxcontrib-httpdomain.spec @@ -3,7 +3,7 @@ Name: python-%{upstream_name} Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Sphinx domain for documenting HTTP APIs License: BSD URL: http://packages.python.org/sphinxcontrib-httpdomain/ @@ -84,6 +84,9 @@ rm -r *.egg-info %endif %changelog +* Tue Jun 19 2018 Miro HronĨok - 1.6.1-2 +- Rebuilt for Python 3.7 + * Mon Mar 05 2018 Dan Callaghan - 1.6.1-1 - Update to 1.6.1 bug fix release (RHBZ#1551209)