From 576886adf6328bc8562363ca936d83b2c124c0b7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:44:37 +0100 Subject: [PATCH] automatic version update by autodist [release 3.0.2-1mamba;Wed Sep 27 2023] --- python-apipkg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-apipkg.spec b/python-apipkg.spec index f44f4ad..5e0aa55 100644 --- a/python-apipkg.spec +++ b/python-apipkg.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-apipkg -Version: 3.0.1 +Version: 3.0.2 Release: 1mamba Summary: A namespace control and lazy-import mechanism for Python Group: System/Libraries/Python @@ -11,7 +11,7 @@ URL: https://github.com/pytest-dev/apipkg Source: https://pypi.debian.net/apipkg/apipkg-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END BuildArch: noarch @@ -42,6 +42,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Wed Sep 27 2023 Automatic Build System 3.0.2-1mamba +- automatic version update by autodist + * Fri Oct 07 2022 Automatic Build System 3.0.1-1mamba - automatic version update by autodist