pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/py-rich



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  5 07:30:10 UTC 2023

Modified Files:
        pkgsrc/comms/py-rich: Makefile

Log Message:
py-rich: bump py-markdown-it-py requiremnt


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/comms/py-rich/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-rich/Makefile
diff -u pkgsrc/comms/py-rich/Makefile:1.31 pkgsrc/comms/py-rich/Makefile:1.32
--- pkgsrc/comms/py-rich/Makefile:1.31  Sun Mar  5 07:25:32 2023
+++ pkgsrc/comms/py-rich/Makefile       Sun Mar  5 07:30:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/03/05 07:25:32 adam Exp $
+# $NetBSD: Makefile,v 1.32 2023/03/05 07:30:10 adam Exp $
 
 DISTNAME=      rich-13.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/willmcgugan
 COMMENT=       Render rich text, tables, progress bars, syntax highlighting
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-markdown-it-py>=2.1.0:../../textproc/py-markdown-it-py
+DEPENDS+=      ${PYPKGPREFIX}-markdown-it-py>=2.2.0:../../textproc/py-markdown-it-py
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.14.0:../../textproc/py-pygments
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index