From jython-checkins at python.org Sun Mar 1 16:27:24 2020 From: jython-checkins at python.org (jeff.allen) Date: Sun, 01 Mar 2020 21:27:24 +0000 Subject: [Jython-checkins] =?utf-8?q?jython=3A_Added_tag_v2=2E7=2E2rc1_fo?= =?utf-8?q?r_changeset_1fcef1abf1d6?= Message-ID: <20200301212724.1.4CC6EBFE3E32327D@mg.python.org> https://hg.python.org/jython/rev/a6969f12335a changeset: 8335:a6969f12335a user: Jeff Allen date: Sun Mar 01 16:24:33 2020 +0000 summary: Added tag v2.7.2rc1 for changeset 1fcef1abf1d6 files: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -113,3 +113,4 @@ 328e162ec1178fb38b81b342f84c1268bf21d7fb v2.7.2b1 b9b60766cabebf007b7584ec21a69b3f58587525 v2.7.2b2 6d3659465010fd2a8fb11a93953bae5bf9e9db80 v2.7.2b3 +1fcef1abf1d66abfef61a365d4fccef158d37fb7 v2.7.2rc1 -- Repository URL: https://hg.python.org/jython From jython-checkins at python.org Sun Mar 1 16:27:23 2020 From: jython-checkins at python.org (jeff.allen) Date: Sun, 01 Mar 2020 21:27:23 +0000 Subject: [Jython-checkins] =?utf-8?q?jython=3A_Prepare_for_2=2E7=2E2rc1_r?= =?utf-8?q?elease=2E?= Message-ID: <20200301212723.1.4926C086C9E9B004@mg.python.org> https://hg.python.org/jython/rev/1fcef1abf1d6 changeset: 8334:1fcef1abf1d6 tag: v2.7.2rc1 user: Jeff Allen date: Sun Mar 01 16:23:19 2020 +0000 summary: Prepare for 2.7.2rc1 release. Update version numbers. Add jffi-dll-droppings to .hgignore so as to avoid complaints from the build after test. files: .gitignore | 8 ++++++-- .hgignore | 1 + NEWS | 2 +- build.gradle | 2 +- build.xml | 4 ++-- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -33,14 +33,18 @@ .DS_Store .settings __pycache__ -ant.properties bin +# Jython specific +ant.properties build build2 cachedir .jython_cache dist -target +publications +reports +jffi*.dll profile.txt +out diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -39,6 +39,7 @@ dist publications reports +jffi*.dll profile.txt out diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ For more details of issue [ n ], please see https://hg.python.org/jython, or for tags [ GH-n ] see https://github.com/jythontools/jython -Jython 2.7.2b4 +Jython 2.7.2rc1 Bugs fixed - [ 2858 ] test_ssl failure due to embedding Bouncy Castle (doc change only) - [ GH-156 ] Race condition in PyStringMap keys method diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ // Versions are specified in this grammar: // . ( . )? ( )? ( - )? -version = '2.7.2b4' +version = '2.7.2rc1' // Valid examples (please preserve in comments): //version = '2.7.2a2' diff --git a/build.xml b/build.xml --- a/build.xml +++ b/build.xml @@ -106,10 +106,10 @@ - + - + -- Repository URL: https://hg.python.org/jython From jython-checkins at python.org Thu Mar 5 02:12:11 2020 From: jython-checkins at python.org (jeff.allen) Date: Thu, 05 Mar 2020 07:12:11 +0000 Subject: [Jython-checkins] =?utf-8?q?jython=3A_Begin_to_identify_as_Jytho?= =?utf-8?b?biAyLjcuMnJjMi4=?= Message-ID: <20200305071211.1.4218DFD632DCBFF1@mg.python.org> https://hg.python.org/jython/rev/9bee868e1a6e changeset: 8336:9bee868e1a6e user: Jeff Allen date: Wed Mar 04 20:06:50 2020 +0000 summary: Begin to identify as Jython 2.7.2rc2. ... whilst hoping the next release is actually 2.7.2 files: build.gradle | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ // Versions are specified in this grammar: // . ( . )? ( )? ( - )? -version = '2.7.2rc1' +version = '2.7.2rc2' // Valid examples (please preserve in comments): //version = '2.7.2a2' diff --git a/build.xml b/build.xml --- a/build.xml +++ b/build.xml @@ -109,7 +109,7 @@ - + -- Repository URL: https://hg.python.org/jython From jython-checkins at python.org Sat Mar 21 13:31:31 2020 From: jython-checkins at python.org (jeff.allen) Date: Sat, 21 Mar 2020 17:31:31 +0000 Subject: [Jython-checkins] =?utf-8?q?jython=3A_Added_tag_v2=2E7=2E2_for_c?= =?utf-8?q?hangeset_925a3cc3b49d?= Message-ID: <20200321173131.1.6EC32A94BA8B9E73@mg.python.org> https://hg.python.org/jython/rev/ffeba5d57afb changeset: 8338:ffeba5d57afb user: Jeff Allen date: Sat Mar 21 09:54:26 2020 +0000 summary: Added tag v2.7.2 for changeset 925a3cc3b49d files: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -114,3 +114,4 @@ b9b60766cabebf007b7584ec21a69b3f58587525 v2.7.2b2 6d3659465010fd2a8fb11a93953bae5bf9e9db80 v2.7.2b3 1fcef1abf1d66abfef61a365d4fccef158d37fb7 v2.7.2rc1 +925a3cc3b49d8105688dfbec11fe68546b354169 v2.7.2 -- Repository URL: https://hg.python.org/jython From jython-checkins at python.org Sat Mar 21 13:31:31 2020 From: jython-checkins at python.org (jeff.allen) Date: Sat, 21 Mar 2020 17:31:31 +0000 Subject: [Jython-checkins] =?utf-8?q?jython=3A_Prepare_for_2=2E7=2E2_fina?= =?utf-8?q?l_release=2E?= Message-ID: <20200321173131.1.98C5CB5E81ABD10C@mg.python.org> https://hg.python.org/jython/rev/925a3cc3b49d changeset: 8337:925a3cc3b49d tag: v2.7.2 user: Jeff Allen date: Sat Mar 21 09:50:04 2020 +0000 summary: Prepare for 2.7.2 final release. files: NEWS | 3 +++ build.gradle | 2 +- build.xml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ For more details of issue [ n ], please see https://hg.python.org/jython, or for tags [ GH-n ] see https://github.com/jythontools/jython +Jython 2.7.2 + same as 2.7.2rc1 + Jython 2.7.2rc1 Bugs fixed - [ 2858 ] test_ssl failure due to embedding Bouncy Castle (doc change only) diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ // Versions are specified in this grammar: // . ( . )? ( )? ( - )? -version = '2.7.2rc2' +version = '2.7.2' // Valid examples (please preserve in comments): //version = '2.7.2a2' diff --git a/build.xml b/build.xml --- a/build.xml +++ b/build.xml @@ -106,10 +106,10 @@ - + - + -- Repository URL: https://hg.python.org/jython From jython-checkins at python.org Sat Mar 21 19:01:08 2020 From: jython-checkins at python.org (jeff.allen) Date: Sat, 21 Mar 2020 23:01:08 +0000 Subject: [Jython-checkins] =?utf-8?q?jython=3A_Begin_to_identify_as_Jytho?= =?utf-8?q?n_2=2E7=2E3a1=2E?= Message-ID: <20200321230108.1.805F6F4777202CF4@mg.python.org> https://hg.python.org/jython/rev/4a629d4692b5 changeset: 8339:4a629d4692b5 user: Jeff Allen date: Sat Mar 21 23:00:04 2020 +0000 summary: Begin to identify as Jython 2.7.3a1. files: NEWS | 7 +++++++ build.gradle | 2 +- build.xml | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -6,6 +6,13 @@ For more details of issue [ n ], please see https://hg.python.org/jython, or for tags [ GH-n ] see https://github.com/jythontools/jython +Jython 2.7.3a1 + Bugs fixed + - [ ] + + New Features + - + Jython 2.7.2 same as 2.7.2rc1 diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ // Versions are specified in this grammar: // . ( . )? ( )? ( - )? -version = '2.7.2' +version = '2.7.3a1' // Valid examples (please preserve in comments): //version = '2.7.2a2' diff --git a/build.xml b/build.xml --- a/build.xml +++ b/build.xml @@ -105,11 +105,11 @@ specify that suffix by -Dsnapshot.name on the ant command line. --> - - + + - + -- Repository URL: https://hg.python.org/jython