pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-setuptools Updated py-setuptools to 26.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5f25fbaaacf
branches:  trunk
changeset: 351593:a5f25fbaaacf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 22 14:12:15 2016 +0000

description:
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.

diffstat:

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

diffs (28 lines):

diff -r 766f6a49beef -r a5f25fbaaacf devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile      Mon Aug 22 14:08:43 2016 +0000
+++ b/devel/py-setuptools/Makefile      Mon Aug 22 14:12:15 2016 +0000
@@ -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/}
diff -r 766f6a49beef -r a5f25fbaaacf devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo      Mon Aug 22 14:08:43 2016 +0000
+++ b/devel/py-setuptools/distinfo      Mon Aug 22 14:12:15 2016 +0000
@@ -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