Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-httpx for openSUSE:Factory checked in at 2024-12-13 22:33:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-httpx (Old) and /work/SRC/openSUSE:Factory/.python-httpx.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-httpx" Fri Dec 13 22:33:07 2024 rev:17 rq:1229172 version:0.28.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-httpx/python-httpx.changes 2024-09-12 16:54:04.607160843 +0200 +++ /work/SRC/openSUSE:Factory/.python-httpx.new.29675/python-httpx.changes 2024-12-13 22:33:32.034051408 +0100 @@ -1,0 +2,29 @@ +Sat Dec 7 13:27:08 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.28.1 + * Fix SSL case where verify=False together with client side + certificates. +- Release 0.28.0 + ## Deprecations: + * We are working towards a simplified SSL configuration API. + * For users of the standard verify=True or verify=False cases, or + verify=<ssl_context> case this should require no changes. The + following cases have been deprecated... + - The verify argument as a string argument is now deprecated + and will raise warnings. + - The cert argument is now deprecated and will raise warnings. + * Our revised SSL documentation covers how to implement the same + behaviour with a more constrained API. + ## The following changes are also included: + * The deprecated proxies argument has now been removed. + * The deprecated app argument has now been removed. + * JSON request bodies use a compact representation. (#3363) + * Review URL percent escape sets, based on WHATWG spec. (#3371, + #3373) + * Ensure certifi and httpcore are only imported if required. + (#3377) + * Treat socks5h as a valid proxy scheme. (#3178) + * Cleanup Request() method signature in line with + client.request() and httpx.request(). (#3378) + +------------------------------------------------------------------- Old: ---- httpx-0.27.2.tar.gz New: ---- httpx-0.28.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-httpx.spec ++++++ --- /var/tmp/diff_new_pack.Oziop4/_old 2024-12-13 22:33:32.702079269 +0100 +++ /var/tmp/diff_new_pack.Oziop4/_new 2024-12-13 22:33:32.706079435 +0100 @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-httpx%{psuffix} -Version: 0.27.2 +Version: 0.28.1 Release: 0 Summary: Python HTTP client with async support License: BSD-3-Clause @@ -44,7 +44,6 @@ Requires: python-certifi Requires: python-httpcore >= 0.18.0 Requires: python-idna >= 2.0 -Requires: python-sniffio Recommends: python-Brotli Recommends: python-Pygments >= 2 Recommends: python-click >= 8 @@ -111,6 +110,6 @@ %license LICENSE.md %python_alternative %{_bindir}/httpx %{python_sitelib}/httpx -%{python_sitelib}/httpx-%{version}*-info +%{python_sitelib}/httpx-%{version}.dist-info %endif ++++++ httpx-0.27.2.tar.gz -> httpx-0.28.1.tar.gz ++++++ ++++ 4208 lines of diff (skipped)