From d947672d8ff58ea41c9bf2c5380a3e3c9e6eaa0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 15:41:37 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-chardet.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-chardet.spec b/python-chardet.spec index 3ed6349..4ba90ec 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: 11%{?dist} +Release: 12%{?dist} Summary: Character encoding auto-detection in Python License: LGPLv2 URL: https://github.com/%{pypi_name}/%{pypi_name} @@ -82,6 +81,9 @@ rm %{buildroot}%{_bindir}/* %changelog +* Thu Aug 15 2019 Miro Hrončok - 3.0.4-12 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 Miro Hrončok - 3.0.4-11 - Bootstrap for Python 3.8