Path to this page:
Subject: CVS commit: pkgsrc/www/py-rfc3986
From: Adam Ciarcinski
Date: 2021-05-08 08:56:36
Message id: 20210508065636.2937BFA95@cvs.NetBSD.org
Log Message:
py-rfc3986: updated to 1.5.0
1.5.0 - 2021-05-07
------------------
- Fix bug where a valid IRI is mishandled by ``urlparse`` and
``ParseResultBytes``.
- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
:meth:`~rfc3986.builder.URIBuilder.extend_query_with`,
:meth:`~rfc3986.builder.URIBuilder.geturl` to
:class:`~rfc3986.builder.URIBuilder`.
Files: