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:           Tue Sep 10 18:56:03 UTC 2024

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

Log Message:
py-rich: updated to 13.8.1

13.8.1
Added support for Python 3.13
Fixed infinite loop when appending Text to same instance


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/comms/py-rich/distinfo

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.45 pkgsrc/comms/py-rich/Makefile:1.46
--- pkgsrc/comms/py-rich/Makefile:1.45  Wed Aug 28 15:31:55 2024
+++ pkgsrc/comms/py-rich/Makefile       Tue Sep 10 18:56:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2024/08/28 15:31:55 adam Exp $
+# $NetBSD: Makefile,v 1.46 2024/09/10 18:56:02 adam Exp $
 
-DISTNAME=      rich-13.8.0
+DISTNAME=      rich-13.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}
@@ -16,5 +16,10 @@ DEPENDS+=    ${PYPKGPREFIX}-pygments>=2.14.
 
 USE_LANGUAGES= # none
 
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 309
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
+.endif
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/comms/py-rich/distinfo
diff -u pkgsrc/comms/py-rich/distinfo:1.39 pkgsrc/comms/py-rich/distinfo:1.40
--- pkgsrc/comms/py-rich/distinfo:1.39  Wed Aug 28 15:31:55 2024
+++ pkgsrc/comms/py-rich/distinfo       Tue Sep 10 18:56:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2024/08/28 15:31:55 adam Exp $
+$NetBSD: distinfo,v 1.40 2024/09/10 18:56:02 adam Exp $
 
-BLAKE2s (rich-13.8.0.tar.gz) = 0c4e6adf90b9d46bcfc61c956c521376327ac88d274f5905883ccb2013bb2fe7
-SHA512 (rich-13.8.0.tar.gz) = 85e87def5cf2c9f03e97263f826464303dc47ce02fd3d80c86ecbb3a93972ae6e4766491c81fe8ff7fd966a518d2c3af515db3137993199994448c56c690feda
-Size (rich-13.8.0.tar.gz) = 222072 bytes
+BLAKE2s (rich-13.8.1.tar.gz) = e0ddc878e68d5a8c238f40eb08f96aa603a0cc8b075496fb637febe83aacf7e0
+SHA512 (rich-13.8.1.tar.gz) = 6c15be41cfc9d54ca2eceb0415b81e91b4184ae5db75af8d17397dc03a573094fea1f4fd8dc95ee32e01180183960d9a3d48f391aba9c8146982f914bf971da7
+Size (rich-13.8.1.tar.gz) = 222080 bytes



Home | Main Index | Thread Index | Old Index