pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/py-mautrix Update chat/py-mautrix to 0.7.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b8a1edd4188
branches:  trunk
changeset: 440226:1b8a1edd4188
user:      js <js%pkgsrc.org@localhost>
date:      Sun Oct 04 11:41:16 2020 +0000

description:
Update chat/py-mautrix to 0.7.11

0.7.2:
 * Added bridge config option to pass custom arguments to SQLAlchemy's
   create_engine

0.7.3:
 * Added support for telling the user about decryption errors in bridge module

0.7.4:
 * Made sender_device optional in decrypted olm events
 * Added opt_prometheus utility for using prometheus as an optional dependency
 * Added Matrix event time processing metric for bridges when prometheus is
   installed

0.7.5:
 * Added utility for measuring async method time in prometheus

0.7.6:
 * Fixed bug where parsing invite fails if unsigned is not set or null
 * Added trace logs when bridge module ignores messages

0.7.7:
 * Added utility method for waiting for incoming group sessions in OlmMachine
 * Made end-to-bridge encryption helper wait for incoming group sessions for 3
   seconds

0.7.8:
 * Made the UUID type de/serializable by default

0.7.9:
 * Added parameter to change how long EncryptionManager.decrypt() should wait
   for the megolm session to arrive
 * Changed get_displayname and get_avatar_url to ignore M_NOT_FOUND errors
 * Updated type hint of set_reply to allow EventIDs

0.7.10:
 * Fixed deserializing the info object in media msgtypes into dataclasses

0.7.11:
No changes published.

diffstat:

 chat/py-mautrix/Makefile |   6 +++---
 chat/py-mautrix/PLIST    |   5 ++++-
 chat/py-mautrix/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r f7805b6aac95 -r 1b8a1edd4188 chat/py-mautrix/Makefile
--- a/chat/py-mautrix/Makefile  Sun Oct 04 11:19:19 2020 +0000
+++ b/chat/py-mautrix/Makefile  Sun Oct 04 11:41:16 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/09/12 03:25:34 gutteridge Exp $
+# $NetBSD: Makefile,v 1.6 2020/10/04 11:41:16 js Exp $
 
-DISTNAME=      mautrix-python-0.7.1
+DISTNAME=      mautrix-python-0.7.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
-PKGREVISION=   1
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tulir/}
 GITHUB_PROJECT=        mautrix-python
@@ -17,6 +16,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-yarl>=1.5.1:../../www/py-yarl
 
 USE_LANGUAGES= # none
 EGG_NAME=      mautrix-${PKGVERSION_NOREV}
diff -r f7805b6aac95 -r 1b8a1edd4188 chat/py-mautrix/PLIST
--- a/chat/py-mautrix/PLIST     Sun Oct 04 11:19:19 2020 +0000
+++ b/chat/py-mautrix/PLIST     Sun Oct 04 11:41:16 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/09/11 01:18:55 js Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/10/04 11:41:16 js Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -430,6 +430,9 @@
 ${PYSITELIB}/mautrix/util/markdown.py
 ${PYSITELIB}/mautrix/util/markdown.pyc
 ${PYSITELIB}/mautrix/util/markdown.pyo
+${PYSITELIB}/mautrix/util/opt_prometheus.py
+${PYSITELIB}/mautrix/util/opt_prometheus.pyc
+${PYSITELIB}/mautrix/util/opt_prometheus.pyo
 ${PYSITELIB}/mautrix/util/program.py
 ${PYSITELIB}/mautrix/util/program.pyc
 ${PYSITELIB}/mautrix/util/program.pyo
diff -r f7805b6aac95 -r 1b8a1edd4188 chat/py-mautrix/distinfo
--- a/chat/py-mautrix/distinfo  Sun Oct 04 11:19:19 2020 +0000
+++ b/chat/py-mautrix/distinfo  Sun Oct 04 11:41:16 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/09/11 05:40:51 wiz Exp $
+$NetBSD: distinfo,v 1.3 2020/10/04 11:41:16 js Exp $
 
-SHA1 (mautrix-python-0.7.1.tar.gz) = 75190c6b9fabe3c83f148bbd948727f57de41181
-RMD160 (mautrix-python-0.7.1.tar.gz) = 0f23fb38661651208f51ee3ba6ab214ab852e68a
-SHA512 (mautrix-python-0.7.1.tar.gz) = 199dc0c046b87c72bd5ee3b3cf3123cdefda317908a54fdb066666347f7f6c1a550852897d76a7b9cf84509922fdb25b47290fc2f5f0b058472aba0adfc64daf
-Size (mautrix-python-0.7.1.tar.gz) = 136287 bytes
+SHA1 (mautrix-python-0.7.11.tar.gz) = 36f552c4a7d1cb4d9816532afc168c3044ca01d3
+RMD160 (mautrix-python-0.7.11.tar.gz) = 1b851b3b3339b40d0bc21201429e270ed29b339e
+SHA512 (mautrix-python-0.7.11.tar.gz) = acf9be4318d7e7518e47d9ce5ddd4bf86076b524c6577d4cee7efc29344b5a0dc0cf9778430ad3eb0e6cbc436567503e3f4aaead2567dad9ed36828f8ceb0375
+Size (mautrix-python-0.7.11.tar.gz) = 138628 bytes



Home | Main Index | Thread Index | Old Index