Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools py-setuptools: Update to 50.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/288831305857
branches:  trunk
changeset: 438132:288831305857
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Sep 05 10:14:31 2020 +0000

description:
py-setuptools: Update to 50.2.0

* It seems that this fixes PLIST divergence of some packages,
  including py-libxml2 and py-cElementTree.

Changelog:
v50.2.0

    #2355: When pip is imported as part of a build, leave distutils patched.
    #2380: There are some setuptools specific changes in the setuptools.command.bdist_rpm module that are no longer needed, because they are part of the bdist_rpm module in distutils in Python 3.5.0. 
Therefore, code was removed from setuptools.command.bdist_rpm.

v50.1.0

    #2350: Setuptools reverts using the included distutils by default. Platform maintainers and system integrators and others are strongly encouraged to set SETUPTOOLS_USE_DISTUTILS=local to help 
identify and work through the reported issues with distutils adoption, mainly to file issues and pull requests with pypa/distutils such that distutils performs as needed across every supported 
environment.

v50.0.3

    #2363: Restore link_libpython support on Python 3.7 and earlier (see pypa/distutils#9).

v50.0.2

    #2352: In distutils hack, use absolute import rather than relative to avoid bpo-30876.

diffstat:

 devel/py-setuptools/Makefile |   4 ++--
 devel/py-setuptools/PLIST    |   5 ++++-
 devel/py-setuptools/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 90dc362ceb71 -r 288831305857 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Sat Sep 05 10:08:15 2020 +0000
+++ b/devel/py-setuptools/Makefile      Sat Sep 05 10:14:31 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.179 2020/09/02 21:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.180 2020/09/05 10:14:31 ryoon Exp $
 
 # 48.0.0 and newer are broken on NetBSD
 # https://github.com/pypa/setuptools/issues/2364
-DISTNAME=      setuptools-50.0.1
+DISTNAME=      setuptools-50.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 90dc362ceb71 -r 288831305857 devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Sat Sep 05 10:08:15 2020 +0000
+++ b/devel/py-setuptools/PLIST Sat Sep 05 10:14:31 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.51 2020/09/02 21:42:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.52 2020/09/05 10:14:31 ryoon Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/_distutils_hack/__init__.py
 ${PYSITELIB}/_distutils_hack/__init__.pyc
@@ -149,6 +149,9 @@
 ${PYSITELIB}/setuptools/_distutils/command/install_scripts.py
 ${PYSITELIB}/setuptools/_distutils/command/install_scripts.pyc
 ${PYSITELIB}/setuptools/_distutils/command/install_scripts.pyo
+${PYSITELIB}/setuptools/_distutils/command/py37compat.py
+${PYSITELIB}/setuptools/_distutils/command/py37compat.pyc
+${PYSITELIB}/setuptools/_distutils/command/py37compat.pyo
 ${PYSITELIB}/setuptools/_distutils/command/register.py
 ${PYSITELIB}/setuptools/_distutils/command/register.pyc
 ${PYSITELIB}/setuptools/_distutils/command/register.pyo
diff -r 90dc362ceb71 -r 288831305857 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Sat Sep 05 10:08:15 2020 +0000
+++ b/devel/py-setuptools/distinfo      Sat Sep 05 10:14:31 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.157 2020/09/02 21:42:18 wiz Exp $
+$NetBSD: distinfo,v 1.158 2020/09/05 10:14:31 ryoon Exp $
 
-SHA1 (setuptools-50.0.1.zip) = 38c697fac7de77e14e29ff594bc739c03a101060
-RMD160 (setuptools-50.0.1.zip) = 468f2969b76a583a34c75a0fb843b69b60658db9
-SHA512 (setuptools-50.0.1.zip) = 8d8d008b586fe3782aea4a8ca109904be99490fc7bed1c8161f062d2c4594a94632c4f01b2933b5150e9f6b1336513e2c106e0a4a7a1a9a35ccb5257b7eb949a
-Size (setuptools-50.0.1.zip) = 2167767 bytes
+SHA1 (setuptools-50.2.0.zip) = 73711e7f5d0d34a45d6e08e2ec16a5cdde33240e
+RMD160 (setuptools-50.2.0.zip) = cbc52e13e7a5a7b2e87c30c04946a609d602094c
+SHA512 (setuptools-50.2.0.zip) = 1d6d52bd058b4fd3c8322538b7b31b601c04eaf196b49e89f758d691a65fe6e76fca486ba740fbb96bd817ed67b1d390a3724742977be8cc2963106a73c4c17a
+Size (setuptools-50.2.0.zip) = 2168687 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2
 SHA1 (patch-setuptools___distutils_sysconfig.py) = a7b51250f81fcdb1263874f13be9e05daa19d956
 SHA1 (patch-setuptools___distutils_unixccompiler.py) = 0458b62ffed862c506c9181ed851b6a13f53aa30



Home | Main Index | Thread Index | Old Index