Path to this page:
./
textproc/py-readme_renderer,
Library for rendering readme descriptions for Warehouse
Branch: CURRENT,
Version: 44.0,
Package name: py312-readme_renderer-44.0,
Maintainer: pkgsrc-usersReadme 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.305 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-readme_renderer-44.0
- (2024-07-14) Updated to version: py311-readme_renderer-44.0
- (2024-03-03) Updated to version: py311-readme_renderer-43.0
- (2023-11-05) Updated to version: py311-readme_renderer-42.0
- (2023-08-24) Updated to version: py311-readme_renderer-41.0
- (2023-06-28) Updated to version: py310-readme_renderer-40.0
CVS history: (Expand)
2024-04-28 19:11:31 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-readme_renderer: add missing tool dependency
|
2024-03-03 12:55:01 by Thomas Klausner | Files touched by this commit (2) | |
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) | |
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) | |
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) | |
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) | |
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
|