Skip to content

Commit 5cff259

Browse files
committed
Announce v2.7.3b1
We announce the availability of Jython 2.7.3b1 in the news and downloads sections.
1 parent e3f0900 commit 5cff259

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
lines changed

download.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Downloads
33
---
4+
45
## Current Version
56
The current version of Jython is 2.7.2
67
It can be downloaded here:
@@ -15,6 +16,18 @@ For information on installing see [Installation](installation).
1516

1617
This version is supported on Java 8 (minimum) and 11.
1718

19+
20+
## Current Beta Version
21+
A beta version is available (Jython 2.7.3b1).
22+
It can be downloaded here:
23+
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3b1/jython-installer-2.7.3b1.jar) - Use this to install Jython.
24+
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.3b1/jar))
25+
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.3b1/jython-standalone-2.7.3b1.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
26+
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.3b1/jar))
27+
- You may cite Jython 2.7.3b1 as a
28+
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.3b1/jar).
29+
30+
1831
## Previous Versions
1932
Previous versions of Jython are available from:
2033
- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer)

news.md

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
---
22
title: News
33
---
4+
45
## News
56

7+
### Jython 2.7.3 beta (v2.7.3b1 July 2022)
8+
9+
A beta release is now available for Jython 2.7.3 at [Maven Central](https://search.maven.org/search?q=g:org.python).
10+
It is tested against Java 8 and Java 11.
11+
The project thanks all those who have helped identify and fix bugs.
12+
13+
Notable new or changed features include:
14+
- The jython command respects the ``PYTHONDONTWRITEBYTECODE`` environment variable.
15+
16+
- Matching of sequence arguments to the parameters of Java methods is
17+
improved.
18+
19+
- ``array.array`` item size of unsigned types is now the same as their signed counterparts, where
20+
previously it was mostly double.
21+
Internal representations have changed.
22+
Client code that was working around anomalies may have to change (in a good way, we hope).
23+
Overall, the experience should be closer to that with CPython.
24+
25+
Many more fixed bugs are listed in [NEWS](https://github.com/jython/jython/blob/v2.7.3b1/NEWS).
26+
27+
628
### Jython 2.7.2 release (v2.7.2 21 March 2020)
729

830
A new full release is now available for Jython 2.7.2 at
@@ -11,7 +33,7 @@ It is built and tested with Java 8 and tested against Java 11.
1133
There are no changes (apart from the version identification) from v2.7.2rc1.
1234

1335
For a full list of bugs fixed in all versions see
14-
[NEWS](https://github.com/jythontools/jython/blob/v2.7.2/NEWS).
36+
[NEWS](https://github.com/jython/jython/blob/v2.7.2/NEWS).
1537

1638

1739
### Jython 2.7.2 release candidate (v2.7.2rc1 5 March 2020)
@@ -25,7 +47,7 @@ A notable change since beta 3 is the relocation of the package
2547
cache to the working directory.
2648

2749
For a full list of bugs fixed see
28-
[NEWS](https://github.com/jythontools/jython/blob/v2.7.2rc1/NEWS).
50+
[NEWS](https://github.com/jython/jython/blob/v2.7.2rc1/NEWS).
2951

3052

3153
### Jython 2.7.2 beta (v2.7.2b3 February 2020)
@@ -39,7 +61,7 @@ we predict a release candidate in the week beginning 24 February.
3961

4062
Notable new features are as already listed for v2.7.2b2.
4163

42-
Fixed bugs are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2b3/NEWS).
64+
Fixed bugs are listed in [NEWS](https://github.com/jython/jython/blob/v2.7.2b3/NEWS).
4365

4466

4567
### Jython 2.7.2 beta (v2.7.2b2 November 2019)
@@ -58,7 +80,7 @@ Notable new features include:
5880

5981
Numerous instances are corrected where we mis-handled the encoding of file, user and host names,
6082
which has been a frequent problem for users where ASCII won't do.
61-
Many more fixed bugs are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2b2/NEWS).
83+
Many more fixed bugs are listed in [NEWS](https://github.com/jython/jython/blob/v2.7.2b2/NEWS).
6284

6385

6486
### New website (October 2018)
@@ -73,7 +95,7 @@ Welcome to the new Jython website. The main improvements are:
7395

7496
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.
7597

76-
Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes. This release of Jython requires JDK 7 or above.
98+
Please see the [NEWS](https://github.com/jython/jython/blob/master/NEWS) file for detailed release notes. This release of Jython requires JDK 7 or above.
7799

78100
This release is being hosted at maven central. There are three main distributions. In order of popularity:
79101

@@ -83,7 +105,7 @@ This release is being hosted at maven central. There are three main distribution
83105

84106
### Jython 2.7.0 Final Released (May 2015)
85107

86-
Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes.
108+
Please see the [NEWS](https://github.com/jython/jython/blob/master/NEWS) file for detailed release notes.
87109

88110
On behalf of the Jython development team, I'm pleased to announce that the final release of Jython 2.7.0 is available! It's been a long road to get to 2.7, and it's finally here! I'd like to thank Amobee for sponsoring my work on Jython. I'd also like to thank the many contributors to Jython, including - but not limited to - bug reports, patches, pull requests, documentation changes, support emails, and fantastic conversation on Freenode at #jython.
89111

@@ -105,7 +127,7 @@ From announcement on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2
105127

106128
### Jython 2.7 Release Candidate 3 Released (April 2015)
107129

108-
Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes.
130+
Please see the [NEWS](https://github.com/jython/jython/blob/master/NEWS) file for detailed release notes.
109131

110132
On behalf of the Jython development team, I'm pleased to announce that the third release candidate of Jython 2.7 is available! I'd like to thank Amobee for sponsoring my work on Jython. I'd also like to thank the many contributors to Jython.
111133

0 commit comments

Comments
 (0)