Path to this page:
Subject: CVS commit: pkgsrc/www/py-yarl
From: Adam Ciarcinski
Date: 2023-11-22 13:27:21
Message id: 20231122122721.C1E91FA3F@cvs.NetBSD.org
Log Message:
py-yarl: updated to 1.9.3
1.9.3 (2023-11-20)
==================
Bug fixes
---------
- Stopped dropping trailing slashes in :py:meth:`~yarl.URL.joinpath`
- Started accepting string subclasses in ``__truediv__()`` operations (``URL / \
segment``)
- Fixed the human representation of URLs with square brackets in usernames and \
passwords
- Updated type hints to include ``URL.missing_port()``, ``URL.__bytes__()``
and the ``encoding`` argument to :py:meth:`~yarl.URL.joinpath`
Files: