Compare commits

..

No commits in common. 'zzm_branch' and 'master' have entirely different histories.

@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: asgiref
Version: 3.9.2
Version: 3.9.1
Summary: ASGI specs, helper code, and adapters
Home-page: https://github.com/django/asgiref/
Author: Django Software Foundation

@ -1,10 +1,10 @@
asgiref-3.9.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
asgiref-3.9.2.dist-info/METADATA,sha256=VOjvFQ67_G0u-NeiTgzrtRKo6W1K_V5fRcH_YnetyJ8,9286
asgiref-3.9.2.dist-info/RECORD,,
asgiref-3.9.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
asgiref-3.9.2.dist-info/licenses/LICENSE,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552
asgiref-3.9.2.dist-info/top_level.txt,sha256=bokQjCzwwERhdBiPdvYEZa4cHxT4NCeAffQNUqJ8ssg,8
asgiref/__init__.py,sha256=C8rdAWx8KsGqJyg7wT8baKp3bTQuk-lnx5ayNr4NpKM,22
asgiref-3.9.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
asgiref-3.9.1.dist-info/METADATA,sha256=FI1qnkAdT303WxkQlnpXEZ49dO1z-srL9L-_7uYjqTk,9286
asgiref-3.9.1.dist-info/RECORD,,
asgiref-3.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
asgiref-3.9.1.dist-info/licenses/LICENSE,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552
asgiref-3.9.1.dist-info/top_level.txt,sha256=bokQjCzwwERhdBiPdvYEZa4cHxT4NCeAffQNUqJ8ssg,8
asgiref/__init__.py,sha256=97OdSef30we1CjsM0qA6wEMk67472iE4_gOoam4odOg,22
asgiref/__pycache__/__init__.cpython-312.pyc,,
asgiref/__pycache__/compatibility.cpython-312.pyc,,
asgiref/__pycache__/current_thread_executor.cpython-312.pyc,,
@ -24,4 +24,4 @@ asgiref/sync.py,sha256=5dlK0T61pMSNWf--49nUojn0mfduqq6ryuwyXxv2Y-A,20417
asgiref/testing.py,sha256=U5wcs_-ZYTO5SIGfl80EqRAGv_T8BHrAhvAKRuuztT4,4421
asgiref/timeout.py,sha256=LtGL-xQpG8JHprdsEUCMErJ0kNWj4qwWZhEHJ3iKu4s,3627
asgiref/typing.py,sha256=Zi72AZlOyF1C7N14LLZnpAdfUH4ljoBqFdQo_bBKMq0,6290
asgiref/wsgi.py,sha256=J8OAgirfsYHZmxxqIGfFiZ43uq1qKKv2xGMkRISNIo4,6742
asgiref/wsgi.py,sha256=fxBLgUE_0PEVgcp13ticz6GHf3q-aKWcB5eFPhd6yxo,6753

@ -0,0 +1 @@
__version__ = "3.9.1"

@ -1,4 +1,4 @@
import sys
from io import BytesIO
from tempfile import SpooledTemporaryFile
from asgiref.sync import AsyncToSync, sync_to_async
@ -67,7 +67,7 @@ class WsgiToAsgiInstance:
"wsgi.version": (1, 0),
"wsgi.url_scheme": scope.get("scheme", "http"),
"wsgi.input": body,
"wsgi.errors": sys.stderr,
"wsgi.errors": BytesIO(),
"wsgi.multithread": True,
"wsgi.multiprocess": True,
"wsgi.run_once": False,

@ -1,4 +1,4 @@
../../Scripts/django-admin.exe,sha256=FbcAk5EEy-zsX_ELThi8i3TErlVmdtq7aq4OzgD6MqA,108434
../../Scripts/django-admin.exe,sha256=oY01wlxifnaEpqtysD_76HugMGwRtwKJoVFQ83CBLgo,108439
django-5.2.6.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
django-5.2.6.dist-info/METADATA,sha256=_X2YuhxwF2eFjVnKyHYMUZRmjUkfVAeWUvV6Et3eK5w,4126
django-5.2.6.dist-info/RECORD,,

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save