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-22 20:31:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mocket (Old) and /work/SRC/openSUSE:Factory/.python-mocket.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mocket" Mon Jan 22 20:31:12 2024 rev:32 rq:1140590 version:3.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mocket/python-mocket.changes 2024-01-05 22:58:44.900427454 +0100 +++ /work/SRC/openSUSE:Factory/.python-mocket.new.16006/python-mocket.changes 2024-01-22 20:31:19.826875560 +0100 @@ -1,0 +2,22 @@ +Mon Jan 22 08:43:05 UTC 2024 - Sebastian Wagner <se...@sebix.at> + +- add pytest-asyncio and psutil to test build requirements +- skip test_truesendall_with_dump_from_recording and test_no_dangling_fds as they require internet connection + +------------------------------------------------------------------- +Sat Jan 20 19:40:29 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 3.12.3: + * Fixes for allowing making a mixture of unmocked and mocked + HTTPS requests using aiohttp + * Merging external contribution + * Adding testcase for proving #209 was fixed + +------------------------------------------------------------------- +Sat Jan 13 20:23:20 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 3.12.2: + * Pook is now compatible with modern Python versions + * Excluding venvs from dist packages + +------------------------------------------------------------------- Old: ---- mocket-3.12.0.tar.gz New: ---- mocket-3.12.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mocket.spec ++++++ --- /var/tmp/diff_new_pack.n6eOKh/_old 2024-01-22 20:31:20.358895012 +0100 +++ /var/tmp/diff_new_pack.n6eOKh/_new 2024-01-22 20:31:20.358895012 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-mocket%{psuffix} -Version: 3.12.0 +Version: 3.12.3 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause @@ -54,6 +54,8 @@ BuildRequires: %{python_module httptools} BuildRequires: %{python_module mocket = %{version}} BuildRequires: %{python_module pook >= 0.2.1} +BuildRequires: %{python_module psutil} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module redis} BuildRequires: %{python_module requests} @@ -102,7 +104,7 @@ sleep 2 # Checks the ability to record a real request and response. Not available inside obs. -donttest="test_asyncio_record_replay" +donttest="test_asyncio_record_replay or test_truesendall_with_dump_from_recording or test_no_dangling_fds" # The reference recording has different headers in this case %if %{pkg_vcmp python311-httpx < 0.23} donttest="$donttest or test_truesendall_with_dump_from_recording" ++++++ mocket-3.12.0.tar.gz -> mocket-3.12.3.tar.gz ++++++ ++++ 72009 lines of diff (skipped)