From 11fd82fecc1cdd57e6dafae5584bb2b4719d6d78 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 10:48:54 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 0.4.4-2mamba;Fri Apr 07 2023] --- python-binaryornot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-binaryornot.spec b/python-binaryornot.spec index 013dbf1..bdfa64d 100644 --- a/python-binaryornot.spec +++ b/python-binaryornot.spec @@ -1,13 +1,13 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-binaryornot Version: 0.4.4 -Release: 1mamba +Release: 2mamba Summary: Ultra-lightweight pure Python package to check if a file is binary or text Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/audreyr/binaryornot +URL: https://github.com/audreyfeldroy/binaryornot Source: https://pypi.debian.net/binaryornot/binaryornot-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN @@ -49,5 +49,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Fri Apr 07 2023 Sdk Build System 0.4.4-2mamba +- rebuilt with python 3.10 + * Sun Feb 13 2022 Silvan Calarco 0.4.4-1mamba - package created using the webbuild interface