update to 3.4.0 [release 3.4.0-1mamba;Wed Dec 04 2024]
This commit is contained in:
parent
0395ab0416
commit
778cb49d5d
@ -1,14 +1,14 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2-)
|
%define pkgname %(echo %name | cut -d- -f2-)
|
||||||
Name: python-charset-normalizer
|
Name: python-charset-normalizer
|
||||||
Version: 3.3.2
|
Version: 3.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet
|
Summary: The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/ousret/charset_normalizer
|
URL: https://github.com/jawah/charset_normalizer
|
||||||
Source: https://pypi.debian.net/charset-normalizer/charset-normalizer-%{version}.tar.gz
|
Source: https://pypi.debian.net/charset-normalizer/charset_normalizer-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
@ -24,7 +24,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n charset-normalizer-%{version}
|
%setup -q -n charset_normalizer-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -52,6 +52,9 @@ sed -i "s|%{_bindir}/normalizer|%{_bindir}/normalizer%{with_pyver}|" %{name}.fil
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 01 2023 Automatic Build System <autodist@mambasoft.it> 3.3.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user