Bug 2223062 - Please branch and build python-sphinx-mdinclude for EPEL9
Summary: Please branch and build python-sphinx-mdinclude for EPEL9
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-sphinx-mdinclude
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Michel Lind
QA Contact:
URL:
Whiteboard:
Depends On: 2099848
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-15 04:03 UTC by Mattias Ellert
Modified: 2023-12-23 05:16 UTC (History)
2 users (show)

Fixed In Version: python-sphinx-mdinclude-0.5.3-4.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-12-23 05:16:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mattias Ellert 2023-07-15 04:03:50 UTC
Please branch and build python-sphinx-typlog-theme for EPEL9

In order to build on EPEL 9 the requirement on pygments must be relaxef (2.8 → 2.7).

--- sphinx_mdinclude-0.5.3.orig/pyproject.toml	2022-10-10 04:39:46.674921000 +0200
+++ sphinx_mdinclude-0.5.3/pyproject.toml	2023-07-15 05:22:45.228144987 +0200
@@ -17,7 +17,7 @@
 dependencies = [
     "mistune >=2.0,<3.0",
     "docutils >=0.16,<1.0",
-    "pygments >= 2.8",
+    "pygments >= 2.7",
 ]
 classifiers = [
     "Development Status :: 4 - Beta",

A local mock build (with a local build of python-mistune wich is still not bullt in EPEL 9) completes and passes the tests though.


Reproducible: Always

Comment 1 Fedora Release Engineering 2023-08-16 08:12:56 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle.
Changing version to 39.

Comment 2 Fedora Update System 2023-12-14 21:55:54 UTC
FEDORA-EPEL-2023-0497248ae5 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-0497248ae5

Comment 3 Fedora Update System 2023-12-15 01:41:23 UTC
FEDORA-EPEL-2023-0497248ae5 has been pushed to the Fedora EPEL 9 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-0497248ae5

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2023-12-23 05:16:12 UTC
FEDORA-EPEL-2023-0497248ae5 has been pushed to the Fedora EPEL 9 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.