update to 7.2.6 [release 7.2.6-1mamba;Thu Mar 14 2024]
This commit is contained in:
parent
25fe698817
commit
603c6dd706
@ -1,15 +1,15 @@
|
|||||||
%define pkgname sphinx
|
%define pkgname sphinx
|
||||||
Name: python-sphinx
|
Name: python-sphinx
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 7.0.1
|
Version: 7.2.6
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Python documentation generator
|
Summary: Python documentation generator
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.sphinx-doc.org/en/master/
|
URL: https://www.sphinx-doc.org/en/master/
|
||||||
Source: https://pypi.debian.net/Sphinx/Sphinx-%{version}.tar.gz
|
Source: https://pypi.debian.net/Sphinx/sphinx-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
@ -45,10 +45,12 @@ Although it is still under constant development, the following features are alre
|
|||||||
* Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings.
|
* Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
%if "%{?with_pyver}" == "310"
|
%if "%{?with_pyver}" == "3"
|
||||||
%define py_requires_append \
|
%define py_requires_append \
|
||||||
Provides: python-Sphinx \
|
Provides: python-Sphinx \
|
||||||
Obsoletes: python-Sphinx < 2:6.1.3 \
|
Obsoletes: python-Sphinx < 2:6.1.3 \
|
||||||
|
Provides: python-sphinx-py310 \
|
||||||
|
Obsoletes: python-sphinx-py310 < 2:7.2.6-1mamba \
|
||||||
Provides: python-Sphinx-py310 \
|
Provides: python-Sphinx-py310 \
|
||||||
Obsoletes: python-Sphinx-py310 < 2:6.1.3-3mamba \
|
Obsoletes: python-Sphinx-py310 < 2:6.1.3-3mamba \
|
||||||
Obsoletes: python-Sphinx-py36 < 3.5.4-2mamba \
|
Obsoletes: python-Sphinx-py36 < 3.5.4-2mamba \
|
||||||
@ -58,7 +60,7 @@ Obsoletes: python-Sphinx-py3 < 2:6.1.3
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Sphinx-%{version}
|
%setup -q -n sphinx-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||||
@ -67,7 +69,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
||||||
|
|
||||||
%if "%{?with_pyver}" != "310"
|
%if "%{?with_pyver}" != "3"
|
||||||
# Rename any conflicting file outside of python site packages tree
|
# Rename any conflicting file outside of python site packages tree
|
||||||
for f in %{_bindir}/sphinx-{apidoc,autogen,build,quickstart}; do
|
for f in %{_bindir}/sphinx-{apidoc,autogen,build,quickstart}; do
|
||||||
mv %{buildroot}${f}{,-%{?pyappend}}
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||||
@ -91,6 +93,9 @@ done
|
|||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 7.2.6-1mamba
|
||||||
|
- update to 7.2.6
|
||||||
|
|
||||||
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 7.0.1-2mamba
|
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 7.0.1-2mamba
|
||||||
- rebuilt with python3 = 3.11.5
|
- rebuilt with python3 = 3.11.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user