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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd366202706a
branches:  trunk
changeset: 350223:bd366202706a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 24 19:30:34 2016 +0000

description:
Updated py-setuptools to 25.0.0.

v25.0.0
-------

* #674: Default ``sys.path`` manipulation by easy-install.pth
  is now "raw", meaning that when writing easy-install.pth
  during any install operation, the ``sys.path`` will not be
  rewritten, giving preference to easy_installed packages.

  To retain the old behavior when using any easy_install
  operation (including ``setup.py install`` when setuptools is
  present), set the environment variable:

    SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite

  This project hopes that that few if any environments find it
  necessary to retain the old behavior, and intends to drop
  support for it altogether in a future release. Please report
  any relevant concerns in the ticket for this change.

v24.3.1
-------

* #398: Fix shebang handling on Windows in script
  headers where spaces in ``sys.executable`` would
  produce an improperly-formatted shebang header,
  introduced in 12.0 with the fix for #188.

* #663, #670: More style updates.

v24.3.0
-------

* #516: Disable ``os.link`` to avoid hard linking
  in ``sdist.make_distribution``, avoiding errors on
  systems that support hard links but not on the
  file system in which the build is occurring.

v24.2.1
-------

* #667: Update Metadata-Version to 1.2 when
  ``python_requires`` is supplied.

v24.2.0
-------

* #631: Add support for ``python_requires`` keyword.

v24.1.1
-------

* More style updates. See #660, #661, #641.

v24.1.0
-------

* #659: ``setup.py`` now will fail fast and with a helpful
  error message when the necessary metadata is missing.
* More style updates. See #656, #635, #640,
  #644, #650, #652, and #655.

diffstat:

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

diffs (28 lines):

diff -r 3e08b1b7757e -r bd366202706a devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Sun Jul 24 19:27:47 2016 +0000
+++ b/devel/py-setuptools/Makefile      Sun Jul 24 19:30:34 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2016/07/21 12:54:49 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2016/07/24 19:30:34 wiz Exp $
 
-DISTNAME=              setuptools-24.0.3
+DISTNAME=              setuptools-25.0.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r 3e08b1b7757e -r bd366202706a devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Sun Jul 24 19:27:47 2016 +0000
+++ b/devel/py-setuptools/distinfo      Sun Jul 24 19:30:34 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.81 2016/07/21 12:54:49 wiz Exp $
+$NetBSD: distinfo,v 1.82 2016/07/24 19:30:34 wiz Exp $
 
-SHA1 (setuptools-24.0.3.tar.gz) = a7fae97a32e4f4bc7900b3fe2464b7f4836fa913
-RMD160 (setuptools-24.0.3.tar.gz) = f184e2e9fa5dea1ff880074e0cb167e532c3924d
-SHA512 (setuptools-24.0.3.tar.gz) = b591b68fd9dbc6c76d54a4a05b08de6a82bdb6ca8ce1fafd717e5f7e6152207ecadd7f8478f237f8392797fc1f74bae36db5becb69801a972d0bc1aeb56dcf7d
-Size (setuptools-24.0.3.tar.gz) = 608585 bytes
+SHA1 (setuptools-25.0.0.tar.gz) = d553bbc5b28800d602a81abc95a8318762cec261
+RMD160 (setuptools-25.0.0.tar.gz) = 9242f0f2803427bff4e614857e466b76d9b5ee95
+SHA512 (setuptools-25.0.0.tar.gz) = 8ac7282382782915498f0b91512e99c981b76e52876c8633f1988b5711ce5cab5f834f63b52b88b31dfa0a645a381ced18f1cb2a15320a1c7a2034c622bb742b
+Size (setuptools-25.0.0.tar.gz) = 610873 bytes
 SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf



Home | Main Index | Thread Index | Old Index