15
0
forked from pool/python-httpx

Accepting request 1160604 from home:mcalabkova:branches:devel:languages:python

- Update to 0.27.0
  * The app=... shortcut has been deprecated. Use the explicit style of 
    transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead.
  * Respect the http1 argument while configuring proxy transports. (#3023)
  * Fix RFC 2069 mode digest authentication. (#3045)

OBS-URL: https://build.opensuse.org/request/show/1160604
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=32
This commit is contained in:
2024-03-22 10:52:48 +00:00
committed by Git OBS Bridge
parent 87ce16e969
commit 85ff726e0f
4 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-httpx
#
# Copyright (c) 2024 SUSE LLC
#
@@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-httpx%{psuffix}
Version: 0.26.0
Version: 0.27.0
Release: 0
Summary: Python HTTP client with async support
License: BSD-3-Clause
@@ -51,7 +51,7 @@ Recommends: python-click >= 8
Recommends: python-h2 >= 3.0
Recommends: python-rich >= 10
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
%if %{with test}