8000 Announce 2.7.2 by jeff5 · Pull Request #18 · jython/jython.github.io · GitHub
[go: up one dir, main page]

Skip to content

Announce 2.7.2 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 7 additions & 15 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) - 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).

For information on installing see [Installation](installation).

Expand Down
12 changes: 6 additions & 6 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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".

Expand All @@ -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
```
22 changes: 18 additions & 4 deletions news.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ title: News
---
## News

### Jython 2.7.2 release candidate (v2.7.2rc1 March 2020)
### 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.

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 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).
Expand All @@ -13,9 +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)
Expand Down Expand Up @@ -58,6 +68,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.
Expand All @@ -69,6 +80,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.
Expand All @@ -90,6 +102,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.
Expand All @@ -107,6 +120,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&gt)
Expand Down
0