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:           Wed Jan  8 17:32:25 UTC 2020

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

Log Message:
py-setuptools: update to 44.0.0.

v44.0.0
-------

* #1908: Drop support for Python 3.4.

v43.0.0
-------

* #1634: Include ``pyproject.toml`` in source distribution by
default. Projects relying on the previous behavior where
``pyproject.toml`` was excluded by default should stop relying on
that behavior or add ``exclude pyproject.toml`` to their MANIFEST.in
file.
* #1927: Setuptools once again declares 'setuptools' in the
``build-system.requires`` and adds PEP 517 build support by declaring
itself as the ``build-backend``. It additionally specifies
``build-system.backend-path`` to rely on itself for those builders
that support it.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.152 -r1.153 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.174 pkgsrc/devel/py-setuptools/Makefile:1.175
--- pkgsrc/devel/py-setuptools/Makefile:1.174   Wed Dec 11 14:19:35 2019
+++ pkgsrc/devel/py-setuptools/Makefile Wed Jan  8 17:32:25 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.174 2019/12/11 14:19:35 adam Exp $
+# $NetBSD: Makefile,v 1.175 2020/01/08 17:32:25 wiz Exp $
 
-DISTNAME=      setuptools-42.0.2
+DISTNAME=      setuptools-44.0.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.152 pkgsrc/devel/py-setuptools/distinfo:1.153
--- pkgsrc/devel/py-setuptools/distinfo:1.152   Wed Dec 11 14:19:35 2019
+++ pkgsrc/devel/py-setuptools/distinfo Wed Jan  8 17:32:25 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.152 2019/12/11 14:19:35 adam Exp $
+$NetBSD: distinfo,v 1.153 2020/01/08 17:32:25 wiz Exp $
 
-SHA1 (setuptools-42.0.2.zip) = 0ce9a7a1ad235d1c8025778823cf74742c35422d
-RMD160 (setuptools-42.0.2.zip) = efa43bd0ce840eda7f58f7c033052df841f44a15
-SHA512 (setuptools-42.0.2.zip) = ab623fd69b92111d3ab19a3ad9de9c07b4316f4130f3db4068a436d3c13c971d97506f7307c9f64d9cc9ca24a5f3800b68748455e70418d0c0cd240c93ebae35
-Size (setuptools-42.0.2.zip) = 858444 bytes
+SHA1 (setuptools-44.0.0.zip) = d3b0c646c298a30d7446a43e5bcf367ed29d17d7
+RMD160 (setuptools-44.0.0.zip) = e24c214d2c5e722eddaf684054610699851a3edd
+SHA512 (setuptools-44.0.0.zip) = bb48e7763d258e654472bc416d16ec8708eefa95d1eb03cb6e81b623fd636cefc51a0bd67887084ab0214e256e2030a8f655184c3b59ad6937abab6a6178f3a1
+Size (setuptools-44.0.0.zip) = 858893 bytes
 SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2



Home | Main Index | Thread Index | Old Index