From 1c4218c7885ea4038b67fd96f9ec6c70a55e1484 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:55:31 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.5.10-2mamba;Wed Sep 27 2023] --- python-bson.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/python-bson.spec b/python-bson.spec index be1bd44..0e9658a 100644 --- a/python-bson.spec +++ b/python-bson.spec @@ -1,20 +1,21 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-bson Version: 0.5.10 -Release: 1mamba +Release: 2mamba Summary: BSON codec for Python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://github.com/py-bson/bson +URL: https://github.com/py-bson/bson Source: https://pypi.debian.net/bson/bson-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(python-dateutil) -BuildRequires: python3.7dist(six) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(python-dateutil) +BuildRequires: python3.11dist(six) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -48,5 +49,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}/* %changelog +* Wed Sep 27 2023 Automatic Build System 0.5.10-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sat May 06 2023 Silvan Calarco 0.5.10-1mamba - package created using the webbuild interface