py-asgiref: updated to 3.3.0
3.3.0: * sync_to_async now defaults to thread-sensitive mode being on * async_to_sync now works inside of forked processes * WsgiToAsgi now correctly clamps its response body when Content-Length is set
This commit is contained in:
parent
1b1498bc0e
commit
71f5e3be1c
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.22 2020/06/20 16:26:34 adam Exp $
|
# $NetBSD: Makefile,v 1.23 2020/10/10 18:00:57 adam Exp $
|
||||||
|
|
||||||
DISTNAME= asgiref-3.2.10
|
DISTNAME= asgiref-3.3.0
|
||||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/}
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.20 2020/06/20 16:26:34 adam Exp $
|
$NetBSD: distinfo,v 1.21 2020/10/10 18:00:57 adam Exp $
|
||||||
|
|
||||||
SHA1 (asgiref-3.2.10.tar.gz) = 18d38f9177e344b9d7ba766a58179636f659a13d
|
SHA1 (asgiref-3.3.0.tar.gz) = eb535d36a6a384d5e8405d32909be55a48a7e497
|
||||||
RMD160 (asgiref-3.2.10.tar.gz) = c6b459585a6258eff14ed425cbdf30e6732f4449
|
RMD160 (asgiref-3.3.0.tar.gz) = fa30baad594f528acfa0525026b5ad4021246cd9
|
||||||
SHA512 (asgiref-3.2.10.tar.gz) = 8688d71103dfe569978712481161a88cce9aa6587eacbf29ea42d585817c813625360724d1d561d12456a6580647f9d4a098f194bd780f3c9f7e52a1e0aa8c88
|
SHA512 (asgiref-3.3.0.tar.gz) = fbb66af8f0e2bbeed31ae6ac358f045c0eef6cdeec6edbaf358f7551ff24e69233cfbc898b60ac9d16d747a9fb7e10a8b203065602140c025b2ae7d4d7229def
|
||||||
Size (asgiref-3.2.10.tar.gz) = 25669 bytes
|
Size (asgiref-3.3.0.tar.gz) = 26945 bytes
|
||||||
|
|
Loading…
Reference in a new issue