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 2023-05-09 13:06:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httpx (Old)
 and      /work/SRC/openSUSE:Factory/.python-httpx.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-httpx"

Tue May  9 13:06:16 2023 rev:9 rq:1084883 version:0.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httpx/python-httpx.changes        
2023-04-22 22:01:27.881576694 +0200
+++ /work/SRC/openSUSE:Factory/.python-httpx.new.1533/python-httpx.changes      
2023-05-09 13:06:22.768678731 +0200
@@ -1,0 +2,27 @@
+Wed May  3 08:47:43 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 0.24.0:
+  * The logging behaviour has been changed to be more in-line
+    with other standard Python logging usages. We no longer have
+    a custom `TRACE` log level, and we no longer use the
+    `HTTPX_LOG_LEVEL` environment variable to auto-configure
+    logging. We now have a significant amount of `DEBUG` logging
+    available at the network level. Full documentation is
+    available at https://www.python-httpx.org/logging/ (#2547,
+    encode/httpcore#648)
+  * The `Response.iter_lines()` method now matches the stdlib
+    behaviour and does not include the newline characters. It
+    also resolves a performance issue. (#2423)
+  * Query parameter encoding switches from using + for spaces and
+    %2F for forward slash, to instead using %20 for spaces and
+    treating forward slash as a safe, unescaped character. This
+    differs from `requests`, but is in line with browser behavior
+    in Chrome, Safari, and Firefox. Both options are RFC valid.
+    (#2543)
+  * NetRC authentication is no longer automatically handled, but
+    is instead supported by an explicit `httpx.NetRCAuth()`
+    authentication class. See the documentation at
+    https://www.python-httpx.org/advanced/#netrc-support (#2525)
+  * The `rfc3986` dependancy has been removed. (#2252)
+
+-------------------------------------------------------------------

Old:
----
  httpx-0.23.3.tar.gz

New:
----
  httpx-0.24.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-httpx.spec ++++++
--- /var/tmp/diff_new_pack.cXNfCY/_old  2023-05-09 13:06:23.576683541 +0200
+++ /var/tmp/diff_new_pack.cXNfCY/_new  2023-05-09 13:06:23.596683660 +0200
@@ -27,7 +27,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-httpx%{psuffix}
-Version:        0.23.3
+Version:        0.24.0
 Release:        0
 Summary:        Python HTTP client with async support
 License:        BSD-3-Clause
@@ -43,7 +43,6 @@
 Requires:       python-certifi
 Requires:       python-httpcore >= 0.15.0
 Requires:       python-idna >= 2.0
-Requires:       python-rfc3986 >= 1.3
 Requires:       python-sniffio
 Recommends:     python-Brotli
 Recommends:     python-Pygments >= 2

++++++ httpx-0.23.3.tar.gz -> httpx-0.24.0.tar.gz ++++++
++++ 3554 lines of diff (skipped)

Reply via email to