pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cffi



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 24 11:08:14 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-cffi/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-cffi/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-cffi/Makefile
diff -u pkgsrc/devel/py-cffi/Makefile:1.45 pkgsrc/devel/py-cffi/Makefile:1.46
--- pkgsrc/devel/py-cffi/Makefile:1.45  Mon Jul 27 17:28:05 2020
+++ pkgsrc/devel/py-cffi/Makefile       Mon Aug 24 11:08:14 2020
@@ -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/}

Index: pkgsrc/devel/py-cffi/distinfo
diff -u pkgsrc/devel/py-cffi/distinfo:1.38 pkgsrc/devel/py-cffi/distinfo:1.39
--- pkgsrc/devel/py-cffi/distinfo:1.38  Mon Jul 27 17:28:05 2020
+++ pkgsrc/devel/py-cffi/distinfo       Mon Aug 24 11:08:14 2020
@@ -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