!17 Update package to version 3.3.2

From: @zppzhangpan 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2024-02-24 03:08:31 +00:00 committed by Gitee
commit ee23c15c81
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global test 1
Name: python-charset-normalizer
Version: 3.2.0
Version: 3.3.2
Release: 1
Summary: The Real First Universal Charset Detector
License: MIT
URL: https://github.com/ousret/charset_normalizer
Source0: %{url}/archive/refs/tags/charset-normalizer-3.2.0.tar.gz
Source0: %{url}/archive/refs/tags/charset_normalizer-%{version}.tar.gz
BuildArch: noarch
@ -33,7 +33,7 @@ a new approach. All IANA character set names for which the Python core
library provides codecs are supported.
%prep
%autosetup -n charset-normalizer-%{version}
%autosetup -n charset_normalizer-%{version}
%build
%py3_build
@ -53,6 +53,9 @@ library provides codecs are supported.
%{python3_sitelib}/charset_normalizer*
%changelog
* Sun Feb 18 2024 zhangpan <zhangpan103@h-partners.com> - 3.3.2-1
- Update package to version 3.3.2
* Wed Jul 12 2023 sunhui <sunhui@kylinos.cn> - 3.2.0-1
- Update package to version 3.2.0