[pypy-commit] pypy default: tweak release note and repackaging script

mattip pypy.commits at gmail.com
Tue Dec 10 11:50:10 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r98268:29db3c15c1cd
Date: 2019-12-10 18:48 +0200
http://bitbucket.org/pypy/pypy/changeset/29db3c15c1cd/

Log:	tweak release note and repackaging script

diff --git a/pypy/doc/release-v7.3.0.rst b/pypy/doc/release-v7.3.0.rst
--- a/pypy/doc/release-v7.3.0.rst
+++ b/pypy/doc/release-v7.3.0.rst
@@ -177,6 +177,8 @@
 * Adds encoding, decoding codepages on win32
 * Remove socket error attributes from ``_ssl`` (`issue 3119`_)
 * Add missing ``os.getgrouplist`` (part of `issue 2375`_)
+* Back-port the tentative fix from cpython: "Import deadlock detection causes
+  deadlock" (part of `issue 3111`_)
 
 Python 3.6 C-API
 ~~~~~~~~~~~~~~~~
@@ -210,6 +212,7 @@
 .. _`issue 3100`: https://bitbucket.com/pypy/pypy/issues/3100
 .. _`issue 3108`: https://bitbucket.com/pypy/pypy/issues/3108
 .. _`issue 3109`: https://bitbucket.com/pypy/pypy/issues/3109
+.. _`issue 3111`: https://bitbucket.com/pypy/pypy/issues/3111
 .. _`issue 3112`: https://bitbucket.com/pypy/pypy/issues/3112
 .. _`issue 3114`: https://bitbucket.com/pypy/pypy/issues/3114
 .. _`issue 3117`: https://bitbucket.com/pypy/pypy/issues/3117
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
@@ -2,8 +2,8 @@
 pmaj=2  # python main version: 2 or 3
 pmin=7  # python minor version
 maj=7
-min=2
-rev=0rc2
+min=3
+rev=0rc1
 
 case $pmaj in
     "2") exe=pypy;;


More information about the pypy-commit mailing list