Update various package versions for 6.2. - #1109
Open
mauritsvanrees wants to merge 3 commits into
Open
Conversation
Note: this introduces `comrak` as dependency of `readme-renderer`, and `feedparser-sgmllib` as dependency of `feedparser`. I tried updating Products.CMFCore from 3.8 to 3.9, but this gives test failures in `Products.CMFPlone/CMFEditions` and `plone.app.portlets`. For now I added a version annotation.
mauritsvanrees
force-pushed
the
maurits-update-versions-62-2026-08-05
branch
from
August 6, 2026 14:48
7304662 to
bbf3e12
Compare
Otherwise you get an error: `rpds-py==2026.6.3 depends on Python>=3.11`
mauritsvanrees
marked this pull request as ready for review
August 6, 2026 14:58
`readme-renderer` 45 switches from `cmarkgfm` to `comrak`, which is missing some wheels for Mac. Works fine for me locally, but not on GitHub Actions on Python 3.10. See https://github.com/plone/buildout.coredev/actions/runs/31113341764/job/92656507567?pr=1109
Member
Author
|
There is an issue with GitHub Actions in general currently: Meanwhile Jenkins can have a go: @jenkins-plone-org please run jobs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: this introduces
comrakas dependency ofreadme-renderer, andfeedparser-sgmllibas dependency offeedparser.I tried updating Products.CMFCore from 3.8 to 3.9, but this gives test failures in
Products.CMFPlone/CMFEditionsandplone.app.portlets. For now I added a version annotation.This is based on PR #1108. We can merge that one first. But some failures are left there. [Update: solved now, and this branch rebased/force-pushed.]