Path to this page:
Subject: CVS commit: pkgsrc/devel/py-distlib
From: Adam Ciarcinski
Date: 2022-08-10 09:25:25
Message id: 20220810072525.4BE6BFB1A@cvs.NetBSD.org
Log Message:
py-distlib: updated to 0.3.5
0.3.5
~~~~~
Released: 2022-07-14
- database
- Fixed 170: Corrected implementation of ``get_required_dists()``.
- index
- Updated coverage pragmas for tests relating to obsolete PyPI APIs.
- locators
- Changed the default locator configuration.
- metadata
- Updates in support of PEP 643 / Metadata 2.2.
- scripts
- Updated launcher executables. Thanks to Michael Bikovitsky for his help with
the launcher changes.
- Fixed 164: Improved support for reproducible builds by allowing a fixed
date/time to be inserted into created .exe files. Thanks to Somber Night \
for the
patch.
- util
- Fixed 161: Updated test case.
- wheel
- Updated to write archive path of RECORD to RECORD instead of staging path.
Thanks to Pieter Pas for the patch.
- Fixed 169: Removed usage of deprecated imp module in favour of importlib.
- Fixed 172: Compute ABI correctly for Python < 3.8.
In addition to the above, setup.py was replaced by setup.cfg and pyproject.toml.
Files: