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-01-18 13:08:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httpx (Old)
 and      /work/SRC/openSUSE:Factory/.python-httpx.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-httpx"

Wed Jan 18 13:08:18 2023 rev:7 rq:1058832 version:0.23.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httpx/python-httpx.changes        
2022-08-08 08:45:16.898468086 +0200
+++ /work/SRC/openSUSE:Factory/.python-httpx.new.32243/python-httpx.changes     
2023-01-18 13:08:22.719980581 +0100
@@ -1,0 +2,37 @@
+Mon Jan 16 10:33:05 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Update to 0.23.3
+  * Version 0.23.2 accidentally included stricter type checking on query
+    parameters. This shouldn've have been included in a minor version bump, and
+    is now reverted. (#2523, #2539)
+- 0.23.2 (2nd Jan, 2023)
+  * Support digest auth nonce counting to avoid multiple auth requests. (#2463)
+  * Multipart file uploads where the file length cannot be determine now use
+    chunked transfer encoding, rather than loading the entire file into memory
+    in order to determine the `Content-Length`. (#2382)
+  * Raise `TypeError` if content is passed a dict-instance. (#2495)
+  * Partially revert the API breaking change in 0.23.1, which removed `RawURL`.
+    We continue to expose a `url.raw` property which is now a plain
+    named-tuple. This API is still expected to be deprecated, but we will do so
+    with a major version bump. (#2481)
+- 0.23.1 (18th Nov, 2022)
+  **Note**: The 0.23.1 release should have used a proper version bump, rather
+            than a minor point release. There are API surface area changes
+            that may affect some users. See the "Removed" section of these
+            release notes for details.
+  ### Added
+    * Support for Python 3.11. (#2420)
+    * Allow setting an explicit multipart boundary in `Content-Type` header.
+      (#2278)
+    * Allow `tuple` or `list` for multipart values, not just `list`. (#2355)
+    * Allow `str` content for multipart upload files. (#2400)
+    * Support connection upgrades. See
+      https://www.encode.io/httpcore/extensions/#upgrade-requests
+  ### Fixed
+    * Don't drop empty query parameters. (#2354)
+  ### Removed
+    * Upload files *must* always be opened in binary mode. (#2400)
+    * Drop `.read`/`.aread` from `SyncByteStream`/`AsyncByteStream`. (#2407)
+    * Drop `RawURL`. (#2241)
+
+-------------------------------------------------------------------

Old:
----
  httpx-0.23.0.tar.gz

New:
----
  httpx-0.23.3.tar.gz

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

Other differences:
------------------
++++++ python-httpx.spec ++++++
--- /var/tmp/diff_new_pack.9DNcYR/_old  2023-01-18 13:08:23.339983906 +0100
+++ /var/tmp/diff_new_pack.9DNcYR/_new  2023-01-18 13:08:23.347983949 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,14 +26,17 @@
 %endif
 
 Name:           python-httpx%{psuffix}
-Version:        0.23.0
+Version:        0.23.3
 Release:        0
 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
 BuildRequires:  %{python_module base >= 3.7}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module hatch-fancy-pypi-readme}
+BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-certifi
@@ -78,11 +81,11 @@
 sed -i '/tool.pytest/,$ {/error/d}' setup.cfg
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
 %if !%{with test}
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/httpx
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif

++++++ httpx-0.23.0.tar.gz -> httpx-0.23.3.tar.gz ++++++
++++ 5549 lines of diff (skipped)

Reply via email to