rebuilt due to missing -py3 for python 3.11 [release 3.12.4-2mamba;Sun Oct 01 2023]
This commit is contained in:
parent
86babbed8a
commit
b39c3a34a4
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-filelock
|
Name: python-filelock
|
||||||
Version: 3.12.2
|
Version: 3.12.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A platform independent file lock module in Python, which provides a simple way of inter-process communication
|
Summary: A platform independent file lock module in Python, which provides a simple way of inter-process communication
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,7 +11,7 @@ URL: https://pypi.org/project/filelock/
|
|||||||
Source: https://pypi.debian.net/filelock/filelock-%{version}.tar.gz
|
Source: https://pypi.debian.net/filelock/filelock-%{version}.tar.gz
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-hatchling-py3
|
BuildRequires: python-hatchling-py3
|
||||||
BuildRequires: python-hatchling-py310
|
BuildRequires: python-hatchling-py310
|
||||||
@ -49,6 +49,15 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.4-2mamba
|
||||||
|
- rebuilt due to missing -py3 for python 3.11
|
||||||
|
|
||||||
|
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 3.12.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Sep 08 2023 Automatic Build System <autodist@mambasoft.it> 3.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 3.12.2-1mamba
|
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 3.12.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user