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 35.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e0672015340
branches:  trunk
changeset: 361338:3e0672015340
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 19 17:29:28 2017 +0000

description:
Updated py-setuptools to 35.0.0.

v35.0.0
-------

* #436: In egg_info.manifest_maker, no longer read
  the file list from the manifest file, and instead
  re-build it on each build. In this way, files removed
  from the specification will not linger in the manifest.
  As a result, any files manually added to the manifest
  will be removed on subsequent egg_info invocations.
  No projects should be manually adding files to the
  manifest and should instead use MANIFEST.in or SCM
  file finders to force inclusion of files in the manifest.

v34.4.1
-------

* #1008: In MSVC support, use always the last version available for Windows SDK and UCRT SDK.

* #1008: In MSVC support, fix "vcruntime140.dll" returned path with Visual Studio 2017.

* #992: In msvc.msvc9_query_vcvarsall, ensure the
  returned dicts have str values and not Unicode for
  compatibilty with os.environ.

v34.4.0
-------

* #995: In MSVC support, add support for "Microsoft Visual Studio 2017" and "Microsoft Visual Studio Build Tools 2017".

* #999 via #1007: Extend support for declarative package
  config in a setup.cfg file to include the options
  ``python_requires`` and ``py_modules``.

diffstat:

 devel/py-setuptools/Makefile |   4 ++--
 devel/py-setuptools/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 90426cfca5d8 -r 3e0672015340 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Wed Apr 19 17:28:29 2017 +0000
+++ b/devel/py-setuptools/Makefile      Wed Apr 19 17:29:28 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2017/04/05 15:56:30 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2017/04/19 17:29:28 wiz Exp $
 
-DISTNAME=      setuptools-34.3.3
+DISTNAME=      setuptools-35.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 90426cfca5d8 -r 3e0672015340 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Wed Apr 19 17:28:29 2017 +0000
+++ b/devel/py-setuptools/distinfo      Wed Apr 19 17:29:28 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.105 2017/04/05 15:56:30 wiz Exp $
+$NetBSD: distinfo,v 1.106 2017/04/19 17:29:28 wiz Exp $
 
-SHA1 (setuptools-34.3.3.zip) = 0cc980f018b539f1f87ef3e09849e5f4d1bd9a5d
-RMD160 (setuptools-34.3.3.zip) = 8d2c541c9ee59b99f90e1f3c72a72c4fa5ca76ae
-SHA512 (setuptools-34.3.3.zip) = e45552954864b3b53319807a1593e8d10fc477f1a864da73560a17760f5239eca1cb338ad822c6680cb26c8e15897163122e4e9b19e76ed1e6d1542ffe7a6d34
-Size (setuptools-34.3.3.zip) = 622967 bytes
+SHA1 (setuptools-35.0.0.zip) = f68e07e0e0a129d2133fe10eab279356d3e2321e
+RMD160 (setuptools-35.0.0.zip) = 73ce13b3a28f39427a0b514d9d8c77f24a19a702
+SHA512 (setuptools-35.0.0.zip) = d201c866ca0d1cc4c3ecbd88b40c0f6acda08af388472a4e4d34219a825b49ae77c00b54f6f58d4f09de92b4593c7bd3d63b8cc92f7f2c804723f3986c3c35d1
+Size (setuptools-35.0.0.zip) = 624184 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index