[packages/python-pluginbase] - updated to 1.0.1, build docs using sphinx 1.x
qboosh
qboosh at pld-linux.org
Tue May 27 21:13:59 CEST 2025
commit d3343e3e149334b3feba56e9ca4be8784b4e636d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue May 27 21:05:52 2025 +0200
- updated to 1.0.1, build docs using sphinx 1.x
python-pluginbase.spec | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/python-pluginbase.spec b/python-pluginbase.spec
index 403fe2b..058f452 100644
--- a/python-pluginbase.spec
+++ b/python-pluginbase.spec
@@ -8,23 +8,23 @@
Summary: Python 2 module for development of flexible plugin systems in Python
Summary(pl.UTF-8): Moduł Pythona 2 do tworzenia elastycznych systemów wtyczek w Pythonie
Name: python-pluginbase
-Version: 1.0.0
-Release: 7
+Version: 1.0.1
+Release: 1
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/pluginbase/
Source0: https://files.pythonhosted.org/packages/source/p/pluginbase/pluginbase-%{version}.tar.gz
-# Source0-md5: f85d8c9cb4d30e90da157a22d11dc727
+# Source0-md5: 8f1e3ba4d58187cece5b5a40ae1b0154
URL: https://pypi.org/project/pluginbase/
%if %{with python2}
-BuildRequires: python-modules >= 1:2.6
+BuildRequires: python-modules >= 1:2.7
BuildRequires: python-setuptools
%if %{with tests}
BuildRequires: python-pytest
%endif
%endif
%if %{with python3}
-BuildRequires: python3-modules >= 1:3.3
+BuildRequires: python3-modules >= 1:3.4
BuildRequires: python3-setuptools
%if %{with tests}
BuildRequires: python3-pytest
@@ -33,9 +33,9 @@ BuildRequires: python3-pytest
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with doc}
-BuildRequires: sphinx-pdg
+BuildRequires: sphinx-pdg-2
%endif
-Requires: python-modules >= 1:2.6
+Requires: python-modules >= 1:2.7
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -51,7 +51,7 @@ systemów wtyczek w Pythonie.
Summary: Python 3 module for development of flexible plugin systems in Python
Summary(pl.UTF-8): Moduł Pythona 3 do tworzenia elastycznych systemów wtyczek w Pythonie
Group: Libraries/Python
-Requires: python3-modules >= 1:3.3
+Requires: python3-modules >= 1:3.4
%description -n python3-pluginbase
PluginBase is a module for Python that enables the development of
@@ -101,7 +101,8 @@ cd ..
%endif
%if %{with doc}
-%{__make} -C docs html
+%{__make} -C docs html \
+ SPHINXBUILD=sphinx-build-2
%endif
%install
@@ -123,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with python2}
%files
%defattr(644,root,root,755)
-%doc LICENSE README.md
+%doc LICENSE README.rst
%{py_sitescriptdir}/pluginbase.py[co]
%{py_sitescriptdir}/pluginbase-%{version}-py*.egg-info
%endif
@@ -131,7 +132,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with python3}
%files -n python3-pluginbase
%defattr(644,root,root,755)
-%doc LICENSE README.md
+%doc LICENSE README.rst
%{py3_sitescriptdir}/pluginbase.py
%{py3_sitescriptdir}/__pycache__/pluginbase.cpython-*.py[co]
%{py3_sitescriptdir}/pluginbase-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pluginbase.git/commitdiff/d3343e3e149334b3feba56e9ca4be8784b4e636d
More information about the pld-cvs-commit
mailing list