diff --git a/python-mocket.changes b/python-mocket.changes index 4bad4ef..e752a31 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 29 16:14:00 UTC 2023 - Antonio Larrosa + +- 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. + ------------------------------------------------------------------- Tue Dec 26 15:49:11 UTC 2023 - ecsos diff --git a/python-mocket.spec b/python-mocket.spec index a0185cc..7e03e57 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -104,7 +104,7 @@ sleep 2 # 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