update to 3.4.0 [release 3.4.0-1mamba;Wed Dec 04 2024]

This commit is contained in:
Silvan Calarco 2024-12-05 02:00:11 +01:00
parent 0395ab0416
commit 778cb49d5d

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 3.4.0-1mamba
- update to 3.4.0
* Wed Nov 01 2023 Automatic Build System <autodist@mambasoft.it> 3.3.2-1mamba
- automatic version update by autodist