pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools py-setuptools: update to 39.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8184067b988
branches:  trunk
changeset: 308605:f8184067b988
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 27 12:27:05 2018 +0000

description:
py-setuptools: update to 39.2.0.

v39.2.0
-------

* #1359: Support using "file:" to load a PEP 440-compliant package version from
  a text file.
* #1360: Fixed issue with a mismatch between the name of the package and the
  name of the .dist-info file in wheel files
* #1365: Take the package_dir option into account when loading the version from
  a module attribute.
* #1353: Added coverage badge to README.
* #1356: Made small fixes to the developer guide documentation.
* #1357: Fixed warnings in documentation builds and started enforcing that the
  docs build without warnings in tox.
* #1376: Updated release process docs.
* #1343: The ``setuptools`` specific ``long_description_content_type``,
  ``project_urls`` and ``provides_extras`` fields are now set consistently
  after any ``distutils`` ``setup_keywords`` calls, allowing them to override
  values.
* #1352: Added ``tox`` environment for documentation builds.
* #1354: Added ``towncrier`` for changelog managment.
* #1355: Add PR template.
* #1368: Fixed tests which failed without network connectivity.
* #1369: Added unit tests for PEP 425 compatibility tags support.
* #1372: Stop testing Python 3.3 in Travis CI, now that the latest version of
  ``wheel`` no longer installs on it.

diffstat:

 devel/py-setuptools/Makefile |   4 ++--
 devel/py-setuptools/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r b6bd845faac2 -r f8184067b988 devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Sun May 27 12:26:18 2018 +0000
+++ b/devel/py-setuptools/Makefile      Sun May 27 12:27:05 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.151 2018/04/29 10:09:22 wiz Exp $
+# $NetBSD: Makefile,v 1.152 2018/05/27 12:27:05 wiz Exp $
 
-DISTNAME=      setuptools-39.1.0
+DISTNAME=      setuptools-39.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r b6bd845faac2 -r f8184067b988 devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Sun May 27 12:26:18 2018 +0000
+++ b/devel/py-setuptools/distinfo      Sun May 27 12:27:05 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.129 2018/04/29 10:09:22 wiz Exp $
+$NetBSD: distinfo,v 1.130 2018/05/27 12:27:05 wiz Exp $
 
-SHA1 (setuptools-39.1.0.zip) = 0c0ded0dd58320ff862f2f495f36d0e44875f8b4
-RMD160 (setuptools-39.1.0.zip) = 5e540699e50cd61ff146fc64274765c220f54d79
-SHA512 (setuptools-39.1.0.zip) = 5fe524757937769e923c63d6edbf101a24aa4e01e4ac92d4b792158340bb36077cf9274ca83ea33a4cfc5ea84c7dcbc7b4dfc662ff57a6273df88cf85699c355
-Size (setuptools-39.1.0.zip) = 845300 bytes
+SHA1 (setuptools-39.2.0.zip) = 83e75ec6b04423735e0a9a384b465c68f5206bcf
+RMD160 (setuptools-39.2.0.zip) = 6070de164cf74412fe7c9a9d04031112b06cfc2a
+SHA512 (setuptools-39.2.0.zip) = 46baf6a48f93279d541ca10e0d71005565a7c9fbe4a8fe6b6378455edc57e5246bad3000ae9c9c47503a04e37816f9fa02e6c4328955ad16939c01c89c65d6b2
+Size (setuptools-39.2.0.zip) = 851112 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index