./textproc/py-readme_renderer, Library for rendering readme descriptions for Warehouse

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 43.0, Package name: py311-readme_renderer-43.0, Maintainer: pkgsrc-users

Readme Renderer is a library that will safely render arbitrary README files
into HTML. It is designed to be used in Warehouse to render the
long_description for packages. It can handle Markdown, reStructuredText (.rst),
and plain text.


Required to run:
[textproc/py-docutils] [textproc/py-pygments] [www/py-bleach] [lang/python310]

Master sites:

Filesize: 31.023 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-03 12:55:01 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-readme_renderer: update to 43.0.

43.0 (2024-02-26)
-----------------
- Allow HTML5 ``picture`` tag through cleaner (#299)
- Test against Python 3.12 (#300)
   2023-11-05 02:07:23 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-readme_renderer: update to 42.0.

42.0 (2023-09-07)
-----------------

- Migrate from ``bleach`` to ``nh3`` (#295)
- Migrate from ``setup.py`` to ``pyproject.toml``
   2023-08-24 22:15:12 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-readme_renderer: update to 41.0.

41.0 (2023-08-18)
-----------------

* Allow HTML5 `figcaption` tag through cleaner (#291)
* Test `README.rst` from this project (#288)
   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-06-28 10:57:58 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-readme_renderer: update to 40.0.

40.0 (2023-06-16)
-----------------

* 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)
   2023-05-02 18:55:31 by Thomas Klausner | Files touched by this commit (2)
Log message:
*: clean up unused versioned_dependencies.mk
   2022-11-22 14:19:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-readme_renderer: updated to 37.3

37.3 (2022-10-31)
-----------------
* Allow HTML5 `figure` tag through cleaner

37.2 (2022-09-24)
-----------------
* Allow HTML5 `s` tag through cleaner
   2022-09-11 18:15:16 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-readme_renderer: update to 37.1.

37.1 (2022-09-03)
-----------------

* Allow HTML5 `nav` tag through cleaner (#259)

37.0 (2022-08-21)
-----------------

* Remove command line example from docs (#197)
* Multiple pyproject.toml fixes (#251)
* Confirm handling multiple inline strong (#252)
* Convert RST output to HTML5 (#253)
* Add Typing to classifiers (#254)
* Development tweaks - coverage reporting, actions updates (#255)
* Add test confirming behavior with unknown lexers (#256)

36.0 (2022-08-06)
-----------------

* Enable gitpod development (#238)
* Allow rst admonitions to render (#242)
* Add badges to README (#243)
* Update codebase for modern Python (#244)
* Fix table cell spans (#245)
* Allow ``math`` directive in rst (#246)
* Preserve ``lang`` attribute in ``pre`` (#247)

35.0 (2022-04-19)
-----------------

* Add py.typed to the built wheel (#228)
* Use isolated build for tox (#229)
* Fix renderer ignore (#230)
* Remove legacy check command and distutils (#233)
* Emit a warning when no content is rendered (#231)
* Drop support for Python 3.6 (#236)
* Update html attribute order in tests (#235)

34.0 (2022-03-11)
-----------------

* Add static types (#225)

33.0 (2022-03-05)
-----------------

* Support cmarkgfm>=0.8.0 (#224)

33.0 (2022-02-05)
-----------------

* Support cmarkgfm>=0.8.0 (#224)
* Support Python 3.10

32.0 (2021-12-13)
-----------------

* Allow start attribute in ordered lists (#216)
* No limit rendering RST one column field names (#219)

31.0 (2021-12-09)
-----------------

* Render disabled checkboxes from Markdown (#217)

30.0 (2021-09-30)
-----------------

* support cmarkgfm>=0.6.0 (#209)