803c30a89d
Accepting request 1239132 from devel:languages:python
Ana Guerrero2025-01-23 16:57:11 +00:00
6bed2955da
- Add pygments.patch to fix test failure with Pygments 2.19
Steve Kowalik2025-01-21 03:48:54 +00:00
2e19cef072
Accepting request 1239062 from home:mcalabkova:branches:devel:languages:python
Steve Kowalik2025-01-21 03:48:54 +00:00
4d2fbfbe87
Accepting request 1222462 from devel:languages:python
Ana Guerrero2024-11-08 10:55:53 +00:00
c2fd3ea1dd
Accepting request 1222462 from devel:languages:python
Ana Guerrero2024-11-08 10:55:53 +00:00
f57734f9a9
- Update to 44.0: * Drop support for Python 3.8 (#315) * Require docutils 0.21.2 and higher (#315) * Remove HTML5 <s> tag from the list of allowed HTML tags (#315) * Test all supported CPython and PyPy versions in CI (#315) * Resolve Node 16 deprecation warnings in CI (#309) * Lint specific directories (#312) * Build a wheel once for all tox test environments (#308) * Lazy open output files, and always close them (#314) * Gitpod: Migrate to the Even Better TOML extension (#306) * check-manifest: Remove a now-default .gitpod.yml exclusion (#307)
Daniel Garcia2024-11-07 13:31:06 +00:00
0f7bf087c0
- Update to 44.0: * Drop support for Python 3.8 (#315) * Require docutils 0.21.2 and higher (#315) * Remove HTML5 <s> tag from the list of allowed HTML tags (#315) * Test all supported CPython and PyPy versions in CI (#315) * Resolve Node 16 deprecation warnings in CI (#309) * Lint specific directories (#312) * Build a wheel once for all tox test environments (#308) * Lazy open output files, and always close them (#314) * Gitpod: Migrate to the Even Better TOML extension (#306) * check-manifest: Remove a now-default .gitpod.yml exclusion (#307)
Daniel Garcia2024-11-07 13:31:06 +00:00
3d77a10eaf
Accepting request 1158468 from devel:languages:python
Ana Guerrero2024-03-18 15:44:18 +00:00
b5ced28b7f
Accepting request 1158468 from devel:languages:python
Ana Guerrero2024-03-18 15:44:18 +00:00
03bf736d48
- update to 43.0: * Allow HTML5 picture tag through cleaner * Test against Python 3.12
Dirk Mueller2024-03-16 12:55:18 +00:00
32e7477004
- update to 43.0: * Allow HTML5 picture tag through cleaner * Test against Python 3.12
Dirk Mueller2024-03-16 12:55:18 +00:00
492b6f3fd4
Accepting request 1135356 from devel:languages:python
Ana Guerrero2023-12-28 21:54:15 +00:00
47a511165e
Accepting request 1135356 from devel:languages:python
Ana Guerrero2023-12-28 21:54:15 +00:00
6d27b20932
- update to 42.0: * Migrate from `bleach to nh3 (#295) * Migrate from setup.py to pyproject.toml`
Dirk Mueller2023-12-27 16:47:03 +00:00
ced4271fcf
- update to 42.0: * Migrate from `bleach to nh3 (#295) * Migrate from setup.py to pyproject.toml`
Dirk Mueller2023-12-27 16:47:03 +00:00
98401a300d
Accepting request 1109530 from devel:languages:python
Ana Guerrero2023-09-08 19:15:07 +00:00
bd1c3092af
Accepting request 1109530 from devel:languages:python
Ana Guerrero2023-09-08 19:15:07 +00:00
68d8d2201b
- update to 41.0: * Allow HTML5 figcaption tag through cleaner (#291) * Test README.rst from this project (#288) * Add CLI option to render package README. (#271) * Adapt tests to pygments 2.14.0 (#272) * Update release process to use Trusted Publishing (#276) * Replace usage of deprecated pkg_resources with importlib.metadata (#281) * Drop support for Python 3.7 (#282), Test against Python 3.11 (#280) - drop fix-tests-pygments-2.14.0.patch (upstream) pygments gh#pypa/readme_renderer#272 * Preserve lang attribute in pre (#247)
Dirk Mueller2023-09-07 11:39:59 +00:00
80ef72ff98
- update to 41.0: * Allow HTML5 figcaption tag through cleaner (#291) * Test README.rst from this project (#288) * Add CLI option to render package README. (#271) * Adapt tests to pygments 2.14.0 (#272) * Update release process to use Trusted Publishing (#276) * Replace usage of deprecated pkg_resources with importlib.metadata (#281) * Drop support for Python 3.7 (#282), Test against Python 3.11 (#280) - drop fix-tests-pygments-2.14.0.patch (upstream) pygments gh#pypa/readme_renderer#272 * Preserve lang attribute in pre (#247)
Dirk Mueller2023-09-07 11:39:59 +00:00
f20cfd59b4
- Add fix-tests-pygments-2.14.0.patch to adapt tests to the new version of pygments gh#pypa/readme_renderer#272
Daniel Garcia2023-01-04 16:26:26 +00:00
55c8b7373d
- Add fix-tests-pygments-2.14.0.patch to adapt tests to the new version of pygments gh#pypa/readme_renderer#272
Daniel Garcia2023-01-04 16:26:26 +00:00
61411f6cf0
- We require cmarkgfm == 0.7.0 (gh#pypa/readme_renderer#221) and still we have to stkip test_md_fixtures.
Matej Cepl2022-02-09 12:07:12 +00:00
81f6f75e04
- We require cmarkgfm == 0.7.0 (gh#pypa/readme_renderer#221) and still we have to stkip test_md_fixtures.
Matej Cepl2022-02-09 12:07:12 +00:00
a4a38f05e5
- update to 24.0: * Remove dependency on `future. (#134) * Breaking change: Move the cmarkgfm dependency into an extra (#130). Users that want to render Markdown will need to install readme_render[md] instead. * Unify handling of SVG and other images in RST. (#113) * Support width and alignment of images in RST (#114) * Allow <caption>. (#105) * Add specific tests for the raw directive. (#103) * Include docinfo when rendering rst. (#99) * Make Python 3 the default lexer for highlighting Python code in Markdown (#97) * Allow align attribute on <p> tags (#98) * Reformat docutils messages into more human-friendly output. (#92) * Fix incorrect escaping of html entities in pre tags when using markdown. (#89) * Allow width, height, alt, and align attributes on img tags. (#91) * Fix check to not report success when there is invalid RST. (#90) * Allow details and summary tags. (#77) * Add .pytest_cache to .gitignore. (#85) * Warn about Markdown content type when checking RST. (#83) * Update pep8 tox env to use py3.6. (#84) * Add Pygments-based syntax highlighting for Markdown. (#82) * Update docs about check to talk about Markdown. (#80) * Change Github-flavored Markdown identifier from gfm to GFM. * Add support for GitHub-flavored Markdown. (#67) * Switch to cmarkgfm completely for rendering Markdown. (#68) * Warn about missing long description. (#69) * Make Github-Flavored Markdown the default variant (#73) * All renderers now accept arbitrary kwargs for future-proofing. * Gracefully handle new exceptions from bleach. * Fix an issue cleaning plaintext values. * Fix an issue attempting to clean data that had <a>` tags without a href.
Thomas Bechtold2018-12-30 11:32:21 +00:00
2b61ad7582
- update to 24.0: * Remove dependency on `future. (#134) * Breaking change: Move the cmarkgfm dependency into an extra (#130). Users that want to render Markdown will need to install readme_render[md] instead. * Unify handling of SVG and other images in RST. (#113) * Support width and alignment of images in RST (#114) * Allow <caption>. (#105) * Add specific tests for the raw directive. (#103) * Include docinfo when rendering rst. (#99) * Make Python 3 the default lexer for highlighting Python code in Markdown (#97) * Allow align attribute on <p> tags (#98) * Reformat docutils messages into more human-friendly output. (#92) * Fix incorrect escaping of html entities in pre tags when using markdown. (#89) * Allow width, height, alt, and align attributes on img tags. (#91) * Fix check to not report success when there is invalid RST. (#90) * Allow details and summary tags. (#77) * Add .pytest_cache to .gitignore. (#85) * Warn about Markdown content type when checking RST. (#83) * Update pep8 tox env to use py3.6. (#84) * Add Pygments-based syntax highlighting for Markdown. (#82) * Update docs about check to talk about Markdown. (#80) * Change Github-flavored Markdown identifier from gfm to GFM. * Add support for GitHub-flavored Markdown. (#67) * Switch to cmarkgfm completely for rendering Markdown. (#68) * Warn about missing long description. (#69) * Make Github-Flavored Markdown the default variant (#73) * All renderers now accept arbitrary kwargs for future-proofing. * Gracefully handle new exceptions from bleach. * Fix an issue cleaning plaintext values. * Fix an issue attempting to clean data that had <a>` tags without a href.
Thomas Bechtold2018-12-30 11:32:21 +00:00
68e81bbb69
osc copypac from project:devel:languages:python:misc package:python-readme_renderer revision:1
Thomas Bechtold2018-12-30 11:26:53 +00:00
2c1419ea78
osc copypac from project:devel:languages:python:misc package:python-readme_renderer revision:1
Thomas Bechtold2018-12-30 11:26:53 +00:00