From cb96939340495f36d146fa3b938512a7d5a0163d Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Mon, 23 Mar 2020 18:27:30 +0000 Subject: [PATCH 1/3] Announce v2.7.2 final --- download.md | 22 +++++++--------------- installation.md | 12 ++++++------ news.md | 16 ++++++++++++++-- 3 files changed, 27 insertions(+), 23 deletions(-) diff --git a/download.md b/download.md index fc78729..35f12b0 100644 --- a/download.md +++ b/download.md @@ -2,22 +2,14 @@ title: Downloads --- ## Current Version -The current version of Jython is 2.7.1 +The current version of Jython is 2.7.2 It can be downloaded here: -- [Jython Installer](http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar) - Use this to install Jython. -- [Jython Standalone](http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.1/jython-standalone-2.7.1.jar) - Use this to run Jython without installing or to embed Jython in a Java application. - -For information on installing see [Installation](installation). - -This version is supported on Java 7 and 8. - -## Latest Release Candidate -A release candidate is available for v2.7.2 (Jython 2.7.2rc1). -It can be downloaded here: -- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer/2.7.2rc1/jar) - Use this to install Jython. -- [Jython Standalone](https://search.maven.org/artifact/org.python/jython-standalone/2.7.2rc1/jar) - Use this to run Jython without installing or to embed Jython in a Java application. -- You may cite Jython 2.7.2rc1 as a - [dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2rc1/jar). +- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar) + [info](https://search.maven.org/artifact/org.python/jython-installer/2.7.2/jar) - Use this to install Jython. +- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.2/jython-standalone-2.7.2.jar) + [info](https://search.maven.org/artifact/org.python/jython-standalone/2.7.2/jar) - Use this to run Jython without installing or to embed Jython in a Java application. +- You may cite Jython 2.7.2 as a + [dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2/jar). For information on installing see [Installation](installation). diff --git a/installation.md b/installation.md index 4cfbe4e..8effbce 100644 --- a/installation.md +++ b/installation.md @@ -2,15 +2,15 @@ title: Installation --- ## Installer Jar -Jython 2.7.1 is distributed via an executable jar file installer. After -[downloading](download) it, either double click the `jython-installer-2.7.1.jar` or run java with the -jar option +Jython 2.7.2 is distributed via an executable jar file installer. After +[downloading](download) it, either double click the `jython-installer-2.7.2.jar` or run java with the -jar option ``` -$ java -jar jython-installer-2.7.1.jar +$ java -jar jython-installer-2.7.2.jar ``` This will start the regular GUI installer on most systems, or a console installer on headless systems. To force the installer to work in headless mode invoke the installer as: ``` -$ java -jar jython-installer-2.7.1.jar --console +$ java -jar jython-installer-2.7.2.jar --console ``` The installer will then walk through a similar set of steps in graphical or console mode: showing the license, selecting an install @@ -26,7 +26,7 @@ The standalone option does no caching and so avoids the startup overhead (most l You can try it out by running the installer: ``` -$ java -jar jython-installer-2.7.1.jar +$ java -jar jython-installer-2.7.2.jar ``` then when you come to the "Installation type" page, select "Standalone". @@ -44,5 +44,5 @@ Or, add this file to the classpath of your application. You can get a list of installer options (to install Jython unattended, for example) by running: ``` -$ java -jar jython-installer-2.7.1.jar --help +$ java -jar jython-installer-2.7.2.jar --help ``` diff --git a/news.md b/news.md index 8f525c7..b83cbaf 100644 --- a/news.md +++ b/news.md @@ -3,6 +3,16 @@ title: News --- ## News +### Jython 2.7.2 release (v2.7.2 21 March 2020) + +A new full release is now available for Jython 2.7.2 at +[Maven Central](https://search.maven.org/search?q=g:org.python). +It is built and tested with Java 8 and tested against Java 11. +There are no changes (apart from the version identification) from v2.7.2rc1. + +Fixed bugs for all versions are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2/NEWS). + + ### Jython 2.7.2 release candidate (v2.7.2rc1 March 2020) A release candidate is now available for Jython 2.7.2 at @@ -16,8 +26,6 @@ cache to the working directory. Fixed bugs are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2rc1/NEWS). - - ### Jython 2.7.2 beta (v2.7.2b3 February 2020) A further beta release is now available for Jython 2.7.2 at @@ -58,6 +66,7 @@ Welcome to the new Jython website. The main improvements are: - Delivered over HTTPS - Content updated to reflect latest binary releases + ### Jython 2.7.1 Final Released (July 2017) We thought 2017-07-01 was a perfect time to release version 2.7.1 This is a bugfix release. Bug fixes include improvements in SSL and pip support along with lots of improvements in CPython compatibility. @@ -69,6 +78,7 @@ This release is being hosted at maven central. There are three main distribution - Most likely, you want the [traditional installer](http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar). NOTE: the installer automatically installs pip and setuptools (unless you uncheck that option), but you must unset `JYTHON_HOME` if you have it set. - A [pre-built standalone version](http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.1/jython-standalone-2.7.1.jar). + ### Jython 2.7.0 Final Released (May 2015) Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes. @@ -90,6 +100,7 @@ To see all of the files available including checksums, go here and navigate to t From announcement on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/05/jython-270-final-released.html) + ### Jython 2.7 Release Candidate 3 Released (April 2015) Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes. @@ -107,6 +118,7 @@ To see all of the files available including checksums, go here and navigate to t From announcement on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/04/jython-27-release-candidate-3-available.html) + ### Jython 2.7 PyCon 2015 Talk (April 2015) Jim Baker gave a talk at PyCon 2015 in Montreal about how we got to Jython 2.7 and what's coming next. [Watch the video here](https://www.youtube.com/watch?v=hLm3garVQFo>) From fb2e4ac6525b7c17cbac26140a2848f8b163832e Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Mon, 23 Mar 2020 18:40:27 +0000 Subject: [PATCH 2/3] Show Sonatype detail page as 'metadata' link --- download.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/download.md b/download.md index 35f12b0..6104481 100644 --- a/download.md +++ b/download.md @@ -4,10 +4,10 @@ title: Downloads ## Current Version The current version of Jython is 2.7.2 It can be downloaded here: -- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar) - [info](https://search.maven.org/artifact/org.python/jython-installer/2.7.2/jar) - Use this to install Jython. -- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.2/jython-standalone-2.7.2.jar) - [info](https://search.maven.org/artifact/org.python/jython-standalone/2.7.2/jar) - Use this to run Jython without installing or to embed Jython in a Java application. +- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar) - Use this to install Jython. + ([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.2/jar)) +- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.2/jython-standalone-2.7.2.jar) - Use this to run Jython without installing or to embed Jython in a Java application. + ([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.2/jar)) - You may cite Jython 2.7.2 as a [dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2/jar). From 78c542dc6df42ccc71f8d561d2c2958e9f1bf5e7 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Tue, 24 Mar 2020 16:36:40 +0000 Subject: [PATCH 3/3] Minor re-wording following review --- news.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/news.md b/news.md index b83cbaf..04c398a 100644 --- a/news.md +++ b/news.md @@ -10,10 +10,11 @@ A new full release is now available for Jython 2.7.2 at It is built and tested with Java 8 and tested against Java 11. There are no changes (apart from the version identification) from v2.7.2rc1. -Fixed bugs for all versions are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2/NEWS). +For a full list of bugs fixed in all versions see +[NEWS](https://github.com/jythontools/jython/blob/v2.7.2/NEWS). -### Jython 2.7.2 release candidate (v2.7.2rc1 March 2020) +### Jython 2.7.2 release candidate (v2.7.2rc1 5 March 2020) A release candidate is now available for Jython 2.7.2 at [Maven Central](https://search.maven.org/search?q=g:org.python). @@ -23,7 +24,8 @@ This fixes bugs raised in response to v2.7.2b3. A notable change since beta 3 is the relocation of the package cache to the working directory. -Fixed bugs are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2rc1/NEWS). +For a full list of bugs fixed see +[NEWS](https://github.com/jythontools/jython/blob/v2.7.2rc1/NEWS). ### Jython 2.7.2 beta (v2.7.2b3 February 2020)