Path to this page:
Subject: CVS commit: pkgsrc/devel/py-frozenlist
From: Adam Ciarcinski
Date: 2024-10-24 22:20:26
Message id: 20241024202026.91CB8FC7E@cvs.NetBSD.org
Log Message:
py-frozenlist: updated to 1.5.0
1.5.0 (2024-10-22)
Bug fixes
- An incorrect signature of the ``__class_getitem__`` class method
has been fixed, adding a missing ``class_item`` argument under
Python 3.8 and older.
This change also improves the code coverage of this method that
was previously missing -- by :user:`webknjaz`.
Improved documentation
- Rendered issue, PR, and commit links now lead to
``frozenlist``'s repo instead of ``yarl``'s repo.
- On the :doc:`Contributing docs <contributing/guidelines>` page,
a link to the ``Towncrier philosophy`` has been fixed.
Packaging updates and notes for downstreams
- A name of a temporary building directory now reflects
that it's related to ``frozenlist``, not ``yarl``.
- Declared Python 3.13 supported officially in the distribution package metadata.
Files: