Skip to content

Commit

Permalink
Update to 5.4.1:
Browse files Browse the repository at this point in the history
-----
5.4.1
-----

* Python #7776: (ssl_support) Correct usage of host for validation when
  tunneling for HTTPS.

---
5.4
---

* Issue #154: ``pkg_resources`` will now cache the zip manifests rather than
  re-processing the same file from disk multiple times, but only if the
  environment variable ``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` is set. Clients
  that package many modules in the same zip file will see some improvement
  in startup time by enabling this feature. This feature is not enabled by
  default because it causes a substantial increase in memory usage.

---
5.3
---

* Issue #185: Make svn tagging work on the new style SVN metadata.
  Thanks cazabon!
* Prune revision control directories (e.g .svn) from base path
  as well as sub-directories.

---
5.2
---

* Added a `Developer Guide
  <https://pythonhosted.org/setuptools/developer-guide.html>`_ to the official
  documentation.
* Some code refactoring and cleanup was done with no intended behavioral
  changes.
* During install_egg_info, the generated lines for namespace package .pth
  files are now processed even during a dry run.

---
5.1
---

* Issue #202: Implemented more robust cache invalidation for the ZipImporter,
  building on the work in Issue #168. Special thanks to Jurko Gospodnetic and
  PJE.

-----
5.0.2
-----

* Issue #220: Restored script templates.
  • Loading branch information
wiz committed Jul 22, 2014
1 parent e9b6c7d commit 67981bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 4 additions & 6 deletions devel/py-setuptools/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.47 2014/06/15 14:17:08 wiz Exp $
# $NetBSD: Makefile,v 1.48 2014/07/22 10:00:06 wiz Exp $

EGG_VERSION= 5.0.1
EGG_VERSION= 5.4.1
DISTNAME= setuptools-${EGG_VERSION}
EGG_NAME= setuptools-${EGG_VERSION}
PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
Expand All @@ -12,6 +12,8 @@ HOMEPAGE= https://pypi.python.org/pypi/setuptools
COMMENT= New Python packaging system
LICENSE= python-software-foundation OR zpl

DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat

PYDISTUTILSPKG= yes

PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PYPKGPREFIX=${PYPKGPREFIX}
Expand All @@ -30,10 +32,6 @@ PYSETUPINSTALLARGS= --single-version-externally-managed
PYSETUPINSTALLARGS+= --root=/
.endif

.if ${OPSYS} == "Darwin"
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif

# upstream often forgets deleting files, and packages on Windows,
# so permissions are usually wrong
post-install:
Expand Down
10 changes: 6 additions & 4 deletions devel/py-setuptools/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.17 2014/06/15 14:17:08 wiz Exp $
@comment $NetBSD: PLIST,v 1.18 2014/07/22 10:00:06 wiz Exp $
bin/easy_install-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -118,6 +118,8 @@ ${PYSITELIB}/setuptools/py31compat.pyo
${PYSITELIB}/setuptools/sandbox.py
${PYSITELIB}/setuptools/sandbox.pyc
${PYSITELIB}/setuptools/sandbox.pyo
${PYSITELIB}/setuptools/script (dev).tmpl
${PYSITELIB}/setuptools/script.tmpl
${PYSITELIB}/setuptools/site-patch.py
${PYSITELIB}/setuptools/site-patch.pyc
${PYSITELIB}/setuptools/site-patch.pyo
Expand All @@ -130,9 +132,6 @@ ${PYSITELIB}/setuptools/svn_utils.pyo
${PYSITELIB}/setuptools/tests/__init__.py
${PYSITELIB}/setuptools/tests/__init__.pyc
${PYSITELIB}/setuptools/tests/__init__.pyo
${PYSITELIB}/setuptools/tests/doctest.py
${PYSITELIB}/setuptools/tests/doctest.pyc
${PYSITELIB}/setuptools/tests/doctest.pyo
${PYSITELIB}/setuptools/tests/environment.py
${PYSITELIB}/setuptools/tests/environment.pyc
${PYSITELIB}/setuptools/tests/environment.pyo
Expand Down Expand Up @@ -166,6 +165,9 @@ ${PYSITELIB}/setuptools/tests/test_egg_info.pyo
${PYSITELIB}/setuptools/tests/test_find_packages.py
${PYSITELIB}/setuptools/tests/test_find_packages.pyc
${PYSITELIB}/setuptools/tests/test_find_packages.pyo
${PYSITELIB}/setuptools/tests/test_integration.py
${PYSITELIB}/setuptools/tests/test_integration.pyc
${PYSITELIB}/setuptools/tests/test_integration.pyo
${PYSITELIB}/setuptools/tests/test_markerlib.py
${PYSITELIB}/setuptools/tests/test_markerlib.pyc
${PYSITELIB}/setuptools/tests/test_markerlib.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-setuptools/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.28 2014/06/15 14:17:08 wiz Exp $
$NetBSD: distinfo,v 1.29 2014/07/22 10:00:06 wiz Exp $

SHA1 (setuptools-5.0.1.tar.gz) = 08967022405ee730c7e9605aad5b1354cc76dd67
RMD160 (setuptools-5.0.1.tar.gz) = 94efed0cfb8bc7b91491b5f6213846bc3c20431e
Size (setuptools-5.0.1.tar.gz) = 800987 bytes
SHA1 (setuptools-5.4.1.tar.gz) = 113e5688a7fab03004f7b793aa2f718f949515d0
RMD160 (setuptools-5.4.1.tar.gz) = 569c2c9155bca469e95307b5492cc67fb099f83d
Size (setuptools-5.4.1.tar.gz) = 782761 bytes
SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840

0 comments on commit 67981bb

Please sign in to comment.