diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 71979acf37b84ecb804bfd68a2706581f219ceba..a0560efff2d6cfa840314c822cd5c34f75bd1b92 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -1,13 +1,12 @@ -%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 BuildArch: noarch @@ -42,6 +41,7 @@ Requires: python%{python3_pkgversion}-%{pypi_name} = %{version}-%{release} Documentation fliles for python%{python3_pkgversion}-%{pypi_name}. %prep +| %autosetup -n %{pypi_name}-%{version} -p1 sed -i "/addopts = --cov/d" setup.cfg sed -i 's/furo/sphinx_rtd_theme/g' docs/requirements.txt @@ -76,6 +76,13 @@ rm -rf html/_static/fonts/ %changelog +| +* Mon Jan 01 2024 Auto Generated Changelog Entry - 3.4.2-1 +- Sync upstream changes from commit fce388021cc4a6304964ccd4981c118370a07a39 +- Upgrade to version 3.4.2, resolving RHEL-84701 +- Remove mypy from build dependencies via pyproject.toml patching +- Update source tarball and SHA512 checksum + * Wed Mar 13 2024 Zhao Hang - 3.1.0-2 - Rebuild with python3.11