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: Mon Aug 22 14:12:15 UTC 2016
Modified Files:
pkgsrc/devel/py-setuptools: Makefile distinfo
Log Message:
Updated py-setuptools to 26.0.0.
v26.0.0
-------
* #748: By default, sdists are now produced in gzipped tarfile
format by default on all platforms, adding forward compatibility
for the same behavior in Python 3.6 (See Python #27819).
* #459 via #736: On Windows with script launchers,
sys.argv[0] now reflects
the name of the entry point, consistent with the behavior in
distlib and pip wrappers.
* #752 via #753: When indicating ``py_limited_api`` to Extension,
it must be passed as a keyword argument.
v25.4.0
-------
* Add Extension(py_limited_api=True). When set to a truthy value,
that extension gets a filename apropriate for code using Py_LIMITED_API.
When used correctly this allows a single compiled extension to work on
all future versions of CPython 3.
The py_limited_api argument only controls the filename. To be
compatible with multiple versions of Python 3, the C extension
will also need to set -DPy_LIMITED_API=... and be modified to use
only the functions in the limited API.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.84 -r1.85 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.105 pkgsrc/devel/py-setuptools/Makefile:1.106
--- pkgsrc/devel/py-setuptools/Makefile:1.105 Fri Aug 19 15:33:49 2016
+++ pkgsrc/devel/py-setuptools/Makefile Mon Aug 22 14:12:15 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2016/08/19 15:33:49 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2016/08/22 14:12:15 wiz Exp $
-DISTNAME= setuptools-25.2.0
+DISTNAME= setuptools-26.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.84 pkgsrc/devel/py-setuptools/distinfo:1.85
--- pkgsrc/devel/py-setuptools/distinfo:1.84 Fri Aug 19 15:33:49 2016
+++ pkgsrc/devel/py-setuptools/distinfo Mon Aug 22 14:12:15 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.84 2016/08/19 15:33:49 wiz Exp $
+$NetBSD: distinfo,v 1.85 2016/08/22 14:12:15 wiz Exp $
-SHA1 (setuptools-25.2.0.tar.gz) = 9d849f89309ad26e6f6c6fae041c3aa3d546fa06
-RMD160 (setuptools-25.2.0.tar.gz) = 8b18410005d397c6585bee9c196c01cb91484b88
-SHA512 (setuptools-25.2.0.tar.gz) = ffc0b11b9853330675990f066436b575116073cd4c94c139ca8c04fd18cfd99e1614299fa132d49c79938fa84f6cd44862a2ecbe61300292b665e291eb65881e
-Size (setuptools-25.2.0.tar.gz) = 612103 bytes
+SHA1 (setuptools-26.0.0.tar.gz) = e9c60d8e160e0d99beb7bcecd531cd530c624e07
+RMD160 (setuptools-26.0.0.tar.gz) = 0c28732169b0a03358dca8a6708987b2bdf7193d
+SHA512 (setuptools-26.0.0.tar.gz) = 878f27f009336ca086c290a3dafb4c68d2cf77d2320503b0696d4d2959358a53ecdf9214c695d0ef5d9d97f38556e84039038c7d3281ab89fe3c330ba17feedd
+Size (setuptools-26.0.0.tar.gz) = 632557 bytes
SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf
Home |
Main Index |
Thread Index |
Old Index