Gilles Filippini pushed to branch upstream at Debian Java Maintainers / jython
Commits: 7ae88f02 by Gilles Filippini at 2020-04-25T09:12:21+02:00 New upstream version 2.7.2+repack1 - - - - - 4 changed files: - .hgtags - NEWS - build.gradle - build.xml Changes: ===================================== .hgtags ===================================== @@ -113,3 +113,4 @@ dfc49bafbe79566bd54c8d417829e001ff2316ea v2.7.2a1 328e162ec1178fb38b81b342f84c1268bf21d7fb v2.7.2b1 b9b60766cabebf007b7584ec21a69b3f58587525 v2.7.2b2 6d3659465010fd2a8fb11a93953bae5bf9e9db80 v2.7.2b3 +1fcef1abf1d66abfef61a365d4fccef158d37fb7 v2.7.2rc1 ===================================== NEWS ===================================== @@ -6,6 +6,9 @@ of that version. 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) ===================================== build.gradle ===================================== @@ -45,7 +45,7 @@ import java.text.SimpleDateFormat // Versions are specified in this grammar: // <major> . <minor> ( . <micro> )? ( <release> <serial> )? ( - <word> )? -version = '2.7.2rc1' +version = '2.7.2' // Valid examples (please preserve in comments): //version = '2.7.2a2' ===================================== build.xml ===================================== @@ -106,10 +106,10 @@ informix.jar = ../support/jdbc-4.10.12.jar <property name="jython.major_version" value="2"/> <property name="jython.minor_version" value="7"/> <property name="jython.micro_version" value="2"/> - <property name="jython.release_level" value="${PY_RELEASE_LEVEL_GAMMA}"/> + <property name="jython.release_level" value="${PY_RELEASE_LEVEL_FINAL}"/> <!-- Zero at full release: one-up number for alpha, beta and candidate versions. --> - <property name="jython.release_serial" value="1"/> + <property name="jython.release_serial" value="0"/> </target> <target name="common-constants"> View it on GitLab: https://salsa.debian.org/java-team/jython/-/commit/7ae88f027d818fc91737683b903efd97fead3386 -- View it on GitLab: https://salsa.debian.org/java-team/jython/-/commit/7ae88f027d818fc91737683b903efd97fead3386 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

