diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-13 18:21:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-13 18:21:19 +0000 |
commit | 943135997a1c3169f150ec16a692f978dd39fc94 (patch) | |
tree | 45ae58eaac6ce7b7f0bfe8ecc2116cf223729c53 /devel/py-setuptools | |
parent | 2b6841970a4ea98db404e3a263166e0d73c530a0 (diff) | |
download | pkgsrc-943135997a1c3169f150ec16a692f978dd39fc94.tar.gz |
Update py-setuptools to 20.6.7.
v20.6.7
-------
* Issue #523: Disabled support for environment markers
introduced in v20.5.
v20.6.6
-------
* Issue #503: Restore support for PEP 345 environment
markers by updating to Packaging 16.6.
v20.6.0
-------
* New release process that relies on
`bumpversion <https://github.com/peritus/bumpversion>`_
and Travis CI for continuous deployment.
* Project versioning semantics now follow
`semver <https://semver.org>`_ precisely.
The 'v' prefix on version numbers now also allows
version numbers to be referenced in the changelog,
e.g. https://pythonhosted.org/setuptools/history.html#v20-6-0.
20.5
----
* BB Pull Request #185: Add support for environment markers
in requirements in install_requires, setup_requires,
tests_require as well as adding a test for the existing
extra_requires machinery.
20.4
----
* Issue #422: Moved hosting to
`Github <https://github.com/pypa/setuptools>`_
from `Bitbucket <https://bitbucket.org/pypa/setuptools>`_.
Issues have been migrated, though all issues and comments
are attributed to bb-migration. So if you have a particular
issue or issues to which you've been subscribed, you will
want to "watch" the equivalent issue in Github.
The Bitbucket project will be retained for the indefinite
future, but Github now hosts the canonical project repository.
20.3.1
------
* Issue #519: Remove import hook when reloading the
``pkg_resources`` module.
* BB Pull Request #184: Update documentation in ``pkg_resources``
around new ``Requirement`` implementation.
20.3
----
* BB Pull Request #179: ``pkg_resources.Requirement`` objects are
now a subclass of ``packaging.requirements.Requirement``,
allowing any environment markers and url (if any) to be
affiliated with the requirement
* BB Pull Request #179: Restore use of RequirementParseError
exception unintentionally dropped in 20.2.
Diffstat (limited to 'devel/py-setuptools')
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index b4a07d2744d..9b673a6778c 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2016/03/03 13:01:11 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2016/04/13 18:21:19 wiz Exp $ -DISTNAME= setuptools-20.2.2 +DISTNAME= setuptools-20.6.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index f2d4e44b53f..08205061cf7 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.72 2016/03/03 13:01:11 wiz Exp $ +$NetBSD: distinfo,v 1.73 2016/04/13 18:21:19 wiz Exp $ -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 (setuptools-20.6.7.tar.gz) = 8afa042dece06be473b025e628d3585ab5d27de3 +RMD160 (setuptools-20.6.7.tar.gz) = 42a2187b50cafcbf6e0eec89f4042e9446802cb5 +SHA512 (setuptools-20.6.7.tar.gz) = 91a212b5007f9fdfacb4341e06dc0355c5c29897eb8ea407dd4864091f845ba1417bb0d33b5ed6897869d0233e2d0ec6548898d3dbe9eda23f751829bd51a104 +Size (setuptools-20.6.7.tar.gz) = 675428 bytes SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 |