[pypy-svn] commit/pypy: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Tue Dec 21 12:46:30 CET 2010


2 new changesets in pypy:

http://bitbucket.org/pypy/pypy/changeset/6ae8db82e09f/
changeset:   r40152:6ae8db82e09f
user:        arigo
date:        2010-12-20 19:12:38
summary:     Also ignore a top-level "bin" directory, which may be
created by "pypy setup.py install".
affected #:  1 file (6 bytes)

--- a/.hgignore	Mon Dec 20 17:17:45 2010 +0100
+++ b/.hgignore	Mon Dec 20 19:12:38 2010 +0100
@@ -5,6 +5,7 @@
 syntax: regexp
 ^testresult$
 ^site-packages$
+^bin$
 ^pypy/module/cpyext/src/.+\.o$
 ^pypy/bin/pypy-c
 ^pypy/translator/jvm/src/pypy/.+\.class$


http://bitbucket.org/pypy/pypy/changeset/83ebeb857ddf/
changeset:   r40153:83ebeb857ddf
user:        arigo
date:        2010-12-20 19:12:47
summary:     Bump the version to 1.4.1.
affected #:  2 files (0 bytes)

--- a/pypy/module/cpyext/include/patchlevel.h	Mon Dec 20 19:12:38 2010 +0100
+++ b/pypy/module/cpyext/include/patchlevel.h	Mon Dec 20 19:12:47 2010 +0100
@@ -29,7 +29,7 @@
 #define PY_VERSION		"2.5.2"
 
 /* PyPy version as a string */
-#define PYPY_VERSION "1.4.0"
+#define PYPY_VERSION "1.4.1"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision: 77872 $"


--- a/pypy/module/sys/version.py	Mon Dec 20 19:12:38 2010 +0100
+++ b/pypy/module/sys/version.py	Mon Dec 20 19:12:47 2010 +0100
@@ -8,7 +8,7 @@
 CPYTHON_VERSION            = (2, 5, 2, "beta", 42)   #XXX # sync patchlevel.h
 CPYTHON_API_VERSION        = 1013   #XXX # sync with include/modsupport.h
 
-PYPY_VERSION               = (1, 4, 0, "beta", 0)    #XXX # sync patchlevel.h
+PYPY_VERSION               = (1, 4, 1, "beta", 0)    #XXX # sync patchlevel.h
 
 
 import pypy

Repository URL: https://bitbucket.org/pypy/pypy/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the Pypy-commit mailing list