Skip to content

Commit

Permalink
Announce v2.7.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jeff5 committed Aug 20, 2024
1 parent 9c4574f commit 0f5e064
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
38 changes: 13 additions & 25 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.


9 changes: 9 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f5e064

Please sign in to comment.