From 0f5e064c1c3a0143363173b9f2ed6b54b1347a89 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Tue, 20 Aug 2024 15:45:45 +0100 Subject: [PATCH 1/2] Announce v2.7.4 Update current version and links. Note that repo1.maven.org now redirects to central.sonatype.com, and with semantics that seem to allow "version independent" links to work smoothly. --- download.md | 38 +++++++++++++------------------------- news.md | 9 +++++++++ 2 files changed, 22 insertions(+), 25 deletions(-) diff --git a/download.md b/download.md index b8687f9..1467ddd 100644 --- a/download.md +++ b/download.md @@ -3,39 +3,26 @@ title: Downloads --- ## Current Version -The current version of Jython is 2.7.3. -It can be downloaded here: -- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3/jython-installer-2.7.3.jar): - Use this to install Jython. - ([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.3/jar)) -- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.3/jython-standalone-2.7.3.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.3/jar)) -- You may cite Jython 2.7.3 as a - [dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.3/jar). +The current version of Jython is 2.7.4. +The current version can be used: +- By downloading the [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer). + Use this to install Jython as an application locally. +- As a [dependency in your Maven or Gradle build](https://central.sonatype.com/artifact/org.python/jython-slim). + Use this to embed Jython in a Java application, using the snippet provided at the link. +- As the [Jython Standalone JAR](https://central.sonatype.com/artifact/org.python/jython-standalone). + Download this to run Jython without installing or as a JAR on the class path of a Java application. For information on installing see [Installation](installation). This version is supported on Java 8 (minimum) and 11. -## Current Release Candidate -A release candidate is available (Jython 2.7.4rc1). -It can be downloaded here: -- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4rc1/jython-installer-2.7.4rc1.jar) - Use this to install Jython. - ([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.4rc1/jar)) -- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4rc1/jython-standalone-2.7.4rc1.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.4rc1/jar)) -- You may cite Jython 2.7.4rc1 as a - [dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.4rc1/jar). - -A build from the repository will identify as Jython 2.7.4rc2-something. - ## Previous Versions Previous versions of Jython are available from: -- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer) -- [Jython Standalone](https://search.maven.org/artifact/org.python/jython-standalone) +- [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer/versions) +- [Jython Slim JAR](https://central.sonatype.com/artifact/org.python/jython-slim/versions) +- [Jython Standalone](https://central.sonatype.com/artifact/org.python/jython-standalone/versions) ## OpenPGP Public Keys @@ -58,6 +45,7 @@ GPG will report `Good signature from [release owner]`. GPG may also report a warning unless you explicitly tell it to trust the key. This is not necessary for one-off verification. The warning is -[explained here](https://security.stackexchange.com/questions/147447/gpg-why-is-my-trusted-key-not-certified-with-a-trusted-signature). The signing keys are listed above to allow validation independent of the file repository. +[explained here](https://security.stackexchange.com/questions/147447/gpg-why-is-my-trusted-key-not-certified-with-a-trusted-signature). +The signing keys are listed above to allow validation independent of the file repository. diff --git a/news.md b/news.md index 6bfcec4..29d6368 100644 --- a/news.md +++ b/news.md @@ -4,6 +4,15 @@ title: News ## News +### Jython 2.7.4 release (v2.7.4 August 2024) + +A new full release is now available for Jython 2.7.4 +at [Maven Central](https://central.sonatype.com/search?q=jython&namespace=org.python). +It is tested against Java 8 and Java 11. +See [NEWS](https://github.com/jython/jython/blob/v2.7.4/NEWS) +for bugs fixed and features added. + + ### Jython 2.7.4 release candidate (v2.7.4rc1 August 2024) A release candidate is now available for Jython 2.7.4 From e7e49dd163a12831cd402731602259f76db96e4e Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Wed, 21 Aug 2024 08:03:06 +0100 Subject: [PATCH 2/2] Tweak to words. --- download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download.md b/download.md index 1467ddd..6060ed0 100644 --- a/download.md +++ b/download.md @@ -4,7 +4,7 @@ title: Downloads ## Current Version The current version of Jython is 2.7.4. -The current version can be used: +It can be applied: - By downloading the [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer). Use this to install Jython as an application locally. - As a [dependency in your Maven or Gradle build](https://central.sonatype.com/artifact/org.python/jython-slim). @@ -17,7 +17,6 @@ For information on installing see [Installation](installation). This version is supported on Java 8 (minimum) and 11. - ## Previous Versions Previous versions of Jython are available from: - [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer/versions) @@ -25,6 +24,7 @@ Previous versions of Jython are available from: - [Jython Standalone](https://central.sonatype.com/artifact/org.python/jython-standalone/versions) + ## OpenPGP Public Keys Release files for supported releases are signed by the following: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy