diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 6acf9b2..82cc5ed 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -1,14 +1,14 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-charset-normalizer -Version: 3.3.2 +Version: 3.4.0 Release: 1mamba Summary: The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/ousret/charset_normalizer -Source: https://pypi.debian.net/charset-normalizer/charset-normalizer-%{version}.tar.gz +URL: https://github.com/jawah/charset_normalizer +Source: https://pypi.debian.net/charset-normalizer/charset_normalizer-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -24,7 +24,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %endif %prep -%setup -q -n charset-normalizer-%{version} +%setup -q -n charset_normalizer-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -52,6 +52,9 @@ sed -i "s|%{_bindir}/normalizer|%{_bindir}/normalizer%{with_pyver}|" %{name}.fil %doc LICENSE %changelog +* Wed Dec 04 2024 Silvan Calarco 3.4.0-1mamba +- update to 3.4.0 + * Wed Nov 01 2023 Automatic Build System 3.3.2-1mamba - automatic version update by autodist