Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-cffi py-cffi: updated to 1.14.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1765e69af941
branches:  trunk
changeset: 437483:1765e69af941
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 24 11:08:14 2020 +0000

description:
py-cffi: updated to 1.14.2

v1.14.2
=======

* CPython 3 on Windows: we again try to compile with ``Py_LIMITED_API``
  by default.  This flag is not added if you run the compilation with
  CPython 3.4, as it only works with CPython >= 3.5, but by now this
  version of Python is quite old (and we no longer distribute cffi
  wheels for it).

  This may require that you upgrade ``virtualenv`` (requires version 16
  or newer) or at least copy manually ``python3.dll`` into your existing
  virtualenvs.  For distributing wheels with your cffi modules, you may
  also need to upgrade ``wheel`` to the just-released version 0.35.

  You can manually disable ``Py_LIMITED_API`` by calling
  ``ffi.set_source(..., py_limited_api=False)``.

diffstat:

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

diffs (29 lines):

diff -r 310992cb6a9a -r 1765e69af941 devel/py-cffi/Makefile
--- a/devel/py-cffi/Makefile    Mon Aug 24 10:58:41 2020 +0000
+++ b/devel/py-cffi/Makefile    Mon Aug 24 11:08:14 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2020/07/27 17:28:05 adam Exp $
+# $NetBSD: Makefile,v 1.46 2020/08/24 11:08:14 adam Exp $
 
-DISTNAME=      cffi-1.14.1
+DISTNAME=      cffi-1.14.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cffi/}
diff -r 310992cb6a9a -r 1765e69af941 devel/py-cffi/distinfo
--- a/devel/py-cffi/distinfo    Mon Aug 24 10:58:41 2020 +0000
+++ b/devel/py-cffi/distinfo    Mon Aug 24 11:08:14 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2020/07/27 17:28:05 adam Exp $
+$NetBSD: distinfo,v 1.39 2020/08/24 11:08:14 adam Exp $
 
-SHA1 (cffi-1.14.1.tar.gz) = 7b067fdb46d184f6bfdadc11732df6f0340e553d
-RMD160 (cffi-1.14.1.tar.gz) = dd19a93d6dbd70bbe026483a61313bdb5dae52df
-SHA512 (cffi-1.14.1.tar.gz) = bf000904e3d1ece122f49b8c166636c67987e9bf2e34b613d8e013692ed319581f393cd9570d7f050e5c492a8bc1c4cb5bb56eb50c68f9feea973c1e56c951c0
-Size (cffi-1.14.1.tar.gz) = 468070 bytes
+SHA1 (cffi-1.14.2.tar.gz) = 6d2f277d1f1e3d9a09fc5df4bfcea63229e8e8d1
+RMD160 (cffi-1.14.2.tar.gz) = e6ed5c4f230f18353bf17ad70fc0fd023b3941c6
+SHA512 (cffi-1.14.2.tar.gz) = 8b2c7f08d002f308628e594599244f0e25748fbb90e0c501b0344ec21059ef6cfb2c15953f59211d8875687eb34616081fac6d41b9af88f512f29f9f8bd571a7
+Size (cffi-1.14.2.tar.gz) = 470737 bytes
 SHA1 (patch-testing_cffi0_test__verify.py) = 91e903aa6aa89f997aba1578cb9452e6ac160f50
 SHA1 (patch-testing_cffi1_test__verify1.py) = 72d564ff8422bc1c8ed8b7058fb95ca669b69529



Home | Main Index | Thread Index | Old Index