Subject: CVS commit: pkgsrc/devel/py-setuptools
From: Adam Ciarcinski
Date: 2019-08-17 12:22:40
Message id: 20190817102240.1F6B7FBF4@cvs.NetBSD.org

Log Message:
py-setuptools: updated to 41.1.0

v41.1.0
* Moved most of the constants from setup.py to setup.cfg
* Fixed issue with the PEP 517 backend where building a source distribution \ 
would fail if any tarball existed in the destination directory.
* Fixed an issue with PEP 517 backend where wheel builds would fail if the \ 
destination directory did not already exist.
* Forse metadata-version >= 1.2. when project urls are present.
* Improve package_data check: ensure the dictionary values are lists/tuples of \ 
strings.
* Changed compatibility fallback logic for html.unescape to avoid accessing \ 
HTMLParser.unescape when not necessary. HTMLParser.unescape is deprecated and \ 
will be removed in Python 3.9.
* Added the file path to the error message when a UnicodeDecodeError occurs \ 
while reading a metadata file.
* Use license classifiers rather than the license field.

Files:
RevisionActionfile
1.169modifypkgsrc/devel/py-setuptools/Makefile
1.147modifypkgsrc/devel/py-setuptools/distinfo