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: updated to 50.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/896b4d8e0b4c
branches:  trunk
changeset: 441152:896b4d8e0b4c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 27 18:10:49 2020 +0000

description:
py-setuptools: updated to 50.3.2

v50.3.2

Documentation changes
* Extended towncrier news template to include change note categories. This allows to see what types of changes a given version introduces
* Started enforcing strict syntax and reference validation in the Sphinx docs
* Removed redundant Sphinx Makefile support

Misc
* Enabled test results reporting in AppVeyor CI
* Replace Python 3.9.0 beta with 3.9.0 final on GitHub Actions.
* Python 3.9 Trove classifier got added to the dist metadata

v50.3.1

Documentation changes
* Finalized doc revamp.
* doc: simplify index and group deprecated files
* doc overhaul step 2: break main doc into multiple sections
* doc overhaul step 3: update userguide
* Added a :user: role to Sphinx config
* Added an illustrative explanation about the change notes to fragments dir

Misc
* Travis CI test suite now tests against PPC64.
* Suppress EOF errors (and other exceptions) when importing lib2to3.

diffstat:

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

diffs (32 lines):

diff -r a313e70e1064 -r 896b4d8e0b4c devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Tue Oct 27 18:07:57 2020 +0000
+++ b/devel/py-setuptools/Makefile      Tue Oct 27 18:10:49 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.181 2020/09/09 07:25:46 adam Exp $
+# $NetBSD: Makefile,v 1.182 2020/10/27 18:10:49 adam Exp $
 
 # 48.0.0 and newer are broken on NetBSD
 # https://github.com/pypa/setuptools/issues/2364
-DISTNAME=      setuptools-50.3.0
+DISTNAME=      setuptools-50.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}
diff -r a313e70e1064 -r 896b4d8e0b4c devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Tue Oct 27 18:07:57 2020 +0000
+++ b/devel/py-setuptools/distinfo      Tue Oct 27 18:10:49 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.159 2020/09/09 07:25:46 adam Exp $
+$NetBSD: distinfo,v 1.160 2020/10/27 18:10:49 adam Exp $
 
-SHA1 (setuptools-50.3.0.zip) = d2cb560be03cf3aa3f7bfa96137dfd56f1f4c591
-RMD160 (setuptools-50.3.0.zip) = d5421551ef79d6a5cb43b38cd619590d04857697
-SHA512 (setuptools-50.3.0.zip) = f67a2b7d639e03bf8b3815133e128902a559baf689afdd5893844ddc7c83505d727a6bb30ced1f78c4d2719dd405d2f4c527576bfa14dd9cb50c8ec4a479683e
-Size (setuptools-50.3.0.zip) = 2169216 bytes
+SHA1 (setuptools-50.3.2.zip) = 2c9279e6b2d521f6799294200a432925113177dc
+RMD160 (setuptools-50.3.2.zip) = 097e5696f747661b22e9f5723b6efb4488a548cc
+SHA512 (setuptools-50.3.2.zip) = d036f6005825f4e93043e080b141c7155524d1f59c3276e8b10b5d6d1ec9aa8e8c342859edf0a85dbe0a31261e0383ea435e1c0d0189f7130b453f55d1e1e5b9
+Size (setuptools-50.3.2.zip) = 2059552 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2
 SHA1 (patch-setuptools___distutils_sysconfig.py) = a7b51250f81fcdb1263874f13be9e05daa19d956
 SHA1 (patch-setuptools___distutils_unixccompiler.py) = 0458b62ffed862c506c9181ed851b6a13f53aa30



Home | Main Index | Thread Index | Old Index