pkgsrc/www/py-httpx/PLIST
adam 6e9b98c64a py-httpx: updated to 0.24.0
0.24.0 (6th April, 2023)

Changed

* The logging behaviour has been changed to be more in-line with other standard Python logging usages. We no longer have a custom `TRACE` log level, and we no longer use the `HTTPX_LOG_LEVEL` environment variable to auto-configure logging. We now have a significant amount of `DEBUG` logging available at the network level. Full documentation is available at https://www.python-httpx.org/logging/
* The `Response.iter_lines()` method now matches the stdlib behaviour and does not include the newline characters. It also resolves a performance issue.
* Query parameter encoding switches from using + for spaces and %2F for forward slash, to instead using %20 for spaces and treating forward slash as a safe, unescaped character. This differs from `requests`, but is in line with browser behavior in Chrome, Safari, and Firefox. Both options are RFC valid.
* NetRC authentication is no longer automatically handled, but is instead supported by an explicit `httpx.NetRCAuth()` authentication class. See the documentation at https://www.python-httpx.org/advanced/#netrc-support

Removed

* The `rfc3986` dependancy has been removed.
2023-04-17 09:58:49 +00:00

59 lines
2 KiB
Text

@comment $NetBSD: PLIST,v 1.11 2023/04/17 09:58:49 adam Exp $
bin/httpx-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
${PYSITELIB}/httpx/__init__.py
${PYSITELIB}/httpx/__init__.pyc
${PYSITELIB}/httpx/__version__.py
${PYSITELIB}/httpx/__version__.pyc
${PYSITELIB}/httpx/_api.py
${PYSITELIB}/httpx/_api.pyc
${PYSITELIB}/httpx/_auth.py
${PYSITELIB}/httpx/_auth.pyc
${PYSITELIB}/httpx/_client.py
${PYSITELIB}/httpx/_client.pyc
${PYSITELIB}/httpx/_compat.py
${PYSITELIB}/httpx/_compat.pyc
${PYSITELIB}/httpx/_config.py
${PYSITELIB}/httpx/_config.pyc
${PYSITELIB}/httpx/_content.py
${PYSITELIB}/httpx/_content.pyc
${PYSITELIB}/httpx/_decoders.py
${PYSITELIB}/httpx/_decoders.pyc
${PYSITELIB}/httpx/_exceptions.py
${PYSITELIB}/httpx/_exceptions.pyc
${PYSITELIB}/httpx/_main.py
${PYSITELIB}/httpx/_main.pyc
${PYSITELIB}/httpx/_models.py
${PYSITELIB}/httpx/_models.pyc
${PYSITELIB}/httpx/_multipart.py
${PYSITELIB}/httpx/_multipart.pyc
${PYSITELIB}/httpx/_status_codes.py
${PYSITELIB}/httpx/_status_codes.pyc
${PYSITELIB}/httpx/_transports/__init__.py
${PYSITELIB}/httpx/_transports/__init__.pyc
${PYSITELIB}/httpx/_transports/asgi.py
${PYSITELIB}/httpx/_transports/asgi.pyc
${PYSITELIB}/httpx/_transports/base.py
${PYSITELIB}/httpx/_transports/base.pyc
${PYSITELIB}/httpx/_transports/default.py
${PYSITELIB}/httpx/_transports/default.pyc
${PYSITELIB}/httpx/_transports/mock.py
${PYSITELIB}/httpx/_transports/mock.pyc
${PYSITELIB}/httpx/_transports/wsgi.py
${PYSITELIB}/httpx/_transports/wsgi.pyc
${PYSITELIB}/httpx/_types.py
${PYSITELIB}/httpx/_types.pyc
${PYSITELIB}/httpx/_urlparse.py
${PYSITELIB}/httpx/_urlparse.pyc
${PYSITELIB}/httpx/_urls.py
${PYSITELIB}/httpx/_urls.pyc
${PYSITELIB}/httpx/_utils.py
${PYSITELIB}/httpx/_utils.pyc
${PYSITELIB}/httpx/py.typed