automatic version update by autodist [release 5.2-1mamba;Fri Dec 01 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:49:36 +01:00
parent 75b226ce16
commit b56ca5fd9a

View File

@ -1,5 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2-)
Name: python-tzlocal Name: python-tzlocal
Version: 5.1 Version: 5.2
Release: 1mamba Release: 1mamba
Summary: This Python module returns a tzinfo object with the local timezone information Summary: This Python module returns a tzinfo object with the local timezone information
Group: System/Libraries Group: System/Libraries
@ -25,25 +26,30 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%setup -q -n tzlocal-%{version} %setup -q -n tzlocal-%{version}
%build %build
CFLAGS="%{optflags}" %{__python} setup.py build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \ %{__python} -m installer --destdir=%{buildroot} dist/*.whl
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
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}/tqdm; do
# mv %{buildroot}${f}{,-%{?pyappend}}
#done
#%endif
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend}
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/tzlocal-%{version}-py*.egg-info %dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitearch}/tzlocal-%{version}-py*.egg-info/* %{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%changelog %changelog
* Fri Dec 01 2023 Automatic Build System <autodist@mambasoft.it> 5.2-1mamba
- automatic version update by autodist
* Thu Oct 05 2023 Automatic Build System <autodist@mambasoft.it> 5.1-1mamba * Thu Oct 05 2023 Automatic Build System <autodist@mambasoft.it> 5.1-1mamba
- automatic version update by autodist - automatic version update by autodist