pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/matrix-synapse



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Feb 26 14:19:48 UTC 2026

Modified Files:
        pkgsrc/chat/matrix-synapse: Makefile

Log Message:
chat/matrix-synapse: Fix comment about pydantic dependency version


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/chat/matrix-synapse/Makefile

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

Modified files:

Index: pkgsrc/chat/matrix-synapse/Makefile
diff -u pkgsrc/chat/matrix-synapse/Makefile:1.126 pkgsrc/chat/matrix-synapse/Makefile:1.127
--- pkgsrc/chat/matrix-synapse/Makefile:1.126   Thu Feb 26 14:10:44 2026
+++ pkgsrc/chat/matrix-synapse/Makefile Thu Feb 26 14:19:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.126 2026/02/26 14:10:44 gdt Exp $
+# $NetBSD: Makefile,v 1.127 2026/02/26 14:19:48 gdt Exp $
 
 DISTNAME=      matrix-synapse-1.148.0
 CATEGORIES=    chat
@@ -59,7 +59,7 @@ DEPENDS+=     ${PYPKGPREFIX}-cryptography>=3
 DEPENDS+=      ${PYPKGPREFIX}-ijson>=3.1.4:../../devel/py-ijson
 DEPENDS+=      ${PYPKGPREFIX}-matrix-common>=1.3.0:../../chat/py-matrix-common
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging
-# If py<3.14, only need 2.8, but just require >=2.2 to simplify.
+# If py<3.14, only need 2.8, but just require >=2.12 to simplify.
 DEPENDS+=      ${PYPKGPREFIX}-pydantic>=2.12:../../devel/py-pydantic
 # Upstream documents that this is needed for poetry, but the
 # explanation is very confusing.



Home | Main Index | Thread Index | Old Index