aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2018-01-25 22:06:01 +0200
committerMatti Picus <matti.picus@gmail.com>2018-01-25 22:06:01 +0200
commitc73ac32a08589fc31981ebc067e207af57ca5d46 (patch)
treea72e26c68c3e3e94661fb61cee283336d8aead8b /lib_pypy/cffi.egg-info
parentfix some win32 rpython failures (diff)
downloadpypy-c73ac32a08589fc31981ebc067e207af57ca5d46.tar.gz
pypy-c73ac32a08589fc31981ebc067e207af57ca5d46.tar.bz2
pypy-c73ac32a08589fc31981ebc067e207af57ca5d46.zip
update cffi to 1.11.4
Diffstat (limited to 'lib_pypy/cffi.egg-info')
-rw-r--r--lib_pypy/cffi.egg-info/PKG-INFO5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO
index 5f0bca959c..35184d3b01 100644
--- a/lib_pypy/cffi.egg-info/PKG-INFO
+++ b/lib_pypy/cffi.egg-info/PKG-INFO
@@ -1,11 +1,12 @@
Metadata-Version: 1.1
Name: cffi
-Version: 1.11.3
+Version: 1.11.4
Summary: Foreign Function Interface for Python calling C code.
Home-page: http://cffi.readthedocs.org
Author: Armin Rigo, Maciej Fijalkowski
Author-email: python-cffi@googlegroups.com
License: MIT
+Description-Content-Type: UNKNOWN
Description:
CFFI
====
@@ -27,5 +28,7 @@ Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy