Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-httpx for 
openSUSE:Factory checked in at 2023-11-08 22:17:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-httpx (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-httpx.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-httpx"

Wed Nov  8 22:17:50 2023 rev:7 rq:1124087 version:0.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-httpx/python-pytest-httpx.changes  
2023-07-01 23:18:33.330441668 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-httpx.new.17445/python-pytest-httpx.changes
       2023-11-08 22:18:18.116438470 +0100
@@ -1,0 +2,23 @@
+Tue Nov  7 19:44:01 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.26.0:
+  * Added `proxy_url` parameter which allows matching on proxy
+    URL.
+  * Requires `httpx`==0.25.\*
+  * Added `match_json` parameter which allows matching on JSON
+    decoded body (matching against python representation instead
+    of bytes).
+  * Even if it was never documented as a feature, the
+    `match_headers` parameter was not considering header names
+    case when matching.
+  * Matching on headers does not ignore name case anymore, the
+    name must now be cased as sent (as some servers might expect
+    a specific case).
+  * Add `:Any` type hint to `**matchers` function arguments to
+    satisfy strict type checking mode in `pyright`.
+  * Python `3.7` and `3.8` are no longer supported.
+  * `httpx_mock.add_response` is now returning a new
+    `httpx.Response` instance upon each matching request.
+    Preventing unnecessary recursion in streams.
+
+-------------------------------------------------------------------

Old:
----
  pytest_httpx-0.22.0-gh.tar.gz

New:
----
  pytest_httpx-0.26.0-gh.tar.gz

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

Other differences:
------------------
++++++ python-pytest-httpx.spec ++++++
--- /var/tmp/diff_new_pack.fqtKgY/_old  2023-11-08 22:18:18.992470652 +0100
+++ /var/tmp/diff_new_pack.fqtKgY/_new  2023-11-08 22:18:18.992470652 +0100
@@ -18,23 +18,23 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pytest-httpx
-Version:        0.22.0
+Version:        0.26.0
 Release:        0
 Summary:        Send responses to httpx
 License:        MIT
 URL:            https://colin-b.github.io/pytest_httpx/
 Source:         
https://github.com/Colin-b/pytest_httpx/archive/refs/tags/v%{version}.tar.gz#/pytest_httpx-%{version}-gh.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module httpx >= 0.24.0}
-BuildRequires:  %{python_module pytest >= 6.0}
+BuildRequires:  %{python_module httpx >= 0.25.0}
+BuildRequires:  %{python_module pytest >= 7.0}
 BuildRequires:  %{python_module pytest-asyncio >= 0.20.0}
 # /SECTION
 BuildRequires:  fdupes
-Requires:       python-httpx >= 0.24.0
-Requires:       python-pytest >= 6.0
+Requires:       python-httpx >= 0.25.0
+Requires:       python-pytest >= 7.0
 BuildArch:      noarch
 %python_subpackages
 

++++++ pytest_httpx-0.22.0-gh.tar.gz -> pytest_httpx-0.26.0-gh.tar.gz ++++++
++++ 2488 lines of diff (skipped)

Reply via email to