pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools Updated py-setuptools to 27.1.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45ac352f0ec5
branches:  trunk
changeset: 352297:45ac352f0ec5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 12 08:07:09 2016 +0000

description:
Updated py-setuptools to 27.1.2.

v27.1.2
-------

* #779 via #781: Fix circular import.

v27.1.1
-------

* #778: Fix MSVC monkeypatching.

v27.1.0
-------

* Introduce the (private) ``monkey`` module to encapsulate
  the distutils monkeypatching behavior.

v27.0.0
-------

* Now use Warehouse by default for
  ``upload``, patching ``distutils.config.PyPIRCCommand`` to
  affect default behavior.

  Any config in .pypirc should be updated to replace

    https://pypi.python.org/pypi/

  with

    https://upload.pypi.org/legacy/

  Similarly, any passwords stored in the keyring should be
  updated to use this new value for "system".

  The ``upload_docs`` command will continue to use the python.org
  site, but the command is now deprecated. Users are urged to use
  Read The Docs instead.

* #776: Use EXT_SUFFIX for py_limited_api renaming.

* #774 and #775: Use LegacyVersion from packaging when
  detecting numpy versions.

diffstat:

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

diffs (47 lines):

diff -r 5951d5dfbf34 -r 45ac352f0ec5 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Mon Sep 12 07:57:51 2016 +0000
+++ b/devel/py-setuptools/Makefile      Mon Sep 12 08:07:09 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2016/09/01 16:59:21 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2016/09/12 08:07:09 wiz Exp $
 
-DISTNAME=              setuptools-26.1.1
+DISTNAME=              setuptools-27.1.2
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 5951d5dfbf34 -r 45ac352f0ec5 devel/py-setuptools/PLIST
--- a/devel/py-setuptools/PLIST Mon Sep 12 07:57:51 2016 +0000
+++ b/devel/py-setuptools/PLIST Mon Sep 12 08:07:09 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2016/09/01 16:59:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.32 2016/09/12 08:07:09 wiz Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -145,6 +145,9 @@
 ${PYSITELIB}/setuptools/lib2to3_ex.py
 ${PYSITELIB}/setuptools/lib2to3_ex.pyc
 ${PYSITELIB}/setuptools/lib2to3_ex.pyo
+${PYSITELIB}/setuptools/monkey.py
+${PYSITELIB}/setuptools/monkey.pyc
+${PYSITELIB}/setuptools/monkey.pyo
 ${PYSITELIB}/setuptools/msvc.py
 ${PYSITELIB}/setuptools/msvc.pyc
 ${PYSITELIB}/setuptools/msvc.pyo
diff -r 5951d5dfbf34 -r 45ac352f0ec5 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Mon Sep 12 07:57:51 2016 +0000
+++ b/devel/py-setuptools/distinfo      Mon Sep 12 08:07:09 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.86 2016/09/01 16:59:21 wiz Exp $
+$NetBSD: distinfo,v 1.87 2016/09/12 08:07:09 wiz Exp $
 
-SHA1 (setuptools-26.1.1.tar.gz) = 56996d43ac21bcde0171e3578af9011c8a3265bd
-RMD160 (setuptools-26.1.1.tar.gz) = 9a61062c72b32b92daadd7a36bfd1be425b98685
-SHA512 (setuptools-26.1.1.tar.gz) = e9f5fb73022bd5584d3aa84c265338d93b6033d0f3af5fba1c7aeb4a949f7723573fb9e2586b29eca73030581b1ca4a529c7650e49d279946ef530b70487ccc7
-Size (setuptools-26.1.1.tar.gz) = 637041 bytes
+SHA1 (setuptools-27.1.2.tar.gz) = 2b4d767eb90b529a0fb48c097b8cfcb3c6bebf13
+RMD160 (setuptools-27.1.2.tar.gz) = 8eaa75b918bf3b62fa74f8b3de5d668be6ecc6c2
+SHA512 (setuptools-27.1.2.tar.gz) = de128b665e9693e80bb8cd8fe3692cf68d3df8cf796fef135cb28fdfb0848ed90d5e28a67fbe7c1e1cc61683ccb4f2d41f02b70ad214ad32f0a428b4f3e78c47
+Size (setuptools-27.1.2.tar.gz) = 637767 bytes
 SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf



Home | Main Index | Thread Index | Old Index