From 4bbe55a34387102fc0ac8477d84cce163e51ac73 Mon Sep 17 00:00:00 2001 From: kerongw Date: Thu, 20 Jan 2022 07:27:38 +0000 Subject: [PATCH] enable test case (cherry picked from commit 2fc96d9953b7b4b9862117c365544fd592818f96) --- python-charset-normalizer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 290a923..a520030 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -1,8 +1,8 @@ -%global test 0 +%global test 1 Name: python-charset-normalizer Version: 2.0.8 -Release: 1 +Release: 2 Summary: The Real First Universal Charset Detector License: MIT @@ -53,5 +53,8 @@ library provides codecs are supported. %{python3_sitelib}/charset_normalizer* %changelog +* Thu Jan 20 2022 wangkerong - 2.0.8-2 +- enable test case + * Sat Dec 18 2021 wangkerong - 2.0.8-1 - Package init