Skip to content

Commit

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

* Issue #502: Correct regression in parsing of multiple
  version specifiers separated by commas and spaces.

20.2.1
------

* Issue #499: Restore compatiblity for legacy versions
  by bumping to packaging 16.4.

20.2
----

* Changelog now includes release dates and links to PEPs.
* Pull Request #173: Replace dual PEP 345 _markerlib implementation
  and PEP 426 implementation of environment marker support from
  packaging 16.1 and PEP 508. Fixes Issue #122.
  See also Pull Request #175, Pull Request #168, and
  Pull Request #164. Additionally:
   - ``Requirement.parse`` no longer retains the order of extras.
   - ``parse_requirements`` now requires that all versions be
     PEP-440 compliant, as revealed in #499. Packages released
     with invalid local versions should be re-released using
     the proper local version syntax, e.g. ``mypkg-1.0+myorg.1``.
  • Loading branch information
wiz committed Mar 3, 2016
1 parent fe75d09 commit 3f863a3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 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.90 2016/02/14 10:53:17 wiz Exp $
# $NetBSD: Makefile,v 1.91 2016/03/03 13:01:11 wiz Exp $

DISTNAME= setuptools-20.1.1
DISTNAME= setuptools-20.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
Expand Down
20 changes: 13 additions & 7 deletions devel/py-setuptools/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.28 2016/02/14 10:53:17 wiz Exp $
@comment $NetBSD: PLIST,v 1.29 2016/03/03 13:01:11 wiz Exp $
bin/easy_install-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
Expand All @@ -7,12 +7,6 @@ ${PYSITELIB}/${EGG_FILE}/entry_points.txt
${PYSITELIB}/${EGG_FILE}/requires.txt
${PYSITELIB}/${EGG_FILE}/top_level.txt
${PYSITELIB}/${EGG_FILE}/zip-safe
${PYSITELIB}/_markerlib/__init__.py
${PYSITELIB}/_markerlib/__init__.pyc
${PYSITELIB}/_markerlib/__init__.pyo
${PYSITELIB}/_markerlib/markers.py
${PYSITELIB}/_markerlib/markers.pyc
${PYSITELIB}/_markerlib/markers.pyo
${PYSITELIB}/easy_install.py
${PYSITELIB}/easy_install.pyc
${PYSITELIB}/easy_install.pyo
Expand All @@ -34,12 +28,24 @@ ${PYSITELIB}/pkg_resources/_vendor/packaging/_compat.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/_structures.py
${PYSITELIB}/pkg_resources/_vendor/packaging/_structures.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/_structures.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/markers.py
${PYSITELIB}/pkg_resources/_vendor/packaging/markers.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/markers.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/requirements.py
${PYSITELIB}/pkg_resources/_vendor/packaging/requirements.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/requirements.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/specifiers.py
${PYSITELIB}/pkg_resources/_vendor/packaging/specifiers.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/specifiers.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/utils.py
${PYSITELIB}/pkg_resources/_vendor/packaging/utils.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/utils.pyo
${PYSITELIB}/pkg_resources/_vendor/packaging/version.py
${PYSITELIB}/pkg_resources/_vendor/packaging/version.pyc
${PYSITELIB}/pkg_resources/_vendor/packaging/version.pyo
${PYSITELIB}/pkg_resources/_vendor/pyparsing.py
${PYSITELIB}/pkg_resources/_vendor/pyparsing.pyc
${PYSITELIB}/pkg_resources/_vendor/pyparsing.pyo
${PYSITELIB}/pkg_resources/_vendor/six.py
${PYSITELIB}/pkg_resources/_vendor/six.pyc
${PYSITELIB}/pkg_resources/_vendor/six.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.71 2016/02/14 10:53:17 wiz Exp $
$NetBSD: distinfo,v 1.72 2016/03/03 13:01:11 wiz Exp $

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 (setuptools-20.2.2.tar.gz) = 9350ce6a92ec5d4cfdac487b6612400a6069e0ab
RMD160 (setuptools-20.2.2.tar.gz) = da9c6148542c88a5054b7f8180891fa1b5991aee
SHA512 (setuptools-20.2.2.tar.gz) = e74004e5755e1abd9e6efb94887c9124a36e67651e6e626424e96575cf8e84a258d48ee6fa8f0389f15de3bddcbcb0a690810dd46c358f85659ad6f20f905a2d
Size (setuptools-20.2.2.tar.gz) = 676284 bytes
SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840

0 comments on commit 3f863a3

Please sign in to comment.