[pypy-commit] pypy default: update to cffi/0c02b23ebe2c

arigo noreply at buildbot.pypy.org
Thu Feb 12 16:49:52 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r75834:07c31af7d104
Date: 2015-02-12 16:49 +0100
http://bitbucket.org/pypy/pypy/changeset/07c31af7d104/

Log:	update to cffi/0c02b23ebe2c

diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py
--- a/pypy/module/_cffi_backend/__init__.py
+++ b/pypy/module/_cffi_backend/__init__.py
@@ -8,7 +8,7 @@
     appleveldefs = {
         }
     interpleveldefs = {
-        '__version__': 'space.wrap("0.8.6")',
+        '__version__': 'space.wrap("0.8.6+")',
 
         'load_library': 'libraryobj.load_library',
 
diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py
--- a/pypy/module/_cffi_backend/test/_backend_test_c.py
+++ b/pypy/module/_cffi_backend/test/_backend_test_c.py
@@ -3241,4 +3241,4 @@
 
 def test_version():
     # this test is here mostly for PyPy
-    assert __version__ == "0.8.6"
+    assert __version__ == "0.8.6+"


More information about the pypy-commit mailing list