[Jython-checkins] jython: Updated JLine2 to 2.14.5. Potential fix for #2602.

stefan.richthofer jython-checkins at python.org
Mon Jul 3 16:08:18 EDT 2017


https://hg.python.org/jython/rev/206a7a2b3aa5
changeset:   8116:206a7a2b3aa5
user:        Stefan Richthofer <stefan.richthofer at gmx.de>
date:        Mon Jul 03 22:07:54 2017 +0200
summary:
  Updated JLine2 to 2.14.5. Potential fix for #2602.

files:
  build.xml                |    4 ++--
  extlibs/jline-2.14.3.jar |  Bin 
  extlibs/jline-2.14.5.jar |  Bin 
  3 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -160,7 +160,7 @@
             <pathelement path="${extlibs.dir}/jnr-netdb-1.1.6.jar"/>
             <pathelement path="${extlibs.dir}/jnr-posix-3.0.41.jar"/>
             <pathelement path="${extlibs.dir}/jnr-constants-0.9.9.jar"/>
-            <pathelement path="${extlibs.dir}/jline-2.14.3.jar"/>
+            <pathelement path="${extlibs.dir}/jline-2.14.5.jar"/>
             <pathelement path="${extlibs.dir}/netty-buffer-4.1.11.Final.jar"/>
             <pathelement path="${extlibs.dir}/netty-codec-4.1.11.Final.jar"/>
             <pathelement path="${extlibs.dir}/netty-common-4.1.11.Final.jar"/>
@@ -613,7 +613,7 @@
             <rule pattern="org.apache.xerces.**" result="org.python.apache.xerces. at 1"/>
             <rule pattern="org.apache.wml.**" result="org.python.apache.wml. at 1"/>
             <rule pattern="org.apache.html.**" result="org.python.apache.html. at 1"/>
-            <zipfileset src="extlibs/jline-2.14.3.jar"/>
+            <zipfileset src="extlibs/jline-2.14.5.jar"/>
             <rule pattern="jline.**" result="org.python.jline. at 1"/>
             <manifest>
                 <attribute name="Main-Class" value="org.python.util.jython" />
diff --git a/extlibs/jline-2.14.3.jar b/extlibs/jline-2.14.3.jar
deleted file mode 100644
index 1dd3ef4660637fff87aea40662f54a635f29e141..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/extlibs/jline-2.14.5.jar b/extlibs/jline-2.14.5.jar
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..761acd41aeeb8bbbd3aeef53d7e879631d1bd6e4
GIT binary patch
[stripped]

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list