pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-setuptools
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 27 12:27:05 UTC 2018
Modified Files:
pkgsrc/devel/py-setuptools: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.129 -r1.130 pkgsrc/devel/py-setuptools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.151 pkgsrc/devel/py-setuptools/Makefile:1.152
--- pkgsrc/devel/py-setuptools/Makefile:1.151 Sun Apr 29 10:09:22 2018
+++ pkgsrc/devel/py-setuptools/Makefile Sun May 27 12:27:05 2018
@@ -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/}
Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.129 pkgsrc/devel/py-setuptools/distinfo:1.130
--- pkgsrc/devel/py-setuptools/distinfo:1.129 Sun Apr 29 10:09:22 2018
+++ pkgsrc/devel/py-setuptools/distinfo Sun May 27 12:27:05 2018
@@ -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