pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-websockets py-websockets: updated to 9.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82abd2989665
branches:  trunk
changeset: 452830:82abd2989665
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 17 10:21:09 2021 +0000

description:
py-websockets: updated to 9.0.2

9.0.2

Restored compatibility of python -m websockets with Python < 3.9.
Restored compatibility with mypy.

diffstat:

 www/py-websockets/Makefile |   4 ++--
 www/py-websockets/PLIST    |   5 ++++-
 www/py-websockets/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 4be5b73500ab -r 82abd2989665 www/py-websockets/Makefile
--- a/www/py-websockets/Makefile        Mon May 17 10:06:12 2021 +0000
+++ b/www/py-websockets/Makefile        Mon May 17 10:21:09 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/05/10 12:52:54 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/05/17 10:21:09 adam Exp $
 
-DISTNAME=      websockets-9.0.1
+DISTNAME=      websockets-9.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websockets/}
diff -r 4be5b73500ab -r 82abd2989665 www/py-websockets/PLIST
--- a/www/py-websockets/PLIST   Mon May 17 10:06:12 2021 +0000
+++ b/www/py-websockets/PLIST   Mon May 17 10:21:09 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/05/10 12:52:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/05/17 10:21:09 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +10,9 @@
 ${PYSITELIB}/websockets/__main__.py
 ${PYSITELIB}/websockets/__main__.pyc
 ${PYSITELIB}/websockets/__main__.pyo
+${PYSITELIB}/websockets/auth.py
+${PYSITELIB}/websockets/auth.pyc
+${PYSITELIB}/websockets/auth.pyo
 ${PYSITELIB}/websockets/client.py
 ${PYSITELIB}/websockets/client.pyc
 ${PYSITELIB}/websockets/client.pyo
diff -r 4be5b73500ab -r 82abd2989665 www/py-websockets/distinfo
--- a/www/py-websockets/distinfo        Mon May 17 10:06:12 2021 +0000
+++ b/www/py-websockets/distinfo        Mon May 17 10:21:09 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/05/10 12:52:54 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/05/17 10:21:09 adam Exp $
 
-SHA1 (websockets-9.0.1.tar.gz) = 995f44c0db761db437eec51e48309489c29ca773
-RMD160 (websockets-9.0.1.tar.gz) = 853b93a7e7d77a4db10c1507ceb36bb116cee498
-SHA512 (websockets-9.0.1.tar.gz) = abaef65c66d639100c18fd4722109fdf24a499fb9c47c312778772d54170fb80d41d7742ef263c3919871a061dc3d82ca8042476fbd26ffc90ce441ffef57282
-Size (websockets-9.0.1.tar.gz) = 76473 bytes
+SHA1 (websockets-9.0.2.tar.gz) = 8480f21757d5fe2985127390aec14bcfb88ab275
+RMD160 (websockets-9.0.2.tar.gz) = 6e104b37f28f7bccfa57ae954555abd68804588b
+SHA512 (websockets-9.0.2.tar.gz) = fa0f1df5ea8748c9fc028640bee6ed90f8816020fa189510270f1f3dc6b502a95910767320818116d0a05a94ca03e790801637b0dba29403763bffc137602a10
+Size (websockets-9.0.2.tar.gz) = 76678 bytes



Home | Main Index | Thread Index | Old Index