update to 0.8.0 [release 0.8.0-1mamba;Thu May 09 2024]

This commit is contained in:
Silvan Calarco 2024-05-10 13:45:53 +02:00
parent 0d4fbc6940
commit dd8edf1657

View File

@ -1,14 +1,14 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pyproject-metadata Name: python-pyproject-metadata
Version: 0.7.1 Version: 0.8.0
Release: 2mamba Release: 1mamba
Summary: PEP 621 metadata parsing Summary: PEP 621 metadata parsing
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/FFY00/python-pyproject-metadata URL: https://github.com/pypa/pyproject-metadata
Source: http://pypi.debian.net/pyproject-metadata/pyproject-metadata-%{version}.tar.gz Source: http://pypi.debian.net/pyproject-metadata/pyproject_metadata-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel BuildRequires: libpython311-devel
@ -24,7 +24,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%endif %endif
%prep %prep
%setup -q -n pyproject-metadata-%{version} %setup -q -n pyproject_metadata-%{version}
%build %build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
@ -49,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE %doc LICENSE
%changelog %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 * Fri Sep 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-2mamba
- rebuilt with python3 == 3.11 - rebuilt with python3 == 3.11