pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-matrix-common



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Oct  6 13:43:34 UTC 2022

Modified Files:
        pkgsrc/chat/py-matrix-common: Makefile PLIST distinfo

Log Message:
chat/py-matrix-common: Update to 1.3.0

upstream NEWS content:

    Drop support for Python 3.6, which went end-of-life December 2021 by @anoadragon453 in #28
    Configure setuptools to automatically discover new modules under
    src/matrix_common by @anoadragon453 in #27
    Add a MXCUri class for representing Matrix media uri's by @anoadragon453 in #29


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/py-matrix-common/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/py-matrix-common/PLIST \
    pkgsrc/chat/py-matrix-common/distinfo

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

Modified files:

Index: pkgsrc/chat/py-matrix-common/Makefile
diff -u pkgsrc/chat/py-matrix-common/Makefile:1.6 pkgsrc/chat/py-matrix-common/Makefile:1.7
--- pkgsrc/chat/py-matrix-common/Makefile:1.6   Thu Jul 21 14:08:34 2022
+++ pkgsrc/chat/py-matrix-common/Makefile       Thu Oct  6 13:43:34 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/07/21 14:08:34 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2022/10/06 13:43:34 gdt Exp $
 
 DISTNAME=      matrix-python-common-${PKGVERSION_NOREV}
-PKGNAME=       ${PYPKGPREFIX}-matrix-common-1.2.1
+PKGNAME=       ${PYPKGPREFIX}-matrix-common-1.3.0
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=matrix-org/}
 GITHUB_PROJECT=        matrix-python-common

Index: pkgsrc/chat/py-matrix-common/PLIST
diff -u pkgsrc/chat/py-matrix-common/PLIST:1.3 pkgsrc/chat/py-matrix-common/PLIST:1.4
--- pkgsrc/chat/py-matrix-common/PLIST:1.3      Fri Feb 25 16:36:35 2022
+++ pkgsrc/chat/py-matrix-common/PLIST  Thu Oct  6 13:43:34 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/02/25 16:36:35 js Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/10/06 13:43:34 gdt Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -12,5 +12,9 @@ ${PYSITELIB}/matrix_common/__init__.pyc
 ${PYSITELIB}/matrix_common/py.typed
 ${PYSITELIB}/matrix_common/regex.py
 ${PYSITELIB}/matrix_common/regex.pyc
+${PYSITELIB}/matrix_common/types/__init__.py
+${PYSITELIB}/matrix_common/types/__init__.pyc
+${PYSITELIB}/matrix_common/types/mxc_uri.py
+${PYSITELIB}/matrix_common/types/mxc_uri.pyc
 ${PYSITELIB}/matrix_common/versionstring.py
 ${PYSITELIB}/matrix_common/versionstring.pyc
Index: pkgsrc/chat/py-matrix-common/distinfo
diff -u pkgsrc/chat/py-matrix-common/distinfo:1.3 pkgsrc/chat/py-matrix-common/distinfo:1.4
--- pkgsrc/chat/py-matrix-common/distinfo:1.3   Thu Jul 21 14:08:34 2022
+++ pkgsrc/chat/py-matrix-common/distinfo       Thu Oct  6 13:43:34 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/07/21 14:08:34 gdt Exp $
+$NetBSD: distinfo,v 1.4 2022/10/06 13:43:34 gdt Exp $
 
-BLAKE2s (matrix-python-common-1.2.1.tar.gz) = 823a2403dc68bae7a54e2920daf3cfaf34293ba3893d727d146c1e5fe575a499
-SHA512 (matrix-python-common-1.2.1.tar.gz) = 9ab05d6aeddf4915970916d34e625b7a059823e56ba8868f955cf8971a51ac31891304a7fb00170c60c6b107f7526565f67bd78416a466c50092954c5b422114
-Size (matrix-python-common-1.2.1.tar.gz) = 12598 bytes
+BLAKE2s (matrix-python-common-1.3.0.tar.gz) = e0649efb2e065c3c42b08e427a0184c441bc7dc87092db9823ff51f52bc940fd
+SHA512 (matrix-python-common-1.3.0.tar.gz) = d08fa11a4156a7c4596ea20709e0fddd1563ef1f4ba763e21a073ba53e1baf58d8de1b60cf0f69c846128cdd6f04788df49765704c8adfde187e8de1dc5ded4e
+Size (matrix-python-common-1.3.0.tar.gz) = 14143 bytes



Home | Main Index | Thread Index | Old Index