!7 Upgrade package with version 0.27.0
From: @desert-sailor Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
3c49d9bf72
Binary file not shown.
BIN
httpx-0.27.0.tar.gz
Normal file
BIN
httpx-0.27.0.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
%global src_name httpx
|
%global src_name httpx
|
||||||
|
|
||||||
Name: python-%{src_name}
|
Name: python-%{src_name}
|
||||||
Version: 0.24.1
|
Version: 0.27.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python HTTP client
|
Summary: Python HTTP client
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/encode/httpx
|
URL: https://github.com/encode/httpx
|
||||||
Source0: https://files.pythonhosted.org/packages/f8/2a/114d454cb77657dbf6a293e69390b96318930ace9cd96b51b99682493276/httpx-0.24.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/5c/2d/3da5bdf4408b8b2800061c339f240c1802f2e82d55e50bd39c5a881f47f0/httpx-0.27.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -36,6 +36,7 @@ has support for both HTTP/1.1 and HTTP/2, and provides both sync and async APIs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{src_name}-%{version}
|
%autosetup -n %{src_name}-%{version}
|
||||||
|
sed -i "s/\"httpcore==1.*\"/\"httpcore>=1.0\"/g" pyproject.toml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_build
|
%pyproject_build
|
||||||
@ -51,6 +52,14 @@ has support for both HTTP/1.1 and HTTP/2, and provides both sync and async APIs.
|
|||||||
%{python3_sitelib}/%{src_name}*.dist-info/
|
%{python3_sitelib}/%{src_name}*.dist-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 29 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.27.0-1
|
||||||
|
- Upgrade package with version 0.27.0
|
||||||
|
Support HTTPS proxies.
|
||||||
|
Drop support for Python 3.7 and Add support for Python 3.12.
|
||||||
|
Add support for httpcore 1.0.
|
||||||
|
Respect the http1 argument while configuring proxy transports.
|
||||||
|
Fix RFC 2069 mode digest authentication.
|
||||||
|
|
||||||
* Wed Aug 09 2023 ysliu <ysliuci@isoftstone.com> - 0.24.1-1
|
* Wed Aug 09 2023 ysliu <ysliuci@isoftstone.com> - 0.24.1-1
|
||||||
- Upgrade to 0.24.1-1
|
- Upgrade to 0.24.1-1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user