Bug 2223062

Summary: Please branch and build python-sphinx-mdinclude for EPEL9
Product: [Fedora] Fedora Reporter: Mattias Ellert <mattias.ellert>
Component: python-sphinx-mdincludeAssignee: Michel Lind <michel>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: michel, python-packagers-sig
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: python-sphinx-mdinclude-0.5.3-4.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-12-23 05:16:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2099848    
Bug Blocks:    

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.