[pypy-commit] pypy default: update repackage script

mattip pypy.commits at gmail.com
Sun Sep 29 06:04:52 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r97672:bd1f15a5b03e
Date: 2019-09-29 13:02 +0300
http://bitbucket.org/pypy/pypy/changeset/bd1f15a5b03e/

Log:	update repackage script

diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh
--- a/pypy/tool/release/repackage.sh
+++ b/pypy/tool/release/repackage.sh
@@ -3,7 +3,7 @@
 pmin=7  # python minor version
 exe=pypy3 # pypy3 or pypy
 maj=7
-min=1
+min=2
 rev=0
 
 


More information about the pypy-commit mailing list