pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-setuptools
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 12 08:07:09 UTC 2016
Modified Files:
pkgsrc/devel/py-setuptools: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/py-setuptools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.108 pkgsrc/devel/py-setuptools/Makefile:1.109
--- pkgsrc/devel/py-setuptools/Makefile:1.108 Thu Sep 1 16:59:21 2016
+++ pkgsrc/devel/py-setuptools/Makefile Mon Sep 12 08:07:09 2016
@@ -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/}
Index: pkgsrc/devel/py-setuptools/PLIST
diff -u pkgsrc/devel/py-setuptools/PLIST:1.31 pkgsrc/devel/py-setuptools/PLIST:1.32
--- pkgsrc/devel/py-setuptools/PLIST:1.31 Thu Sep 1 16:59:21 2016
+++ pkgsrc/devel/py-setuptools/PLIST Mon Sep 12 08:07:09 2016
@@ -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/launch.pyo
${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
Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.86 pkgsrc/devel/py-setuptools/distinfo:1.87
--- pkgsrc/devel/py-setuptools/distinfo:1.86 Thu Sep 1 16:59:21 2016
+++ pkgsrc/devel/py-setuptools/distinfo Mon Sep 12 08:07:09 2016
@@ -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