diff --git a/3.4.2.tar.gz b/3.4.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..12144180b6447276f886fdc70e170d0788c898e6 Binary files /dev/null and b/3.4.2.tar.gz differ diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 71979acf37b84ecb804bfd68a2706581f219ceba..9e409cd8638f607764996580548d411fd3297d6e 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -1,21 +1,22 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_without tests %global pypi_name charset-normalizer %global specrelname charset_normalizer Name: python-%{pypi_name} -Version: 3.1.0 +Version: 3.4.2 Release: %{anolis_release}%{?dist} Summary: Truly universal encoding detector in pure Python License: MIT URL: https://github.com/Ousret/%{specrelname} -Source0: https://files.pythonhosted.org/packages/ff/d7/8d757f8bd45be079d76309248845a04f09619a7b17d6dfc8c9ff6433cac2/%{pypi_name}-%{version}.tar.gz +Source0: https://github.com/ousret/charset_normalizer/archive/refs/tags/3.4.2.tar.gz BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel pyproject-rpm-macros BuildRequires: python%{python3_pkgversion}-sphinx python%{python3_pkgversion}-sphinx_rtd_theme %if %{with tests} BuildRequires: python%{python3_pkgversion}-pytest +BuildRequires: python3dist(pytest) %endif %description @@ -76,6 +77,10 @@ rm -rf html/_static/fonts/ %changelog +* Sun Sep 28 2025 wenyuzifang - 3.4.2-1 +- Updated to version 3.4.2 to fix xxxxxx + + * Wed Mar 13 2024 Zhao Hang - 3.1.0-2 - Rebuild with python3.11