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: Tue Oct 18 08:33:28 UTC 2016
Modified Files:
pkgsrc/devel/py-setuptools: Makefile PLIST distinfo
Log Message:
Updated py-setuptools to 28.5.0.
v28.5.0
-------
* #810: Tests are now invoked with tox and not setup.py test.
* #249 and #450 via #764: Avoid scanning the whole tree
when building the manifest.
v28.4.0
-------
* #732: Now extras with a hyphen are honored per PEP 426.
* #811: Update to pyparsing 2.1.10.
* Updated ``setuptools.command.sdist`` to re-use most of
the functionality directly from ``distutils.command.sdist``
for the ``add_defaults`` method with strategic overrides.
See #750 for rationale.
* #760 via #762: Look for certificate bundle where SUSE
Linux typically presents it. Use ``certifi.where()`` to locate
the bundle.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.90 -r1.91 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.112 pkgsrc/devel/py-setuptools/Makefile:1.113
--- pkgsrc/devel/py-setuptools/Makefile:1.112 Sun Oct 9 21:24:32 2016
+++ pkgsrc/devel/py-setuptools/Makefile Tue Oct 18 08:33:28 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.112 2016/10/09 21:24:32 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2016/10/18 08:33:28 wiz Exp $
-DISTNAME= setuptools-28.3.0
+DISTNAME= setuptools-28.5.0
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.32 pkgsrc/devel/py-setuptools/PLIST:1.33
--- pkgsrc/devel/py-setuptools/PLIST:1.32 Mon Sep 12 08:07:09 2016
+++ pkgsrc/devel/py-setuptools/PLIST Tue Oct 18 08:33:28 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2016/09/12 08:07:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.33 2016/10/18 08:33:28 wiz Exp $
bin/easy_install-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -103,6 +103,9 @@ ${PYSITELIB}/setuptools/command/install_
${PYSITELIB}/setuptools/command/install_scripts.py
${PYSITELIB}/setuptools/command/install_scripts.pyc
${PYSITELIB}/setuptools/command/install_scripts.pyo
+${PYSITELIB}/setuptools/command/py36compat.py
+${PYSITELIB}/setuptools/command/py36compat.pyc
+${PYSITELIB}/setuptools/command/py36compat.pyo
${PYSITELIB}/setuptools/command/register.py
${PYSITELIB}/setuptools/command/register.pyc
${PYSITELIB}/setuptools/command/register.pyo
@@ -139,6 +142,9 @@ ${PYSITELIB}/setuptools/extension.pyo
${PYSITELIB}/setuptools/extern/__init__.py
${PYSITELIB}/setuptools/extern/__init__.pyc
${PYSITELIB}/setuptools/extern/__init__.pyo
+${PYSITELIB}/setuptools/glob.py
+${PYSITELIB}/setuptools/glob.pyc
+${PYSITELIB}/setuptools/glob.pyo
${PYSITELIB}/setuptools/launch.py
${PYSITELIB}/setuptools/launch.pyc
${PYSITELIB}/setuptools/launch.pyo
@@ -177,9 +183,6 @@ ${PYSITELIB}/setuptools/ssl_support.pyo
${PYSITELIB}/setuptools/unicode_utils.py
${PYSITELIB}/setuptools/unicode_utils.pyc
${PYSITELIB}/setuptools/unicode_utils.pyo
-${PYSITELIB}/setuptools/utils.py
-${PYSITELIB}/setuptools/utils.pyc
-${PYSITELIB}/setuptools/utils.pyo
${PYSITELIB}/setuptools/version.py
${PYSITELIB}/setuptools/version.pyc
${PYSITELIB}/setuptools/version.pyo
Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.90 pkgsrc/devel/py-setuptools/distinfo:1.91
--- pkgsrc/devel/py-setuptools/distinfo:1.90 Sun Oct 9 21:24:32 2016
+++ pkgsrc/devel/py-setuptools/distinfo Tue Oct 18 08:33:28 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.90 2016/10/09 21:24:32 wiz Exp $
+$NetBSD: distinfo,v 1.91 2016/10/18 08:33:28 wiz Exp $
-SHA1 (setuptools-28.3.0.tar.gz) = dff860c6ce135777a44114cd6f42e00992fa2008
-RMD160 (setuptools-28.3.0.tar.gz) = c7ade0b69489819685a9b2c21d77c8b5a8fa356e
-SHA512 (setuptools-28.3.0.tar.gz) = 871a3d7f1bcb92ac549f021bc1ea895b8b723b6a9d2262c6167ab8f56827b517727df45f536fd2b95b9f33c9d9edba90023696c74c51088d53f13583052e22a9
-Size (setuptools-28.3.0.tar.gz) = 640503 bytes
+SHA1 (setuptools-28.5.0.tar.gz) = c41f4289c844c1f78033872ebfb0913a88b6d4f5
+RMD160 (setuptools-28.5.0.tar.gz) = 45b63f72f6184e2aadbab57b3c691e6763626f31
+SHA512 (setuptools-28.5.0.tar.gz) = ce3ed6276530efc32a3e1c59688c154b4c4762e255a0efbc6315857fbd2e812503ea4039059bfadb36182b4a1b82683c6daae267313259a91479309ea9ba0b94
+Size (setuptools-28.5.0.tar.gz) = 644563 bytes
SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf
Home |
Main Index |
Thread Index |
Old Index