Skip to content

Commit

Permalink
Scripts: Python
Browse files Browse the repository at this point in the history
- jython is now included in the UniTime distribution so that Python scripts do work out of the box
  • Loading branch information
tomas-muller committed Nov 26, 2024
1 parent 8e7e6f2 commit 5d6e0ad
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Binary file not shown.
4 changes: 4 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@ asm-util (asm-util-9.7.1.jar)
under BSD-3-Clause
http://asm.ow2.io/

Jython (jython-standalone-2.7.4.jar)
under Jython Software License
https://www.jython.org/

reactive-streams (reactive-streams-1.0.4.jar)
under MIT-0
http://www.reactive-streams.org/
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions WebContent/help/Release-Notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
<line>Nashorn is now included in the UniTime distribution.
<line>Starting with Java 15, ECMAScript has been removed from JDK.</line>
</line>
<line>Jython is now included in the UniTime distribution so that Python scripts do work out of the box.</line>
</description>
</item>
</category>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,12 @@
<scope>runtime</scope>
</dependency>
-->
<!-- Uncomment to enable python scripting on Scripts page.
<!-- Uncomment to enable python scripting on Scripts page. -->
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-slim</artifactId>
<artifactId>jython-standalone</artifactId>
<version>${jython.version}</version>
</dependency>
-->
<dependency>
<groupId>net.sf.biweekly</groupId>
<artifactId>biweekly</artifactId>
Expand Down

0 comments on commit 5d6e0ad

Please sign in to comment.