Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pep517
From: Adam Ciarcinski
Date: 2021-03-15 13:08:11
Message id: 20210315120811.DD660FA95@cvs.NetBSD.org
Log Message:
py-pep517: updated to 0.10.0
0.10
Avoid shadowing imports such as colorlog in the backend, by moving the \
_in_process.py script into a separate subpackage.
Issue warnings when using the deprecated pep517.build and pep517.check modules \
at the command line. See the PyPA build project for a replacement.
Allow building with flit_core 3.x.
Prefer the standard library unittest.mock to mock for tests on Python 3.6 and above.
Files: