Sat, 20 Apr 2024 08:16:44 UTC | login

Information for build python-starlette-0.14.2-7.fc33

ID196131
Package Namepython-starlette
Version0.14.2
Release7.fc33
Epoch
SummaryThe little ASGI library that shines
DescriptionStarlette is a lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services. It is production-ready, and gives you the following: * Seriously impressive performance. * WebSocket support. * GraphQL support. * In-process background tasks. * Startup and shutdown events. * Test client built on requests. * CORS, GZip, Static Files, Streaming responses. * Session and Cookie support. * 100% test coverage. * 100% type annotated codebase. * Zero hard dependencies.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 07 Feb 2022 18:31:12 UTC
CompletedMon, 07 Feb 2022 18:31:12 UTC
Tags
f33
f37
f38
RPMs
src
python-starlette-0.14.2-7.fc33.src.rpm (info) (download)
noarch
python-starlette-doc-0.14.2-7.fc33.noarch.rpm (info) (download)
python3-starlette-0.14.2-7.fc33.noarch.rpm (info) (download)
python3-starlette+full-0.14.2-7.fc33.noarch.rpm (info) (download)
Changelog * Wed Sep 29 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.2-7 - Drop HTML documentation unconditionally * Fri May 14 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.2-6 - Add databases[sqlite] BR for testing where available (F34+) * Tue Mar 16 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.2-5 - Drop python3dist(setuptools) BR, redundant with %pyproject_buildrequires * Mon Mar 01 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.2-4 - Move documentation BR’s to base package * Fri Feb 26 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.2-3 - Drop mypy BR * Thu Feb 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.2-2 - Use srcname macro instead of pypi_name - Drop obsolete python_provide macro - Implement the “full” extra metapackage, dropping the corresponding dependencies from the main package - Use pyproject-rpm-macros, including generated BR’s - Improved description from upstream * Wed Feb 03 2021 Filipe Rosset <rosset.filipe@gmail.com> - 0.14.2-1 - Update to 0.14.2 fixes FTBFS rhbz#1908274 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Sep 30 2020 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.13.8-1 - Initial package. - Switch to github sources and enable some tests