Skip to content

Commit

Permalink
Update py-setuptools to 20.6.7.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wiz committed Apr 13, 2016
1 parent d2ed357 commit 47c6dd3
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.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/}
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.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

0 comments on commit 47c6dd3

Please sign in to comment.