Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37706716
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python3-module-uvicorn

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: python3-module-uvicorn
Version: 0.20.0
Release: alt1

%def_with check

Summary: An ASGI web server, for Python
License: BSD-3-Clause
Group: Development/Python
Url: https://pypi.org/project/uvicorn/

Source0: %name-%version-%release.tar

BuildArch: noarch
BuildRequires: rpm-build-python3
BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)
BuildRequires: python3(hatchling)

%if_with check
BuildRequires: python3(pytest)
BuildRequires: python3(pytest-mock)
BuildRequires: python3(click)
BuildRequires: python3(h11)
BuildRequires: python3(typing_extensions)
BuildRequires: python3(trustme)
BuildRequires: python3(yaml)
BuildRequires: python3(httpx)
BuildRequires: python3(asgiref)
BuildRequires: python3(websockets)
BuildRequires: python3(wsproto)
BuildRequires: python3(watchfiles)
BuildRequires: python3(watchgod)
BuildRequires: python3(httptools)
BuildRequires: python3(dotenv)
%endif

%description
Uvicorn is an ASGI web server implementation for Python.

Until recently Python has lacked a minimal low-level server/application
interface for async frameworks. The ASGI specification fills this gap,
and means we're now able to start building a common set of tooling usable
across all async frameworks.

Uvicorn supports HTTP/1.1 and WebSockets.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_create_default_config
%tox_check_pyproject

%files
%_bindir/uvicorn
%python3_sitelibdir/uvicorn
%python3_sitelibdir/uvicorn-%version.dist-info

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin