Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-asgiref-3.4.1-3.el9 RPM for noarch

From EPEL 9 for aarch64 / Packages / p

Name: python3-asgiref Distribution: Fedora Project
Version: 3.4.1 Vendor: Fedora Project
Release: 3.el9 Build date: Wed Dec 15 20:25:37 2021
Group: Unspecified Build host: buildvm-x86-17.iad2.fedoraproject.org
Size: 128380 Source RPM: python-asgiref-3.4.1-3.el9.src.rpm
Packager: Fedora Project
Url: https://github.com/django/asgiref
Summary: ASGI specs, helper code, and adapters
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 and ASL 2.0

Changelog

* Sat Nov 27 2021 Igor Raits <ignatenkobrain@fedoraproject.org> 3.4.1-3
  - Initial adjustments for the EPEL9
* Sat Nov 27 2021 Igor Raits <ignatenkobrain@fedoraproject.org> 3.4.1-2
  - Adjust \
  
  
  echo 'python3-devel'
  echo 'python3dist(pip) >= 19'
  echo 'python3dist(packaging)'
  if [ -f pyproject.toml ]; then
    echo 'python3dist(toml)'
  elif [ -f setup.py ]; then
      echo 'python3dist(setuptools) >= 40.8'
    echo 'python3dist(wheel)'
  else
    echo 'ERROR: Neither pyproject.toml nor setup.py found, consider using %pyproject_buildrequires -N <requirements-file> if this is not a Python package.' >&2
    exit 1
  fi
  rm -rfv *.dist-info/ >&2
  if [ -f /usr/bin/python3 ]; then
    RPM_TOXENV="py39" HOSTNAME="rpmbuild" /usr/bin/python3 -s /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 to work with %bcond tests
  fi
* Wed Jul 28 2021 Carl George <carl@george.computer> 3.4.1-1
  - Latest upstream 3.4.1
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> 3.3.4-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> 3.3.4-2
  - Rebuilt for Python 3.10
* Wed May 12 2021 Miro Hrončok <miro@hroncok.cz> 3.3.4-1
  - Update to 3.3.4
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> 3.2.10-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> 3.2.10-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jun 18 2020 Carl George <carl@george.computer> 3.2.10-1
  - Latest upstream 3.2.10
* Mon May 25 2020 Miro Hrončok <miro@hroncok.cz> 3.2.7-2
  - Rebuilt for Python 3.9
* Thu Apr 09 2020 Peter Robinson <pbrobinson@gmail.com> 3.2.7-1
  - 3.2.7
* Sat Mar 21 2020 Peter Robinson <pbrobinson@gmail.com> 3.2.5-1
  - Update to 3.2.5 (rhbz #1764824)
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> 3.2.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Files

/usr/lib/python3.9/site-packages/asgiref
/usr/lib/python3.9/site-packages/asgiref-3.4.1.dist-info
/usr/lib/python3.9/site-packages/asgiref-3.4.1.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/asgiref-3.4.1.dist-info/LICENSE
/usr/lib/python3.9/site-packages/asgiref-3.4.1.dist-info/METADATA
/usr/lib/python3.9/site-packages/asgiref-3.4.1.dist-info/WHEEL
/usr/lib/python3.9/site-packages/asgiref-3.4.1.dist-info/top_level.txt
/usr/lib/python3.9/site-packages/asgiref/__init__.py
/usr/lib/python3.9/site-packages/asgiref/__pycache__
/usr/lib/python3.9/site-packages/asgiref/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/_pep562.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/_pep562.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/compatibility.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/compatibility.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/current_thread_executor.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/current_thread_executor.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/local.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/local.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/server.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/server.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/sync.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/sync.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/testing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/testing.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/timeout.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/timeout.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/typing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/typing.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/wsgi.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/asgiref/__pycache__/wsgi.cpython-39.pyc
/usr/lib/python3.9/site-packages/asgiref/_pep562.py
/usr/lib/python3.9/site-packages/asgiref/compatibility.py
/usr/lib/python3.9/site-packages/asgiref/current_thread_executor.py
/usr/lib/python3.9/site-packages/asgiref/local.py
/usr/lib/python3.9/site-packages/asgiref/py.typed
/usr/lib/python3.9/site-packages/asgiref/server.py
/usr/lib/python3.9/site-packages/asgiref/sync.py
/usr/lib/python3.9/site-packages/asgiref/testing.py
/usr/lib/python3.9/site-packages/asgiref/timeout.py
/usr/lib/python3.9/site-packages/asgiref/typing.py
/usr/lib/python3.9/site-packages/asgiref/wsgi.py
/usr/share/doc/python3-asgiref
/usr/share/doc/python3-asgiref/README.rst
/usr/share/licenses/python3-asgiref
/usr/share/licenses/python3-asgiref/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 24 04:20:01 2024