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:           Mon Apr 14 13:16:13 UTC 2025

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

Log Message:
py-channels: updated to 4.2.2

4.2.2
* Added fallbacks for old valid channel/group name checks.

  These were renamed in 4.2.1 but (as internal methods) without deprecation.
  They are restored (and deprecated) here to allow updating channel layers
  using them.

4.2.1

Channels 4.2.1 primarily updates the metadata for supported Python and Django
versions.

* Added official support for Django 5.2 LTS.
* Added official support for Python 3.13.
* Added a warning for the length of the channel layer group names.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-channels/PLIST
cvs rdiff -u -r1.24 -r1.25 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.28 pkgsrc/www/py-channels/Makefile:1.29
--- pkgsrc/www/py-channels/Makefile:1.28        Sun Nov 24 20:00:42 2024
+++ pkgsrc/www/py-channels/Makefile     Mon Apr 14 13:16:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/11/24 20:00:42 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/04/14 13:16:13 adam Exp $
 
-DISTNAME=      channels-4.2.0
+DISTNAME=      channels-4.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/channels/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/django/chan
 COMMENT=       Brings event-driven capabilities to Django with a channel system
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.6.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/PLIST
diff -u pkgsrc/www/py-channels/PLIST:1.7 pkgsrc/www/py-channels/PLIST:1.8
--- pkgsrc/www/py-channels/PLIST:1.7    Sun Nov 24 20:00:42 2024
+++ pkgsrc/www/py-channels/PLIST        Mon Apr 14 13:16:13 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2024/11/24 20:00:42 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.8 2025/04/14 13:16:13 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/channels/__init__.py
 ${PYSITELIB}/channels/__init__.pyc

Index: pkgsrc/www/py-channels/distinfo
diff -u pkgsrc/www/py-channels/distinfo:1.24 pkgsrc/www/py-channels/distinfo:1.25
--- pkgsrc/www/py-channels/distinfo:1.24        Sun Nov 24 20:00:42 2024
+++ pkgsrc/www/py-channels/distinfo     Mon Apr 14 13:16:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/11/24 20:00:42 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/04/14 13:16:13 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index