Thu, 12 Dec 2024 00:01:08 UTC | login

Information for build python-jep-3.7.0-3.fc29

ID42433
Package Namepython-jep
Version3.7.0
Release3.fc29
Epoch
SummaryEmbed Python in Java
DescriptionJava Embedded Python JEP embeds CPython in Java through JNI and is safe to use in a heavily threaded environment. Some benefits of embedding CPython in a JVM: Using the native Python interpreter may be much faster than alternatives. Python is mature, well supported, and well documented. Access to high quality Python modules, both native CPython extensions and Python-based. Compilers and assorted Python tools are as mature as the language. Python is an interpreted language, enabling scripting of established Java code without requiring recompilation. Both Java and Python are cross platform, enabling deployment to different operating system.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 10 Jun 2018 04:30:31 UTC
CompletedSun, 10 Jun 2018 07:19:19 UTC
Taskbuild (f29-candidate, python-jep-3.7.0-3.fc29.src.rpm)
Tags
f29
RPMs
src
python-jep-3.7.0-3.fc29.src.rpm (info) (download)
noarch
python-jep-javadoc-3.7.0-3.fc29.noarch.rpm (info) (download)
riscv64
python3-jep-3.7.0-3.fc29.riscv64.rpm (info) (download)
python-jep-debugsource-3.7.0-3.fc29.riscv64.rpm (info) (download)
python3-jep-debuginfo-3.7.0-3.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Sep 02 2017 Raphael Groner <projects.rg@smart.ms> - 3.7.0-2 - drop precompiled jar files - be more verbose about tests - add javadoc subpackage - move interpreter script into python3 subpackage - add release_notes folder to documentation - handle readme file properly * Tue Aug 15 2017 Raphael Groner <projects.rg@smart.ms> - 3.7.0-1 - initial