8000 Announce 2.7.2 (#18) · jython/jython.github.io@d91cc1a · GitHub
[go: up one dir, main page]

Skip to content

Commit d91cc1a

Browse files
authored
Announce 2.7.2 (#18)
Announce v2.7.2 final, and show Sonatype detail page as 'metadata' link.
1 parent 10048b2 commit d91cc1a

File tree

3 files changed

+31
-25
lines changed

3 files changed

+31
-25
lines changed

download.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,14 @@
22
title: Downloads
33
---
44
## Current Version
5-
The current version of Jython is 2.7.1
5+
The current version of Jython is 2.7.2
66
It can be downloaded here:
7-
- [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.
8-
- [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.
9-
10-
For information on installing see [Installation](installation).
11-
12-
This version is supported on Java 7 and 8.
13-
14-
## Latest Release Candidate
15-
A release candidate is available for v2.7.2 (Jython 2.7.2rc1).
16-
It can be downloaded here:
17-
- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer/2.7.2rc1/jar) - Use this to install Jython.
18-
- [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.
19-
- You may cite Jython 2.7.2rc1 as a
20-
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2rc1/jar).
7+
- [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.
8+
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.2/jar))
9+
- [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.
10+
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.2/jar))
11+
- You may cite Jython 2.7.2 as a
12+
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2/jar).
2113

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

installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Installation
33
---
44
## Installer Jar
5-
Jython 2.7.1 is distributed via an executable jar file installer. After
6-
[downloading](download) it, either double click the `jython-installer-2.7.1.jar` or run java with the -jar option
5+
Jython 2.7.2 is distributed via an executable jar file installer. After
6+
[downloading](download) it, either double click the `jython-installer-2.7.2.jar` or run java with the -jar option
77
```
8-
$ java -jar jython-installer-2.7.1.jar
8+
$ java -jar jython-installer-2.7.2.jar
99
```
1010

1111
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:
1212
```
13-
$ java -jar jython-installer-2.7.1.jar --console
13+
$ java -jar jython-installer-2.7.2.jar --console
1414
```
1515
The installer will then walk through a similar set of steps in
1616
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
2626

2727
You can try it out by running the installer:
2828
```
29-
$ java -jar jython-installer-2.7.1.jar
29+
$ java -jar jython-installer-2.7.2.jar
3030
```
3131
then when you come to the "Installation type" page, select "Standalone".
3232

@@ -44,5 +44,5 @@ Or, add this file to the classpath of your application.
4444

4545
You can get a list of installer options (to install Jython unattended, for example) by running:
4646
```
47-
$ java -jar jython-installer-2.7.1.jar --help
47+
$ java -jar jython-installer-2.7.2.jar --help
4848
```

news.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@ title: News
33
---
44
## News
55

6-
### Jython 2.7.2 release candidate (v2.7.2rc1 March 2020)
6+
### Jython 2.7.2 release (v2.7.2 21 March 2020)
7+
8+
A new full release is now available for Jython 2.7.2 at
9+
[Maven Central](https://search.maven.org/search?q=g:org.python).
10+
It is built and tested with Java 8 and tested against Java 11.
11+
There are no changes (apart from the version identification) from v2.7.2rc1.
12+
13+
For a full list of bugs fixed in all versions see
14+
[NEWS](https://github.com/jythontools/jython/blob/v2.7.2/NEWS).
15+
16+
17+
### Jython 2.7.2 release candidate (v2.7.2rc1 5 March 2020)
718

819
A release candidate is now available for Jython 2.7.2 at
920
[Maven Central](https://search.maven.org/search?q=g:org.python).
@@ -13,9 +24,8 @@ This fixes bugs raised in response to v2.7.2b3.
1324
A notable change since beta 3 is the relocation of the package
1425
cache to the working directory.
1526

16-
Fixed bugs are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2rc1/NEWS).
17-
18-
27+
For a full list of bugs fixed see
28+
[NEWS](https://github.com/jythontools/jython/blob/v2.7.2rc1/NEWS).
1929

2030

2131
### Jython 2.7.2 beta (v2.7.2b3 February 2020)
@@ -58,6 +68,7 @@ Welcome to the new Jython website. The main improvements are:
5868
- Delivered over HTTPS
5969
- Content updated to reflect latest binary releases
6070

71+
6172
### Jython 2.7.1 Final Released (July 2017)
6273

6374
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 +80,7 @@ This release is being hosted at maven central. There are three main distribution
6980
- 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.
7081
- A [pre-built standalone version](http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.1/jython-standalone-2.7.1.jar).
7182

83+
7284
### Jython 2.7.0 Final Released (May 2015)
7385

7486
Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes.
@@ -90,6 +102,7 @@ To see all of the files available including checksums, go here and navigate to t
90102

91103
From announcement on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/05/jython-270-final-released.html)
92104

105+
93106
### Jython 2.7 Release Candidate 3 Released (April 2015)
94107

95108
Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes.
@@ -107,6 +120,7 @@ To see all of the files available including checksums, go here and navigate to t
107120

108121
From announcement on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/04/jython-27-release-candidate-3-available.html)
109122

123+
110124
### Jython 2.7 PyCon 2015 Talk (April 2015)
111125

112126
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)

0 commit comments

Comments
 (0)
0