1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

textproc/py-docstring-to-markdown: Update to 0.15

Fix multi-line links and incorrect dunder escapes in code

Changelog: https://github.com/python-lsp/docstring-to-markdown/compare/v0.14...v0.15

Reported by:	portscout, Repology
This commit is contained in:
Rainer Hurling 2024-02-22 20:30:12 +01:00
parent 76cb9bc437
commit f649f2ffb8
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= docstring-to-markdown
PORTVERSION= 0.14
PORTVERSION= 0.15
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1708458674
SHA256 (docstring-to-markdown-0.14.tar.gz) = f9b061b42ee848149e122a647013b4f0778141596230f3203fe7f5404b3e9ab2
SIZE (docstring-to-markdown-0.14.tar.gz) = 29041
TIMESTAMP = 1708629954
SHA256 (docstring-to-markdown-0.15.tar.gz) = e146114d9c50c181b1d25505054a8d0f7a476837f0da2c19f07e06eaed52b73d
SIZE (docstring-to-markdown-0.15.tar.gz) = 29246