1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

lang/pypy: update to 5.4.1

ChangeLog:
 - Update list of contributors in documentation and LICENSE file, this was unfortunately left out of 5.4.0.
 - Allow tests run with -A to find libm.so even if it is a script not a dynamically loadable file
 - Bump sys.setrecursionlimit() when translating PyPy, for translating with CPython
 - Tweak a float comparison with 0 in backendopt.inline to avoid rounding errors
 - Fix for an issue for translating the sandbox
 - Fix for and issue where unicode.decode('utf8', 'custom_replace') messed up the last byte of a unicode string
   sometimes
 - Update built-in cffi to version 1.8.1
 - Explicitly detect that we found as-yet-unsupported OpenSSL 1.1, and crash translation with a message asking for help
   porting it
 - Fix a regression where a PyBytesObject was forced (converted to a RPython object) when not required, reported as
   issue #2395
This commit is contained in:
David Naylor 2016-09-08 04:40:28 +00:00
parent ec37b06ac5
commit 0aa476f320
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421529
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME?= pypy
DISTVERSION?= 5.4.0 # Also update bsd.pypy.cffi.mk
DISTVERSION?= 5.4.1 # Also update bsd.pypy.cffi.mk
CATEGORIES= lang python
MASTER_SITES= https://bitbucket.org/pypy/pypy/downloads/
DISTNAME?= ${PORTNAME}2-v${PORTVERSION}-src

View File

@ -10,7 +10,7 @@ PLIST_FILES= %%PYPY_DIR%%/lib_pypy/${CFFI_MODULE}_cffi.%%PYPY_CFFI_VER%%.so
CFFI_MODULE?= _${PORTNAME}
PYTHON_PORTVERSION?= 5.3.1
PYTHON_PORTVERSION?= 5.4.1
PYTHON_PKGNAMEPREFIX= pypy-
PYTHON_CMD= ${LOCALBASE}/bin/pypy

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1472673977
SHA256 (pypy2-v5.4.0-src.tar.bz2) = d9568ebe9a14d0eaefde887d78f3cba63d665e95c0d234bb583932341f55a655
SIZE (pypy2-v5.4.0-src.tar.bz2) = 17414795
TIMESTAMP = 1473183557
SHA256 (pypy2-v5.4.1-src.tar.bz2) = 92af82664ace96d721c66dbe8726d4f39c7d01f568d9df56c11149be2960238f
SIZE (pypy2-v5.4.1-src.tar.bz2) = 17413721