From 2ded1c1b6936d6bb2773574ad33f436b6a6e865b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:05:00 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-html2text.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-html2text.spec b/python-html2text.spec index 9ba3866..705ec0d 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -18,7 +18,7 @@ also happens to be valid Markdown (a text-to-HTML format). Name: python-%{upname} Version: 2016.9.19 -Release: 5%{?dist} +Release: 6%{?dist} Summary: %{common_sum} License: GPLv3 @@ -150,6 +150,9 @@ export PYTHONPATH="%{buildroot}%{python2_sitelib}" %changelog +* Tue Jun 19 2018 Miro HronĨok - 2016.9.19-6 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 2016.9.19-5 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)