pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-channels



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 24 20:00:42 UTC 2024

Modified Files:
        pkgsrc/www/py-channels: Makefile PLIST distinfo

Log Message:
py-channels: updated to 4.2.0

4.2.0 (2024-11-15)

Channels 4.2 introduces a couple of major but backwards-compatible
changes, including most notably enhanced async suppport and fixing
a long-standing bug where tests would try and close db connections
and erroneously fail.

There are a number of other small bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-channels/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-channels/distinfo

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

Modified files:

Index: pkgsrc/www/py-channels/Makefile
diff -u pkgsrc/www/py-channels/Makefile:1.27 pkgsrc/www/py-channels/Makefile:1.28
--- pkgsrc/www/py-channels/Makefile:1.27        Mon Nov 11 07:29:16 2024
+++ pkgsrc/www/py-channels/Makefile     Sun Nov 24 20:00:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/11/11 07:29:16 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2024/11/24 20:00:42 adam Exp $
 
-DISTNAME=      channels-4.1.0
+DISTNAME=      channels-4.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/channels/}
@@ -17,7 +17,5 @@ DEPENDS+=     ${PYPKGPREFIX}-django>=4.2:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-channels/PLIST
diff -u pkgsrc/www/py-channels/PLIST:1.6 pkgsrc/www/py-channels/PLIST:1.7
--- pkgsrc/www/py-channels/PLIST:1.6    Thu Jan  4 22:36:43 2024
+++ pkgsrc/www/py-channels/PLIST        Sun Nov 24 20:00:42 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/01/04 22:36:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/11/24 20:00:42 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -61,6 +61,9 @@ ${PYSITELIB}/channels/sessions.pyo
 ${PYSITELIB}/channels/testing/__init__.py
 ${PYSITELIB}/channels/testing/__init__.pyc
 ${PYSITELIB}/channels/testing/__init__.pyo
+${PYSITELIB}/channels/testing/application.py
+${PYSITELIB}/channels/testing/application.pyc
+${PYSITELIB}/channels/testing/application.pyo
 ${PYSITELIB}/channels/testing/http.py
 ${PYSITELIB}/channels/testing/http.pyc
 ${PYSITELIB}/channels/testing/http.pyo

Index: pkgsrc/www/py-channels/distinfo
diff -u pkgsrc/www/py-channels/distinfo:1.23 pkgsrc/www/py-channels/distinfo:1.24
--- pkgsrc/www/py-channels/distinfo:1.23        Fri Apr  5 17:34:11 2024
+++ pkgsrc/www/py-channels/distinfo     Sun Nov 24 20:00:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/04/05 17:34:11 adam Exp $
+$NetBSD: distinfo,v 1.24 2024/11/24 20:00:42 adam Exp $
 
-BLAKE2s (channels-4.1.0.tar.gz) = e2c617a272f724eee5f30a61441e06d45a9bdf989ca50205d43780d92f691235
-SHA512 (channels-4.1.0.tar.gz) = 7a238da53ce19cd9520ff580b8449d61c4c451664126ebf67a7c21f7acdd32626f0cf62ced073519281e842f0c9efd61dbab2eab13ef79cb397d3dd5ad44ad7a
-Size (channels-4.1.0.tar.gz) = 26132 bytes
+BLAKE2s (channels-4.2.0.tar.gz) = a54de7b79328a441e8f44364f1a43e47655dce3a94c34131d7f7b9b7b2b40bb1
+SHA512 (channels-4.2.0.tar.gz) = 800a0c0330e87770e1277661be8071a674d4fa04f10663c91cbfefaab58725be73ce045ea5523d09a72e1bfd9356d061c1e27bc5d081d58649130798b89b4c80
+Size (channels-4.2.0.tar.gz) = 26554 bytes



Home | Main Index | Thread Index | Old Index