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

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

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

%define  modulename httpx

Name:    python3-module-%modulename
Version: 0.23.0
Release: alt2

Summary: A next generation HTTP client for Python
License: BSD-3-Clause
Group:   Development/Python3
URL:     https://www.python-httpx.org/

# Source-url: https://github.com/encode/httpx/archive/%version.tar.gz

Source:  %modulename-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev python3-module-setuptools

BuildArch: noarch

%description
HTTPX is a fully featured HTTP client for Python 3,
which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.

Note: HTTPX should be considered in beta.
We believe we've got the public API to a stable point now,
but would strongly recommend pinning your dependencies to the 0.13.* release,
so that you're able to properly review API changes between package updates.
A 1.0 release is expected to be issued sometime around mid-2020.

%prep
%setup -n %modulename-%version
sed -ri '/httpcore/ s/,<[^,"]+//p' setup.py

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/%modulename/
%python3_sitelibdir/*.egg-info/

%changelog

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

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