update to 0.8.0 [release 0.8.0-1mamba;Thu May 09 2024]
This commit is contained in:
parent
0d4fbc6940
commit
dd8edf1657
@ -1,14 +1,14 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-pyproject-metadata
|
||||
Version: 0.7.1
|
||||
Release: 2mamba
|
||||
Version: 0.8.0
|
||||
Release: 1mamba
|
||||
Summary: PEP 621 metadata parsing
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/FFY00/python-pyproject-metadata
|
||||
Source: http://pypi.debian.net/pyproject-metadata/pyproject-metadata-%{version}.tar.gz
|
||||
URL: https://github.com/pypa/pyproject-metadata
|
||||
Source: http://pypi.debian.net/pyproject-metadata/pyproject_metadata-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
@ -24,7 +24,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n pyproject-metadata-%{version}
|
||||
%setup -q -n pyproject_metadata-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
@ -49,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
||||
- update to 0.8.0
|
||||
|
||||
* Fri Sep 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-2mamba
|
||||
- rebuilt with python3 == 3.11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user