Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2023 19:13:01 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 592090b66187 - main - textproc/py-docstring-to-markdown: Update to 0.13
Message-ID:  <202310121913.39CJD1AE072868@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=592090b661879b79b16a6394b2ae2c1ff367a69b

commit 592090b661879b79b16a6394b2ae2c1ff367a69b
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2023-10-12 19:09:54 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2023-10-12 19:12:39 +0000

    textproc/py-docstring-to-markdown: Update to 0.13
    
    Add Google style support
    
    Changelog: https://github.com/python-lsp/docstring-to-markdown/compare/v0.12...v0.13
    
    Reported by:    Repology
---
 textproc/py-docstring-to-markdown/Makefile | 2 +-
 textproc/py-docstring-to-markdown/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/textproc/py-docstring-to-markdown/Makefile b/textproc/py-docstring-to-markdown/Makefile
index 1867437c1def..e7f8e9ea5156 100644
--- a/textproc/py-docstring-to-markdown/Makefile
+++ b/textproc/py-docstring-to-markdown/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	docstring-to-markdown
-PORTVERSION=	0.12
+PORTVERSION=	0.13
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-docstring-to-markdown/distinfo b/textproc/py-docstring-to-markdown/distinfo
index c2cf4a0efa76..36fea4924fa9 100644
--- a/textproc/py-docstring-to-markdown/distinfo
+++ b/textproc/py-docstring-to-markdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679431303
-SHA256 (docstring-to-markdown-0.12.tar.gz) = 40004224b412bd6f64c0f3b85bb357a41341afd66c4b4896709efa56827fb2bb
-SIZE (docstring-to-markdown-0.12.tar.gz) = 24795
+TIMESTAMP = 1697130936
+SHA256 (docstring-to-markdown-0.13.tar.gz) = 3025c428638ececae920d6d26054546a20335af3504a145327e657e7ad7ce1ce
+SIZE (docstring-to-markdown-0.13.tar.gz) = 26634



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310121913.39CJD1AE072868>