FS#72480 - [python-readme-renderer] version 0.29 is incompatible with python-cmarkgfm 0.6.0

Attached to Project: Community Packages
Opened by Benoit Pierre (bpierre) - Tuesday, 19 October 2021, 16:23 GMT
Last edited by Toolybird (Toolybird) - Sunday, 14 May 2023, 05:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

`python-readme-renderer 29.0-1` is not compatible with `python-cmarkgfm 0.6.0-1`, so trying to use a Python package depending on `readme-renderer[md]` will fail with:
```
pkg_resources.VersionConflict: (cmarkgfm 0.6.0 (/usr/lib/python3.9/site-packages), Requirement.parse('cmarkgfm<0.6.0,>=0.5.0'))
```

This is fixed in `readme-renderer 30.0`: https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst#300-2021-09-30
This task depends upon

Closed by  Toolybird (Toolybird)
Sunday, 14 May 2023, 05:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  Stale. We're on python-readme-renderer 37.3-3 now, so assuming fixed.
Comment by Benoit Pierre (bpierre) - Monday, 13 December 2021, 19:10 GMT
Here is a patch updating to python-readme-renderer to 32.0.

Loading...