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:           Fri Apr  5 17:34:11 UTC 2024

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

Log Message:
py-channels: updated to 4.1.0

Channels 4.1 is maintenance release in the 4.x series.

The main change is an update in the required Python and Django version.
Python 3.8, and Django 4.2 are now the minimum required versions.

There are a number of other small bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.22 -r1.23 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.25 pkgsrc/www/py-channels/Makefile:1.26
--- pkgsrc/www/py-channels/Makefile:1.25        Thu Jan  4 22:36:43 2024
+++ pkgsrc/www/py-channels/Makefile     Fri Apr  5 17:34:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2024/01/04 22:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.26 2024/04/05 17:34:11 adam Exp $
 
-DISTNAME=      channels-4.0.0
+DISTNAME=      channels-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/channels/}
@@ -12,9 +12,9 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.5.0:../../www/py-asgiref
+DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.6.0:../../www/py-asgiref
 DEPENDS+=      ${PYPKGPREFIX}-daphne>=4.0.0:../../www/py-daphne
-DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=4.2:../../www/py-django
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-channels/distinfo
diff -u pkgsrc/www/py-channels/distinfo:1.22 pkgsrc/www/py-channels/distinfo:1.23
--- pkgsrc/www/py-channels/distinfo:1.22        Thu Jan  4 22:36:43 2024
+++ pkgsrc/www/py-channels/distinfo     Fri Apr  5 17:34:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/01/04 22:36:43 adam Exp $
+$NetBSD: distinfo,v 1.23 2024/04/05 17:34:11 adam Exp $
 
-BLAKE2s (channels-4.0.0.tar.gz) = f4690402382fcbd2b1c21ea94a87f471bd53b99127d2cc3bd33582df711b563a
-SHA512 (channels-4.0.0.tar.gz) = 903d7e8cc95de8d2754afc665dac828cc9ee19f0938f4908a16e40b5b0e18c62bf45380311c0cc318f106e2ba4997bb5784e31c85914779bd76f69473e4636f5
-Size (channels-4.0.0.tar.gz) = 24446 bytes
+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



Home | Main Index | Thread Index | Old Index