pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-docstring-to-markdown
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 4 14:56:47 UTC 2025
Modified Files:
pkgsrc/textproc/py-docstring-to-markdown: Makefile distinfo
Log Message:
py-docstring-to-markdown: update to 0.17.
Fix test failures with importlib-metadata 8.7.0 by @krassowski in #43
Fix reStructuredText edge cases to better support polars by @krassowski in #44
Use trusted publishing for package uploads by @krassowski in #45
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-docstring-to-markdown/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-docstring-to-markdown/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-docstring-to-markdown/Makefile
diff -u pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.6 pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.7
--- pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.6 Sun Apr 13 12:37:08 2025
+++ pkgsrc/textproc/py-docstring-to-markdown/Makefile Sun May 4 14:56:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2025/04/13 12:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/05/04 14:56:47 wiz Exp $
-DISTNAME= docstring_to_markdown-0.16
+DISTNAME= docstring_to_markdown-0.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/docstring-to-markdown/}
@@ -18,8 +18,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake
USE_LANGUAGES= # none
-# as of 0.16
-# 5 failed, 103 passed
+# as of 0.17
+# 5 failed, 106 passed
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-docstring-to-markdown/distinfo
diff -u pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.5 pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.6
--- pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.5 Sun Apr 13 12:37:08 2025
+++ pkgsrc/textproc/py-docstring-to-markdown/distinfo Sun May 4 14:56:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/04/13 12:37:08 wiz Exp $
+$NetBSD: distinfo,v 1.6 2025/05/04 14:56:47 wiz Exp $
-BLAKE2s (docstring_to_markdown-0.16.tar.gz) = 95f9ab724f661671a6bb06a66f8479981d39492c76011526aa81ae1add5526c5
-SHA512 (docstring_to_markdown-0.16.tar.gz) = 41c9f9370947300d56cf0bb2585492ae3e844b4406ebfacbcebde874d07984b6f4f08b8b9d21f69ec35994255d4be897d2850948f3099c7f883a231d6cb20a18
-Size (docstring_to_markdown-0.16.tar.gz) = 31157 bytes
+BLAKE2s (docstring_to_markdown-0.17.tar.gz) = 8a5d7b6eee93d1d3b7e958ba698d047dac4c49600b0d6e695755e24322e2b3f6
+SHA512 (docstring_to_markdown-0.17.tar.gz) = bf9c31f6123cda704cf8767393384b934548e7c34563b1d5d40170b713a1226efdec666cb08188e6b02eed2806a282657155245d171659813c74270da0ca0ae9
+Size (docstring_to_markdown-0.17.tar.gz) = 32260 bytes
Home |
Main Index |
Thread Index |
Old Index