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:           Tue Sep  2 14:34:21 UTC 2025

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

Log Message:
py-channels: updated to 4.3.1

4.3.1

* Fixed testing live server setup when test DB name was not set.

4.3.0

* Updated asgiref dependency to v3.9+.

* Dropped support for EOL Python and Django versions. Python 3.9 is now the
  minimum supported version.

* Fixed compatibility of ``ChannelsLiveServerTestCase`` with Django 5.2.

* Fixed DB setup for spawned testing subprocess, typically on Windows and macOS.

See the `Version 4.3.0 release notes
<https://channels.readthedocs.io/en/latest/releases/4.3.0.html>`_ for more
details.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.25 -r1.26 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.29 pkgsrc/www/py-channels/Makefile:1.30
--- pkgsrc/www/py-channels/Makefile:1.29        Mon Apr 14 13:16:13 2025
+++ pkgsrc/www/py-channels/Makefile     Tue Sep  2 14:34:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/04/14 13:16:13 adam Exp $
+# $NetBSD: Makefile,v 1.30 2025/09/02 14:34:20 adam Exp $
 
-DISTNAME=      channels-4.2.2
+DISTNAME=      channels-4.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/channels/}
@@ -11,7 +11,7 @@ COMMENT=      Brings event-driven capabilitie
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.6.0:../../www/py-asgiref
+DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.9.0:../../www/py-asgiref
 DEPENDS+=      ${PYPKGPREFIX}-daphne>=4.0.0:../../www/py-daphne
 DEPENDS+=      ${PYPKGPREFIX}-django>=4.2:../../www/py-django
 

Index: pkgsrc/www/py-channels/distinfo
diff -u pkgsrc/www/py-channels/distinfo:1.25 pkgsrc/www/py-channels/distinfo:1.26
--- pkgsrc/www/py-channels/distinfo:1.25        Mon Apr 14 13:16:13 2025
+++ pkgsrc/www/py-channels/distinfo     Tue Sep  2 14:34:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2025/04/14 13:16:13 adam Exp $
+$NetBSD: distinfo,v 1.26 2025/09/02 14:34:20 adam Exp $
 
-BLAKE2s (channels-4.2.2.tar.gz) = 72084755a9b80eae02c91e9a06a97dabeacd9d8a45ab35a143ebc4d00c60b680
-SHA512 (channels-4.2.2.tar.gz) = 6c33dca60060c5e61f95c9d4579eb444739d534e59589a0d7ee1f1ccdf2b71c950337b77345fd741f04a0e91af175be6bb21c80c9ce1b1a845c4559289435641
-Size (channels-4.2.2.tar.gz) = 26647 bytes
+BLAKE2s (channels-4.3.1.tar.gz) = 21b0b496c10ae9a816fa8403e90a9efcfeec44b09f851b9166966af6a76f3177
+SHA512 (channels-4.3.1.tar.gz) = 8a78bd102ec8bf243c3bc018add37db1d4ee6f2d6f7aae8d51e25879fecb676b50e561c4b0863013dc03044a03b3c28946276c8bcaeb0493c9a1b47716c874f6
+Size (channels-4.3.1.tar.gz) = 26896 bytes



Home | Main Index | Thread Index | Old Index