You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: download.md
+7-15Lines changed: 7 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,14 @@
2
2
title: Downloads
3
3
---
4
4
## Current Version
5
-
The current version of Jython is 2.7.1
5
+
The current version of Jython is 2.7.2
6
6
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.
-[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.
Copy file name to clipboardExpand all lines: installation.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
title: Installation
3
3
---
4
4
## 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
7
7
```
8
-
$ java -jar jython-installer-2.7.1.jar
8
+
$ java -jar jython-installer-2.7.2.jar
9
9
```
10
10
11
11
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:
12
12
```
13
-
$ java -jar jython-installer-2.7.1.jar --console
13
+
$ java -jar jython-installer-2.7.2.jar --console
14
14
```
15
15
The installer will then walk through a similar set of steps in
16
16
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
26
26
27
27
You can try it out by running the installer:
28
28
```
29
-
$ java -jar jython-installer-2.7.1.jar
29
+
$ java -jar jython-installer-2.7.2.jar
30
30
```
31
31
then when you come to the "Installation type" page, select "Standalone".
32
32
@@ -44,5 +44,5 @@ Or, add this file to the classpath of your application.
44
44
45
45
You can get a list of installer options (to install Jython unattended, for example) by running:
@@ -58,6 +68,7 @@ Welcome to the new Jython website. The main improvements are:
58
68
- Delivered over HTTPS
59
69
- Content updated to reflect latest binary releases
60
70
71
+
61
72
### Jython 2.7.1 Final Released (July 2017)
62
73
63
74
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
69
80
- 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.
70
81
- A [pre-built standalone version](http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.1/jython-standalone-2.7.1.jar).
71
82
83
+
72
84
### Jython 2.7.0 Final Released (May 2015)
73
85
74
86
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
90
102
91
103
From announcement on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/05/jython-270-final-released.html)
92
104
105
+
93
106
### Jython 2.7 Release Candidate 3 Released (April 2015)
94
107
95
108
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
107
120
108
121
From announcement on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/04/jython-27-release-candidate-3-available.html)
109
122
123
+
110
124
### Jython 2.7 PyCon 2015 Talk (April 2015)
111
125
112
126
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>)
0 commit comments