automatic version update by autodist [release 2.1.0-1mamba;Thu Mar 06 2025]

This commit is contained in:
2025-03-06 18:16:13 +01:00
parent 66eb4f185b
commit b1c9c5f3ff

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2-)
Name: python-typogrify
Version: 2.0.7
Release: 2mamba
Version: 2.1.0
Release: 1mamba
Summary: Filters to enhance web typography, including support for Django & Jinja templates
Group: System/Libraries
Vendor: openmamba
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/mintchaos/typogrify
Source: https://pypi.debian.net/typogrify/typogrify-%{version}.tar.gz
License: BSD
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(smartypants)
@ -27,29 +28,30 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%setup -q -n typogrify-%{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)
## note: this list is just an example; modify as required
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
## note: add extra documentation (if any)
# %doc README.rst
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python3_sitelib}/typogrify
%{python3_sitelib}/typogrify/*
%changelog
* Thu Mar 06 2025 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
- automatic version update by autodist
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 2.0.7-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba