aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-08-06 19:35:38 +0200
committerArmin Rigo <arigo@tunes.org>2016-08-06 19:35:38 +0200
commit822585fff800a273c43dd48da0e162c6ae369da2 (patch)
treeaba09723fea0d84f4a5ab89a162836bffc983e63 /lib_pypy/cffi.egg-info
parentAnother hack to avoid constant-folding "2 ** 12345678912" (diff)
downloadpypy-822585fff800a273c43dd48da0e162c6ae369da2.tar.gz
pypy-822585fff800a273c43dd48da0e162c6ae369da2.tar.bz2
pypy-822585fff800a273c43dd48da0e162c6ae369da2.zip
Update to cffi 1.8.0
Diffstat (limited to 'lib_pypy/cffi.egg-info')
-rw-r--r--lib_pypy/cffi.egg-info/PKG-INFO2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO
index 6ea9375be1..b9e935beb3 100644
--- a/lib_pypy/cffi.egg-info/PKG-INFO
+++ b/lib_pypy/cffi.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: cffi
-Version: 1.7.0
+Version: 1.8.0
Summary: Foreign Function Interface for Python calling C code.
Home-page: http://cffi.readthedocs.org
Author: Armin Rigo, Maciej Fijalkowski