Path to this page:
Subject: CVS commit: pkgsrc/devel/py-mocket
From: Thomas Klausner
Date: 2023-11-06 11:42:23
Message id: 20231106104223.B72D5FA2C@cvs.NetBSD.org
Log Message:
py-mocket: update to 3.12.0.
3.12.0
Support for Python 3.12 (#204)
* Fix for Python 3.12
* Getting rid of Python 3.7, since it's not supported anymore.
* Precommit hooks' autoupdate.
* Disabling `aiohttp` for testing Python 3.12.
3.11.1
Replace aiohttp with httpx for a few tests by @mindflayer in #197
Fix for urllib2>=2 by @mindflayer in #201
3.11.0
Migrating the HTTP[S] mock from relying on http-parser to httptools.
Never discovered the root cause for the failing tests with
aiohttp/Python 3.11 (first time ever I added @pytest.mark.xfail
to a few tests). Same test works with httpx, so I suspect it's
related to a client issue. I'll probably migrate to httpx as
the reference client for testing async/await code.
Files: