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-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-07-14 15:31:35 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-readme_renderer: update to 44.0.
44.0 (2024-07-08)
-----------------
* 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)
|
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
|