From cbc8f55b7444129e4ff060d1dca235bece3cd134 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:15:26 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 0.11.2-2mamba;Tue Sep 26 2023] --- python-pathspec.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pathspec.spec b/python-pathspec.spec index f58e927..1a10cb0 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pathspec Version: 0.11.2 -Release: 1mamba +Release: 2mamba Summary: Utility library for gitignore style pattern matching of file paths Group: System/Libraries Vendor: openmamba @@ -11,8 +11,9 @@ URL: https://github.com/cpburnz/python-pathspec Source: https://pypi.debian.net/pathspec/pathspec-%{version}.tar.gz License: MPL 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 %description %{summary}. @@ -45,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Tue Sep 26 2023 Automatic Build System 0.11.2-2mamba +- rebuilt with python3 = 3.11.5 + * Sat Jul 29 2023 Automatic Build System 0.11.2-1mamba - automatic version update by autodist