Sun, 19 May 2024 03:22:43 UTC | login

Information for build python-jep-3.8.2-3.fc31

ID92675
Package Namepython-jep
Version3.8.2
Release3.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-jep.git#b04f360bf3702db89466c8e18d8a34ddff7d74f2
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
StartedWed, 24 Jul 2019 03:26:26 UTC
CompletedWed, 24 Jul 2019 04:44:28 UTC
Taskbuild (f31-candidate, /rpms/python-jep.git:b04f360bf3702db89466c8e18d8a34ddff7d74f2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-jep.git#b04f360bf3702db89466c8e18d8a34ddff7d74f2'}}
Tags
f31
RPMs
src
python-jep-3.8.2-3.fc31.src.rpm (info) (download)
noarch
python-jep-javadoc-3.8.2-3.fc31.noarch.rpm (info) (download)
riscv64
python3-jep-3.8.2-3.fc31.riscv64.rpm (info) (download)
python-jep-debugsource-3.8.2-3.fc31.riscv64.rpm (info) (download)
python3-jep-debuginfo-3.8.2-3.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri May 10 2019 Raphael Groner <projects.rg@smart.ms> - 3.8.2-3 - adjust execution of tests to fix for python 3.8, rhbz#1706238 - fix path of module installation * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Dec 17 2018 Raphael Groner <projects.rg@smart.ms> - 3.8.2-1 - new version * Thu Jul 12 2018 Raphael Groner <projects.rg@smart.ms> - 3.8.0-1 - new version * Sat Jul 07 2018 Raphael Groner <projects.rg@smart.ms> - 3.8-0.1.rc - new version (RC) with support for Python 3.7 - generate javadoc because not provided in tarball any more - drop optional python2 * Sat Jul 07 2018 Raphael Groner <projects.rg@smart.ms> - 3.7.1-1 - new version * Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 3.7.0-4 - Rebuilt for Python 3.7 * 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