Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mocket for openSUSE:Factory checked in at 2024-01-05 22:58:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mocket (Old) and /work/SRC/openSUSE:Factory/.python-mocket.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mocket" Fri Jan 5 22:58:44 2024 rev:31 rq:1136200 version:3.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mocket/python-mocket.changes 2023-12-28 22:54:51.471958783 +0100 +++ /work/SRC/openSUSE:Factory/.python-mocket.new.28375/python-mocket.changes 2024-01-05 22:58:44.900427454 +0100 @@ -1,0 +2,8 @@ +Fri Dec 29 16:14:00 UTC 2023 - Antonio Larrosa <alarr...@suse.com> + +- Fix check that was testing the version package of python3-httpx. + That's not available in SLE so we now use python311-httpx + instead which allows the package to build fine in SLE's Python + 3.11 stack. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mocket.spec ++++++ --- /var/tmp/diff_new_pack.bMrBoR/_old 2024-01-05 22:58:45.404445921 +0100 +++ /var/tmp/diff_new_pack.bMrBoR/_new 2024-01-05 22:58:45.404445921 +0100 @@ -104,7 +104,7 @@ # Checks the ability to record a real request and response. Not available inside obs. donttest="test_asyncio_record_replay" # The reference recording has different headers in this case -%if %{pkg_vcmp python3-httpx < 0.23} +%if %{pkg_vcmp python311-httpx < 0.23} donttest="$donttest or test_truesendall_with_dump_from_recording" %endif # these fail after the python 3.11 patches