Skip to content

Commit

Permalink
Update py-setuptools to 20.1.1.
Browse files Browse the repository at this point in the history
20.1.1
------

* Update ``upload_docs`` command to also honor keyring
  for password resolution.

20.1
----

* Added support for using passwords from keyring in the upload
command. See `the upload docs
<http://pythonhosted.org/setuptools/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_
for details.

20.0
----

* Issue #118: Once again omit the package metadata (egg-info)
  from the list of outputs in ``--record``. This version of setuptools
  can no longer be used to upgrade pip earlier than 6.0.
  • Loading branch information
wiz committed Feb 14, 2016
1 parent ad0c2b3 commit 4ef00aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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.89 2016/02/07 14:12:55 wiz Exp $
# $NetBSD: Makefile,v 1.90 2016/02/14 10:53:17 wiz Exp $

DISTNAME= setuptools-19.7
DISTNAME= setuptools-20.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
Expand Down
5 changes: 4 additions & 1 deletion devel/py-setuptools/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.27 2016/02/01 13:08:13 wiz Exp $
@comment $NetBSD: PLIST,v 1.28 2016/02/14 10:53:17 wiz Exp $
bin/easy_install-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
Expand Down Expand Up @@ -112,6 +112,9 @@ ${PYSITELIB}/setuptools/command/setopt.pyo
${PYSITELIB}/setuptools/command/test.py
${PYSITELIB}/setuptools/command/test.pyc
${PYSITELIB}/setuptools/command/test.pyo
${PYSITELIB}/setuptools/command/upload.py
${PYSITELIB}/setuptools/command/upload.pyc
${PYSITELIB}/setuptools/command/upload.pyo
${PYSITELIB}/setuptools/command/upload_docs.py
${PYSITELIB}/setuptools/command/upload_docs.pyc
${PYSITELIB}/setuptools/command/upload_docs.pyo
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.70 2016/02/07 14:12:55 wiz Exp $
$NetBSD: distinfo,v 1.71 2016/02/14 10:53:17 wiz Exp $

SHA1 (setuptools-19.7.tar.gz) = 4c753c43096da6adf46a1f430a493bc848667189
RMD160 (setuptools-19.7.tar.gz) = 5fdba0976ce9f8f9aec5360e730782edd3b35dc2
SHA512 (setuptools-19.7.tar.gz) = fe74b10eb1afef5d78cc5cd4d6dbd53ed16f975c693c138181dfb1661276255d214037eb036186d0cdc9dd31d636f9f1067d67bf591542e8ef933afca267ee4c
Size (setuptools-19.7.tar.gz) = 641634 bytes
SHA1 (setuptools-20.1.1.tar.gz) = bb2774945cdbf1137772d81993b4d41d15e9a0a6
RMD160 (setuptools-20.1.1.tar.gz) = f139b3953c3e4e48be1db64315e43962ddb2309c
SHA512 (setuptools-20.1.1.tar.gz) = 72da2f5a4e07c14975b3e13246264cb4b9eb52bd6da22fce0ef0f0bb8d902249067e6c23bf263cda45de92a0cdb794f454dff95e52505045e03c7a6ab28cb2ca
Size (setuptools-20.1.1.tar.gz) = 641777 bytes
SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840

0 comments on commit 4ef00aa

Please sign in to comment.