From 778cb49d5d7b919a2e0321d539edfc1bc1e95543 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 5 Dec 2024 02:00:11 +0100 Subject: [PATCH] update to 3.4.0 [release 3.4.0-1mamba;Wed Dec 04 2024] --- python-charset-normalizer.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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