diff --git a/3.0.1.tar.gz b/3.0.1.tar.gz deleted file mode 100644 index 0998a1b..0000000 Binary files a/3.0.1.tar.gz and /dev/null differ diff --git a/charset-normalizer-3.2.0.tar.gz b/charset-normalizer-3.2.0.tar.gz new file mode 100644 index 0000000..df1c523 Binary files /dev/null and b/charset-normalizer-3.2.0.tar.gz differ diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index fe28020..26c6a56 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -1,13 +1,13 @@ %global test 1 Name: python-charset-normalizer -Version: 3.0.1 +Version: 3.2.0 Release: 1 Summary: The Real First Universal Charset Detector License: MIT 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 @@ -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 +* Wed Jul 12 2023 sunhui - 3.2.0-1 +- Update package to version 3.2.0 + * Thu Dec 15 2022 - 3.0.1-1 - update to upstream version 3.0.1