python-charset-normalizer
This commit is contained in:
parent
2c24b39d63
commit
0f795ea69e
BIN
3.0.1.tar.gz
BIN
3.0.1.tar.gz
Binary file not shown.
BIN
charset-normalizer-3.2.0.tar.gz
Normal file
BIN
charset-normalizer-3.2.0.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
%global test 1
|
%global test 1
|
||||||
|
|
||||||
Name: python-charset-normalizer
|
Name: python-charset-normalizer
|
||||||
Version: 3.0.1
|
Version: 3.2.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: The Real First Universal Charset Detector
|
Summary: The Real First Universal Charset Detector
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/ousret/charset_normalizer
|
URL: https://github.com/ousret/charset_normalizer
|
||||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/charset-normalizer-3.2.0.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ a new approach. All IANA character set names for which the Python core
|
|||||||
library provides codecs are supported.
|
library provides codecs are supported.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n charset_normalizer-%{version}
|
%autosetup -n charset-normalizer-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -53,6 +53,9 @@ library provides codecs are supported.
|
|||||||
%{python3_sitelib}/charset_normalizer*
|
%{python3_sitelib}/charset_normalizer*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 12 2023 sunhui <sunhui@kylinos.cn> - 3.2.0-1
|
||||||
|
- Update package to version 3.2.0
|
||||||
|
|
||||||
* Thu Dec 15 2022 <lijian> <lijian2@kylinos.cn> - 3.0.1-1
|
* Thu Dec 15 2022 <lijian> <lijian2@kylinos.cn> - 3.0.1-1
|
||||||
- update to upstream version 3.0.1
|
- update to upstream version 3.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user