Path to this page:
Subject: CVS commit: pkgsrc/www/py-httpcore
From: Adam Ciarcinski
Date: 2023-10-30 10:16:30
Message id: 20231030091630.36933FADC@cvs.NetBSD.org
Log Message:
py-httpcore: updated to 1.0.0
1.0.0 (October 6th, 2023)
From version 1.0 our async support is now optional, as the package has minimal \
dependencies by default.
For async support use either pip install 'httpcore[asyncio]' or pip install \
'httpcore[trio]'.
The project versioning policy is now explicitly governed by SEMVER. See \
https://semver.org/.
Async support becomes fully optional.
Add support for Python 3.12.
Files: