From 5c191bbe10bbb3d0907cc179ad0b8dddc03c12cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 15:50:49 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-chardet.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-chardet.spec b/python-chardet.spec index 7a68b86..fa44b36 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -1,8 +1,7 @@ -%global _without_tests 1 %global pypi_name chardet Name: python-%{pypi_name} Version: 3.0.4 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Character encoding auto-detection in Python License: LGPLv2 URL: https://github.com/%{pypi_name}/%{pypi_name} @@ -59,6 +58,9 @@ sed -ie '1d' %{pypi_name}/cli/chardetect.py %changelog +* Fri May 22 2020 Miro Hrončok - 3.0.4-17 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 3.0.4-16 - Bootstrap for Python 3.9