Thu, 20 Jun 2024 17:02:54 UTC | login

Information for build ocaml-pyml-20231101-1.fc40

ID266282
Package Nameocaml-pyml
Version20231101
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-pyml.git#fff10defafe1b23dd844a49e649333b7e2b3a40c
SummaryOCaml bindings for Python
Descriptionpy.ml provides OCaml bindings for Python 2 and Python 3. This library subsumes the pycaml library, which is no longer actively maintained. The Python library is linked at runtime and the same executable can be run in a Python 2 or a Python 3 environment. py.ml does not require any Python library at compile time. The only compile time dependency is Stdcompat to ensure compatibility with all OCaml compiler versions from 3.12. Bindings are split in three modules: - Py provides the initialization functions and some high-level bindings, with error handling and naming conventions closer to OCaml usages. - Pycaml provides a signature close to the old Pycaml module, so as to ease migration. - Pywrappers provides low-level bindings, which follow closely the conventions of the C bindings for Python. Submodules Pywrappers.Python2 and Pywrappers.Python3 contain version-specific bindings.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 12 Nov 2023 20:22:09 UTC
CompletedSun, 12 Nov 2023 21:07:10 UTC
Taskbuild (f40, /rpms/ocaml-pyml.git:fff10defafe1b23dd844a49e649333b7e2b3a40c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-pyml.git#fff10defafe1b23dd844a49e649333b7e2b3a40c'}}
Tags
f40
RPMs
src
ocaml-pyml-20231101-1.fc40.src.rpm (info) (download)
riscv64
ocaml-pyml-20231101-1.fc40.riscv64.rpm (info) (download)
ocaml-pyml-devel-20231101-1.fc40.riscv64.rpm (info) (download)
ocaml-pyml-debuginfo-20231101-1.fc40.riscv64.rpm (info) (download)
ocaml-pyml-debugsource-20231101-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Mon Nov 06 2023 Jerry James <loganjerry@gmail.com> - 20231101-1 - Version 20231101 - Drop the library-unload patch - Drop support for the custom toplevels - Add memcpy patch * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 20220905-5 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20220905-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jul 12 2023 Richard W.M. Jones <rjones@redhat.com> - 20220905-3 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 20220905-2 - OCaml 5.0.0 rebuild * Wed Feb 15 2023 Jerry James <loganjerry@gmail.com> - 20220905-1 - Version 20220905 - Add library-unload patch to fix test suite crashes - Convert License tag to SPDX * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 20220615-5 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20220615-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Aug 01 2022 Jerry James <loganjerry@gmail.com> - 20220615-3 - Add patch for compatibility with python 3.11 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20220615-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 20220615-2 - Use new OCaml macros * Sun Jun 19 2022 Richard W.M. Jones <rjones@redhat.com> - 20220615-2 - OCaml 4.14.0 rebuild * Thu Jun 16 2022 Jerry James <loganjerry@gmail.com> - 20220615-1 - Version 20220615 * Wed Apr 27 2022 Jerry James <loganjerry@gmail.com> - 20220325-1 - Version 20220325 - Drop upstreamed -wide-character patch - Conditionally build the custom toplevels * Mon Feb 28 2022 Jerry James <loganjerry@gmail.com> - 20211015-5 - Rebuild for ocaml-stdcompat 18 * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 20211015-4 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20211015-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 07 2022 Jerry James <loganjerry@gmail.com> - 20211015-2 - Modify license to include LGPLv2+ - Change doc subpackage to noarch - Build the binaries without rebuilding the entire library * Fri Dec 31 2021 Jerry James <loganjerry@gmail.com> - 20211015-1 - Initial RPM