py-setuptools: updated to 57.0.0
v57.0.0 ------- Breaking Changes * License files excluded via the ``MANIFEST.in`` but matched by either the ``license_file`` (deprecated) or ``license_files`` options, will be nevertheless included in the source distribution. - by :user:`cdce8p` Changes * Write long description in message payload of PKG-INFO file. - by :user:`cdce8p` * Added ``License-File`` (multiple) to the output package metadata. The field will contain the path of a license file, matched by the ``license_file`` (deprecated) and ``license_files`` options, relative to ``.dist-info``. - by :user:`cdce8p` * Moved Setuptools' own entry points into declarative config. * Vendored `more_itertools <https://pypi.org/project/more-itertools>`_ for Setuptools. * Setuptools own setup.py no longer declares setup_requires, but instead expects wheel to be installed as declared by pyproject.toml. Misc * Updated the docs build tooling to support the latest version of Towncrier and show the previews of not-yet-released setuptools versions in the changelog -- :user:`webknjaz` v56.2.0 ------- Changes * Fixed handling of multiline license strings. - by :user:`cdce8p` * Setuptools will now always try to use the latest supported metadata version for ``PKG-INFO``. - by :user:`cdce8p` v56.1.0 ------- Changes * Incorporated assorted changes from pypa/distutils. * Adopted docs from distutils. * Added Visual Studio Express 2017 support -- by :user:`dofuuz` Misc * Fixed ``DeprecationWarning`` due to ``threading.Thread.setDaemon`` in tests -- by :user:`tirkarthi` * Made the changelog generator compatible with Towncrier >= 19.9 -- :user:`webknjaz` * Relax the deprecation message in the distutils hack.
This commit is contained in:
parent
3781e5618f
commit
28aed6498c
3 changed files with 17 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.185 2021/05/04 06:17:59 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.186 2021/06/24 17:19:54 adam Exp $
|
||||
|
||||
# 48.0.0 and newer are broken on NetBSD
|
||||
# https://github.com/pypa/setuptools/issues/2364
|
||||
DISTNAME= setuptools-56.0.0
|
||||
DISTNAME= setuptools-57.0.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.55 2021/05/04 06:17:59 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.56 2021/06/24 17:19:54 adam Exp $
|
||||
${PYSITELIB}/${EGG_FILE}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
|
||||
|
@ -237,6 +237,15 @@ ${PYSITELIB}/setuptools/_imp.pyo
|
|||
${PYSITELIB}/setuptools/_vendor/__init__.py
|
||||
${PYSITELIB}/setuptools/_vendor/__init__.pyc
|
||||
${PYSITELIB}/setuptools/_vendor/__init__.pyo
|
||||
${PYSITELIB}/setuptools/_vendor/more_itertools/__init__.py
|
||||
${PYSITELIB}/setuptools/_vendor/more_itertools/__init__.pyc
|
||||
${PYSITELIB}/setuptools/_vendor/more_itertools/__init__.pyo
|
||||
${PYSITELIB}/setuptools/_vendor/more_itertools/more.py
|
||||
${PYSITELIB}/setuptools/_vendor/more_itertools/more.pyc
|
||||
${PYSITELIB}/setuptools/_vendor/more_itertools/more.pyo
|
||||
${PYSITELIB}/setuptools/_vendor/more_itertools/recipes.py
|
||||
${PYSITELIB}/setuptools/_vendor/more_itertools/recipes.pyc
|
||||
${PYSITELIB}/setuptools/_vendor/more_itertools/recipes.pyo
|
||||
${PYSITELIB}/setuptools/_vendor/ordered_set.py
|
||||
${PYSITELIB}/setuptools/_vendor/ordered_set.pyc
|
||||
${PYSITELIB}/setuptools/_vendor/ordered_set.pyo
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.163 2021/05/04 06:17:59 adam Exp $
|
||||
$NetBSD: distinfo,v 1.164 2021/06/24 17:19:54 adam Exp $
|
||||
|
||||
SHA1 (setuptools-56.0.0.tar.gz) = 1c9806f81e598248025556d47b88b29de332041a
|
||||
RMD160 (setuptools-56.0.0.tar.gz) = e3a767065ce798fe62c5091d8ac4dca45eb4747c
|
||||
SHA512 (setuptools-56.0.0.tar.gz) = 951d43a0192b9dddacd7bd7ff6b76e281c14071771096db3c413fde6ea67b0c534f17a770cb3464cd3a6a4e8145b82f4cf5c0228e76e6f2cefe88d33748816e9
|
||||
Size (setuptools-56.0.0.tar.gz) = 2054762 bytes
|
||||
SHA1 (setuptools-57.0.0.tar.gz) = dfcfa1bd90285c64878150e01a551f7f97e3ebc6
|
||||
RMD160 (setuptools-57.0.0.tar.gz) = 832d7e2c69cb96bb648b6b90327e33d84a5b4c98
|
||||
SHA512 (setuptools-57.0.0.tar.gz) = 5277d8630367d6b16a49e36ed84d8cc6abfaedf87dac3f795b204626a8f15ca9fd80d158a465d8bcabe9c074c76b87c3378d82a4ba5feee1ac6a5f2c91db061e
|
||||
Size (setuptools-57.0.0.tar.gz) = 2144749 bytes
|
||||
SHA1 (patch-setuptools___distutils_sysconfig.py) = a7b51250f81fcdb1263874f13be9e05daa19d956
|
||||
SHA1 (patch-setuptools___distutils_unixccompiler.py) = 0458b62ffed862c506c9181ed851b6a13f53aa30
|
||||
|
|
Loading…
Reference in a new issue