Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1975833 Details for
Bug 2180466
pykka fails to build with Sphinx 6.1.3
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix-FTBFS-RHBZ-2180466.patch
0001-Fix-FTBFS-RHBZ-2180466.patch (text/plain), 2.27 KB, created by
Tobias
on 2023-07-14 17:05:51 UTC
(
hide
)
Description:
Fix-FTBFS-RHBZ-2180466.patch
Filename:
MIME Type:
Creator:
Tobias
Created:
2023-07-14 17:05:51 UTC
Size:
2.27 KB
patch
obsolete
>From 02ac7de22bc968332e306dded317101d9ca9e73c Mon Sep 17 00:00:00 2001 >From: Tobias Girstmair <t-fedora@girst.at> >Date: Fri, 14 Jul 2023 18:58:14 +0200 >Subject: [PATCH] Fix FTBFS (RHBZ#2180466) > >--- > fix-sphinx.diff | 11 +++++++++++ > pykka.spec | 9 +++++++-- > 2 files changed, 18 insertions(+), 2 deletions(-) > create mode 100644 fix-sphinx.diff > >diff --git a/fix-sphinx.diff b/fix-sphinx.diff >new file mode 100644 >index 0000000..6bc0521 >--- /dev/null >+++ b/fix-sphinx.diff >@@ -0,0 +1,11 @@ >+--- docs/conf.py 2023-07-14 18:30:38.727108297 +0200 >++++ docs/conf.py 2023-07-14 18:30:54.197212898 +0200 >+@@ -116,7 +116,7 @@ >+ >+ # -- Options for extlink extension -------------------------------------------- >+ >+-extlinks = {'issue': ('https://github.com/jodal/pykka/issues/%s', '#')} >++extlinks = {'issue': ('https://github.com/jodal/pykka/issues/%s', '#%s')} >+ >+ >+ # -- Options for intersphinx extension ---------------------------------------- >diff --git a/pykka.spec b/pykka.spec >index fbe8037..dc9866d 100644 >--- a/pykka.spec >+++ b/pykka.spec >@@ -2,7 +2,7 @@ > > Name: pykka > Version: 2.0.2 >-Release: 15%{?dist} >+Release: 16%{?dist} > Summary: Python library that provides concurrency using actor model > > License: ASL 2.0 >@@ -10,6 +10,8 @@ URL: https://www.pykka.org/ > Source0: https://github.com/jodal/pykka/archive/v%{version}/%{name}-%{version}.tar.gz > BuildArch: noarch > >+Patch0: fix-sphinx.diff >+ > %description > Pykka is a Python implementation of the actor model. The actor > model introduces some simple rules to control the sharing of state >@@ -47,7 +49,7 @@ This package provides the documentation for %{name}, e.g. the API as > devhelp docs, and examples. > > %prep >-%autosetup >+%autosetup -p0 > # disable 1 failing test (already removed from pykka 2.0.3) > sed -i '/def test_upgrade_internal_message/i@pytest.mark.skip()' tests/test_messages.py > >@@ -79,6 +81,9 @@ cp -rp docs/_build/devhelp %{buildroot}%{_datarootdir}/devhelp/%{pypi_name} > %exclude %{_datarootdir}/devhelp/%{pypi_name}/.* > > %changelog >+* Fri Jul 14 2023 Tobias Girstmair <t-fedora@girst.at> - 2.0.2-16 >+- Fix FTBFS (RHBZ#2180466) >+ > * Wed Jun 28 2023 Python Maint <python-maint@redhat.com> - 2.0.2-15 > - Rebuilt for Python 3.12 > >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2180466
: 1975833