rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.4.4-3mamba;Tue Sep 26 2023]
This commit is contained in:
parent
11fd82fecc
commit
f92df53ed2
@ -1,19 +1,20 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2-)
|
%define pkgname %(echo %name | cut -d- -f2-)
|
||||||
Name: python-binaryornot
|
Name: python-binaryornot
|
||||||
Version: 0.4.4
|
Version: 0.4.4
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Ultra-lightweight pure Python package to check if a file is binary or text
|
Summary: Ultra-lightweight pure Python package to check if a file is binary or text
|
||||||
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/audreyfeldroy/binaryornot
|
URL: https://github.com/binaryornot/binaryornot
|
||||||
Source: https://pypi.debian.net/binaryornot/binaryornot-%{version}.tar.gz
|
Source: https://pypi.debian.net/binaryornot/binaryornot-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(chardet)
|
BuildRequires: python3.11dist(chardet)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -49,6 +50,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
# %doc README.rst
|
# %doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.4.4-3mamba
|
||||||
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 0.4.4-2mamba
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 0.4.4-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user