From c318f1225ba800946305fc2664305e1e544ad2b8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 1 Mar 2022 07:44:11 -0500 Subject: [PATCH] import python-chardet-4.0.0-5.el9 --- SPECS/python-chardet.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SPECS/python-chardet.spec b/SPECS/python-chardet.spec index 399d7d6..6593038 100644 --- a/SPECS/python-chardet.spec +++ b/SPECS/python-chardet.spec @@ -1,6 +1,6 @@ Name: python-chardet Version: 4.0.0 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Character encoding auto-detection in Python License: LGPLv2 URL: https://github.com/chardet/chardet @@ -64,6 +64,15 @@ grep -lr "^#\!/usr/bin/env python" chardet/ | xargs sed -i "1d" %changelog +* Mon Feb 21 2022 Tomas Orsava - 4.0.0-5 +- Add gating configuration and a simple smoke test +- Related: rhbz#1950291 + +* Tue Feb 08 2022 Tomas Orsava - 4.0.0-4 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Related: rhbz#1990421 + * Tue Aug 10 2021 Mohan Boddu - 4.0.0-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688