15
0
forked from pool/python-httpx

- drop newer-httpcore.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=28
This commit is contained in:
2023-11-27 18:58:54 +00:00
committed by Git OBS Bridge
parent 67a5550fdf
commit 54a612cced
3 changed files with 1 additions and 95 deletions

View File

@@ -33,8 +33,6 @@ Summary: Python HTTP client with async support
License: BSD-3-Clause
URL: https://github.com/encode/httpx
Source: https://github.com/encode/httpx/archive/%{version}.tar.gz#/httpx-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/encode/httpx/pull/2885 Support newer versions of httpcore
Patch: newer-httpcore.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatch-fancy-pypi-readme}
BuildRequires: %{python_module hatchling}
@@ -80,8 +78,6 @@ Python HTTP client with async support.
%prep
%autosetup -p1 -n httpx-%{version}
# remove turning pytest warnings into error
#sed -i '/tool.pytest/,$ {/error/d}' setup.cfg
%build
%pyproject_wheel