Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r72404:44f8bf48500e Date: 2014-07-09 19:07 +0200 http://bitbucket.org/pypy/pypy/changeset/44f8bf48500e/
Log: Update to 0.8.6. No other changes in _cffi_backend from 0.8.2. 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.2")', + '__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 @@ -3188,4 +3188,4 @@ def test_version(): # this test is here mostly for PyPy - assert __version__ == "0.8.2" + assert __version__ == "0.8.6" _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit