From 21648c017a0dcd19a9b870ed1ddaf2a5d2671ab2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:09:17 +0100 Subject: [PATCH] automatic version update by autodist [release 3.9.0-1mamba;Mon Mar 06 2023] --- python-filelock.spec | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/python-filelock.spec b/python-filelock.spec index 3a3ad20..6a9b2dd 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,5 +1,6 @@ +%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-filelock -Version: 3.8.2 +Version: 3.9.0 Release: 1mamba Summary: A platform independent file lock module in Python, which provides a simple way of inter-process communication Group: System/Libraries @@ -24,26 +25,31 @@ BuildRequires: libpython3-devel %setup -q -n filelock-%{version} %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%{__python} setup.py install \ - -O1 --skip-build \ - --root="%{buildroot}" \ - --install-headers=%{python_inc} \ - --install-lib=%{python_sitearch} \ - --record=%{name}.filelist +%{__python} -m installer --destdir=%{buildroot} dist/*.whl -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +#%if "%{?with_pyver}" != "3" +## Rename any conflicting file outside of python site packages tree +#for f in %{_bindir}/pdm; do +# mv %{buildroot}${f}{,-%{?pyappend}} +#done +#%endif -%files %{?pyappend} -f %{name}.filelist +%files %{?pyappend} %defattr(-,root,root) -%dir %{python_sitearch}/filelock-%{version}-py*.egg-info -%{python_sitearch}/filelock-%{version}-py*.egg-info/* +%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info +%{python_sitelib}/%{pkgname}-%{version}.dist-info/* +%dir %{python_sitelib}/%{pkgname} +%{python_sitelib}/%{pkgname}/* %doc LICENSE %changelog +* Mon Mar 06 2023 Automatic Build System 3.9.0-1mamba +- automatic version update by autodist + * Tue Dec 06 2022 Automatic Build System 3.8.2-1mamba - automatic version update by autodist