ASGI is a standard for Python asynchronous web apps and servers to communicate
with each other, and positioned as an asynchronous successor to WSGI. This
package includes ASGI base libraries, such as:
* Sync-to-async and async-to-sync function wrappers, asgiref.sync
* Server base classes, asgiref.server
* A WSGI-to-ASGI adapter, in asgiref.wsgi
Provides
Requires
License
BSD-3-Clause AND Apache-2.0
Changelog
* Wed Sep 04 2024 Michel Lind <salimma@fedoraproject.org> - 3.8.1-1
- Update to 3.8.1, resolves rhbz#2270473
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 3.7.2-4
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Oct 13 2023 Carl George <carlwgeorge@fedoraproject.org> - 3.7.2-1
- Update to 3.7.2, resolves rhbz#2209379
- Remove mypy build requirement
- Run tests directly with pytest to avoid tox build requirement
- Run import check when tests are disabled
- Remove duplicate license file
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 3.6.0-3
- Rebuilt for Python 3.12
* Tue May 09 2023 Carl George <carl@george.computer> - 3.6.0-2
- Change license to SPDX identifier
* Fri May 05 2023 Steve Traylen <steve.traylen@cern.ch> - 3.6.0-1
- Update to release 3.6.0
* Mon Feb 13 2023 Joel Capitao <jcapitao@redhat.com> - 3.5.2-1
- Update to 3.5.2
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Files
/usr/lib/python3.12/site-packages/asgiref
/usr/lib/python3.12/site-packages/asgiref-3.8.1.dist-info
/usr/lib/python3.12/site-packages/asgiref-3.8.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/asgiref-3.8.1.dist-info/LICENSE
/usr/lib/python3.12/site-packages/asgiref-3.8.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/asgiref-3.8.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/asgiref-3.8.1.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/asgiref/__init__.py
/usr/lib/python3.12/site-packages/asgiref/__pycache__
/usr/lib/python3.12/site-packages/asgiref/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/compatibility.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/compatibility.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/current_thread_executor.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/current_thread_executor.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/local.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/local.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/server.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/server.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/sync.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/sync.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/testing.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/testing.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/timeout.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/timeout.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/typing.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/typing.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/wsgi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/asgiref/__pycache__/wsgi.cpython-312.pyc
/usr/lib/python3.12/site-packages/asgiref/compatibility.py
/usr/lib/python3.12/site-packages/asgiref/current_thread_executor.py
/usr/lib/python3.12/site-packages/asgiref/local.py
/usr/lib/python3.12/site-packages/asgiref/py.type