Subject: CVS commit: pkgsrc/www/py-asgiref
From: Adam Ciarcinski
Date: 2019-04-18 10:37:28
Message id: 20190418083728.B6168FB16@cvs.NetBSD.org

Log Message:
py-asgiref: updated to 3.1.2

3.1.2:
* New thread_critical argument to Local to tell it to not inherit contexts
  across threads/tasks.
* Local now inherits across any number of sync_to_async to async_to_sync calls
  nested inside each other

3.1.1:
* Local now cleans up storage of old threads and tasks to prevent a memory leak.

3.1.0:
* Added asgiref.local module to provide threading.local drop-in replacement.

3.0.0:
* Updated to match new ASGI 3.0 spec
* Compatibility library added that allows adapting ASGI 2 apps into ASGI 3 apps
  losslessly

Files:
RevisionActionfile
1.11modifypkgsrc/www/py-asgiref/Makefile
1.4modifypkgsrc/www/py-asgiref/PLIST
1.10modifypkgsrc/www/py-asgiref/distinfo