Mon, 29 Apr 2024 07:43:44 UTC | login

Information for build jython-2.7.1-7.fc29

ID73204
Package Namejython
Version2.7.1
Release7.fc29
Epoch
SummaryA Java implementation of the Python language
DescriptionJython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is freely available for both commercial and non-commercial use and is distributed with source code. Jython is complementary to Java and is especially suited for the following tasks: Embedded scripting - Java programmers can add the Jython libraries to their system to allow end users to write simple or complicated scripts that add functionality to the application. Interactive experimentation - Jython provides an interactive interpreter that can be used to interact with Java packages or with running Java applications. This allows programmers to experiment and debug any Java system using Jython. Rapid application development - Python programs are typically 2-10X shorter than the equivalent Java program. This translates directly to increased programmer productivity. The seamless interaction between Python and Java allows developers to freely mix the two languages both during development and in shipping products.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 23 Sep 2018 02:15:25 UTC
CompletedSun, 23 Sep 2018 02:15:25 UTC
Tags
f29
f30
RPMs
src
jython-2.7.1-7.fc29.src.rpm (info) (download)
noarch
jython-2.7.1-7.fc29.noarch.rpm (info) (download)
jython-demo-2.7.1-7.fc29.noarch.rpm (info) (download)
jython-javadoc-2.7.1-7.fc29.noarch.rpm (info) (download)
Changelog * Tue Aug 21 2018 Miro HronĨok <mhroncok@redhat.com> - 2.7.1-7 - Use RPM built wheels of pip and setuptools in ensurepip instead of bundled ones * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 11 2018 Mat Booth <mat.booth@redhat.com> - 2.7.1-4 - Remove unnecessary dep on cpython * Thu Sep 28 2017 Mat Booth <mat.booth@redhat.com> - 2.7.1-3 - Add missing dep on xerces-j2 * Mon Aug 14 2017 Mat Booth <mat.booth@redhat.com> - 2.7.1-2 - Add missing runtime dep on commons-compress and bouncycastle - Stricter deps on netty and jctools * Fri Aug 11 2017 Mat Booth <mat.booth@redhat.com> - 2.7.1-1 - Update to final release of 2.7.1 - Fix tty detection, rhbz#1373279 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-0.4.b3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-0.3.b3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 26 2017 Mat Booth <mat.booth@redhat.com> - 2.7.1-0.2.b3 - Use upstream's launcher script and provide a more complete jython_home directory to allow virtualenv to work with jython, rhbz#1373279 - Also enable unit test suite