public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-barbicanclient] epel10.2: Switch to sphinx-build to create doc
@ 2026-08-30 14:21 Alfredo Moralejo
0 siblings, 0 replies; only message in thread
From: Alfredo Moralejo @ 2026-08-30 14:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-barbicanclient
Branch : epel10.2
Commit : 6bbb46165cde806d6960876cbcedc49405775346
Author : Alfredo Moralejo <amoralej@redhat.com>
Date : 2023-08-16T10:56:43+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-barbicanclient/c/6bbb46165cde806d6960876cbcedc49405775346?branch=epel10.2
Log:
Switch to sphinx-build to create doc
Sphinx 7 has removed the setuptools integration (see: https://github.com/sphinx-doc/sphinx/pull/11363).
---
diff --git a/python-barbicanclient.spec b/python-barbicanclient.spec
index 92dca43..a4b0e21 100644
--- a/python-barbicanclient.spec
+++ b/python-barbicanclient.spec
@@ -13,7 +13,7 @@ a command-line script (barbican).
Name: python-barbicanclient
Version: 5.5.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Client Library for OpenStack Barbican Key Management API
License: ASL 2.0
@@ -87,7 +87,7 @@ rm -rf {test-,}requirements.txt
%if 0%{?with_doc}
# doc
-%{__python3} setup.py build_sphinx -b html
+sphinx-build -b html doc/source doc/build/html
# Fix hidden-file-or-dir warnings
rm -fr doc/build/html/.buildinfo
%endif
@@ -111,6 +111,9 @@ ln -s ./barbican %{buildroot}%{_bindir}/barbican-3
%endif
%changelog
+* Wed Aut 16 2023 Alfredo Moralejo <amoralej@gmail.com> - 5.5.0-4
+- Switch to sphinx-build to create the documentation
+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-30 14:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 14:21 [rpms/python-barbicanclient] epel10.2: Switch to sphinx-build to create doc Alfredo Moralejo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox