rebuilt with python3 = 3.11.5 [release 0.11.2-2mamba;Tue Sep 26 2023]
This commit is contained in:
parent
7615fc0075
commit
cbc8f55b74
@ -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 <autodist@mambasoft.it> 0.11.2-2mamba
|
||||
- rebuilt with python3 = 3.11.5
|
||||
|
||||
* Sat Jul 29 2023 Automatic Build System <autodist@mambasoft.it> 0.11.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user