Skip to content

Commit

Permalink
Updated py-setuptools to 25.0.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wiz committed Jul 24, 2016
1 parent b0cd892 commit c054322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/py-setuptools/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions devel/py-setuptools/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c054322

Please sign in to comment.