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:           Wed Apr 19 17:29:28 UTC 2017

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile distinfo

Log Message:
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``.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.105 -r1.106 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.127 pkgsrc/devel/py-setuptools/Makefile:1.128
--- pkgsrc/devel/py-setuptools/Makefile:1.127   Wed Apr  5 15:56:30 2017
+++ pkgsrc/devel/py-setuptools/Makefile Wed Apr 19 17:29:28 2017
@@ -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/}

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.105 pkgsrc/devel/py-setuptools/distinfo:1.106
--- pkgsrc/devel/py-setuptools/distinfo:1.105   Wed Apr  5 15:56:30 2017
+++ pkgsrc/devel/py-setuptools/distinfo Wed Apr 19 17:29:28 2017
@@ -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