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:   adam
Date:           Mon Sep  4 17:27:13 UTC 2017

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

Log Message:
v36.4.0

* 1075: Add new ``Description-Content-Type`` metadata field. `See here for
  documentation on how to use this field.

* 1068: Sort files and directories when building eggs for
  deterministic order.

* 196: Remove caching of easy_install command in fetch_build_egg.
  Fixes issue where ``pytest-runner-N.N`` would satisfy the installation
  of ``pytest``.

* 1129: Fix working set dependencies handling when replacing conflicting
  distributions (e.g. when using ``setup_requires`` with a conflicting
  transitive dependency, fix 1124).

* 1133: Improved handling of README files extensions and added
  Markdown to the list of searched READMES.

* 1135: Improve performance of pkg_resources import by not invoking
  ``access`` or ``stat`` and using ``os.listdir`` instead.


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.115 -r1.116 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.137 pkgsrc/devel/py-setuptools/Makefile:1.138
--- pkgsrc/devel/py-setuptools/Makefile:1.137   Mon Sep  4 14:46:23 2017
+++ pkgsrc/devel/py-setuptools/Makefile Mon Sep  4 17:27:13 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.137 2017/09/04 14:46:23 wiz Exp $
+# $NetBSD: Makefile,v 1.138 2017/09/04 17:27:13 adam Exp $
 
-DISTNAME=      setuptools-36.3.0
+DISTNAME=      setuptools-36.4.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.115 pkgsrc/devel/py-setuptools/distinfo:1.116
--- pkgsrc/devel/py-setuptools/distinfo:1.115   Mon Sep  4 14:46:23 2017
+++ pkgsrc/devel/py-setuptools/distinfo Mon Sep  4 17:27:13 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.115 2017/09/04 14:46:23 wiz Exp $
+$NetBSD: distinfo,v 1.116 2017/09/04 17:27:13 adam Exp $
 
-SHA1 (setuptools-36.3.0.zip) = 11e9cc1dfc77307ff6c8235c43efc271833c10de
-RMD160 (setuptools-36.3.0.zip) = fcdbacfdcf38c321909bb4f0140f91e305981c86
-SHA512 (setuptools-36.3.0.zip) = 517f48fd78dd26c42aab5f33f1ff28676b7c26305a6c1451bc8bb6bbc28121b72de2db2bbe536f50bd4b1616699bce657345921f1e2976b96f7881bec5855d9f
-Size (setuptools-36.3.0.zip) = 716739 bytes
+SHA1 (setuptools-36.4.0.zip) = 8843f30c4c745a924831e0de251adffc4d6c9373
+RMD160 (setuptools-36.4.0.zip) = 72cca0c180f698325ea3c58ca8bedcef337819c7
+SHA512 (setuptools-36.4.0.zip) = 0948e7666f503fbca74911f584f33cc76f623a976b914bfd946e9f2759b6f77d46b0277708f21c9a351f7ad073d5fc9d6d4d17f34aebc69b917d84921e5a2a75
+Size (setuptools-36.4.0.zip) = 720462 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index