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:   adam
Date:           Tue Oct 27 18:10:49 UTC 2020

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.159 -r1.160 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.181 pkgsrc/devel/py-setuptools/Makefile:1.182
--- pkgsrc/devel/py-setuptools/Makefile:1.181   Wed Sep  9 07:25:46 2020
+++ pkgsrc/devel/py-setuptools/Makefile Tue Oct 27 18:10:49 2020
@@ -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/}

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.159 pkgsrc/devel/py-setuptools/distinfo:1.160
--- pkgsrc/devel/py-setuptools/distinfo:1.159   Wed Sep  9 07:25:46 2020
+++ pkgsrc/devel/py-setuptools/distinfo Tue Oct 27 18:10:49 2020
@@ -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