Commit Graph

  • 3d77a10eaf Accepting request 1158468 from devel:languages:python factory Ana Guerrero 2024-03-18 15:44:18 +0000
  • 03bf736d48 - update to 43.0: * Allow HTML5 picture tag through cleaner * Test against Python 3.12 Dirk Mueller 2024-03-16 12:55:18 +0000
  • 492b6f3fd4 Accepting request 1135356 from devel:languages:python Ana Guerrero 2023-12-28 21:54:15 +0000
  • 6d27b20932 - update to 42.0: * Migrate from `bleach to nh3 (#295) * Migrate from setup.py to pyproject.toml` Dirk Mueller 2023-12-27 16:47:03 +0000
  • 98401a300d Accepting request 1109530 from devel:languages:python Ana Guerrero 2023-09-08 19:15:07 +0000
  • 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 Mueller 2023-09-07 11:39:59 +0000
  • 252ef9efa4 Accepting request 1081782 from devel:languages:python Dominique Leuenberger 2023-04-22 19:59:00 +0000
  • cf9b531b2b Accepting request 1081590 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 13:37:57 +0000
  • 7aacdfccbd Accepting request 1055954 from devel:languages:python Dominique Leuenberger 2023-01-15 16:57:47 +0000
  • f20cfd59b4 - Add fix-tests-pygments-2.14.0.patch to adapt tests to the new version of pygments gh#pypa/readme_renderer#272 Daniel Garcia 2023-01-04 16:26:26 +0000
  • 7c05893591 Accepting request 1035252 from devel:languages:python Dominique Leuenberger 2022-11-19 17:08:38 +0000
  • 2680f5fdf2 the deselected tests should have been fixed Markéta Machová 2022-11-11 13:10:59 +0000
  • 24913619e8 Accepting request 1034920 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-11-11 13:10:01 +0000
  • c4b407db20 Accepting request 989371 from devel:languages:python Dominique Leuenberger 2022-08-08 06:44:49 +0000
  • 3e0081a4fc Accepting request 989370 from openSUSE:infrastructure:mailman3 Markéta Machová 2022-07-15 10:16:56 +0000
  • 952cc03546 Accepting request 952930 from devel:languages:python Dominique Leuenberger 2022-02-09 19:38:18 +0000
  • 61411f6cf0 - We require cmarkgfm == 0.7.0 (gh#pypa/readme_renderer#221) and still we have to stkip test_md_fixtures. Matej Cepl 2022-02-09 12:07:12 +0000
  • e50110e589 Accepting request 946779 from devel:languages:python Dominique Leuenberger 2022-01-19 23:11:48 +0000
  • e6b558a756 - update to 32.0: * Allow start attribute in ordered lists (#216) * No limit rendering RST one column field names (#219) * Render disabled checkboxes from Markdown (#217) * support cmarkgfm>=0.6.0 (#209) Dirk Mueller 2022-01-16 12:51:14 +0000
  • f4dc362560 - update to 32.0: * Allow start attribute in ordered lists (#216) * No limit rendering RST one column field names (#219) * Render disabled checkboxes from Markdown (#217) * support cmarkgfm>=0.6.0 (#209) Dirk Mueller 2022-01-16 12:50:10 +0000
  • 51f1dab3c0 Accepting request 880614 from devel:languages:python Richard Brown 2021-03-29 16:21:07 +0000
  • d49c45c547 Accepting request 880504 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2021-03-22 22:13:51 +0000
  • 6117ad7265 Accepting request 824177 from devel:languages:python Dominique Leuenberger 2020-08-06 15:31:10 +0000
  • e5de9cad1f Accepting request 824117 from home:mcalabkova:branches:devel:languages:python Matej Cepl 2020-08-03 15:09:54 +0000
  • 7e331ac854 Accepting request 787880 from devel:languages:python Dominique Leuenberger 2020-04-19 19:44:22 +0000
  • 16b7901b17 Accepting request 787867 from home:alarrosa:branches:devel:languages:python Antonio Larrosa 2020-03-24 17:22:28 +0000
  • c711a5dc26 - Update to 25.0: * Fix testsuite to work with new pygments - Remove merged patch pygments25.patch Tomáš Chvátal 2020-03-15 07:09:39 +0000
  • 23b3e0c2c5 - Add patch to fix test fixtures with new pygments: * pygments25.patch Tomáš Chvátal 2020-03-14 09:45:36 +0000
  • ca49c3de43 Accepting request 681160 from devel:languages:python Dominique Leuenberger 2019-03-05 11:19:49 +0000
  • 5f1634ac58 Accepting request 681075 from home:jayvdb:noflake8 Thomas Bechtold 2019-03-04 05:23:22 +0000
  • 157abcb401 Accepting request 668392 from devel:languages:python Dominique Leuenberger 2019-01-25 21:44:50 +0000
  • 098c27a93f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=3 Thomas Bechtold 2018-12-30 15:58:29 +0000
  • 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 Bechtold 2018-12-30 11:32:21 +0000
  • 68e81bbb69 osc copypac from project:devel:languages:python:misc package:python-readme_renderer revision:1 Thomas Bechtold 2018-12-30 11:26:53 +0000