summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-10-05python-vl-convert: update to 1.7.0Narrat
2024-10-05python-vl-convert: disable ltoNarrat
one dependency in the whole chain (ring) doesn't like to build with lto enabled. https://github.com/briansmith/ring/issues/1444 Causes a build failure with the following message: (...) undefined references to ring_core_0_17_8_OPENSSL_ia32cap_P (..)
2024-08-24python-vl-convert: update to 1.6.1Narrat
2024-08-05python-vl-convert: update to 1.6.0Narrat
2024-08-05python-vl-convert: update to 1.5.1Narrat
and 1.6.0 is pending
2024-06-20vl-convert: update to 1.5.0Narrat
2024-04-17vl-convert: update to 1.4.0Narrat
2024-03-14vl-convert: update to 1.3.0Narrat
2024-03-02python-vl-convert: update to 1.2.4Narrat
2024-01-28python-vl-convert: update to 1.2.3Narrat
2024-01-24python-vl-convert: update to 1.2.2Narrat
2023-12-04python-vl-convert: add protobuf to makedependsNarrat
else this happens: error: failed to run custom build command for `denokv_proto v0.2.1` Caused by: process didn't exit successfully: `/home/omnius/Builds/Maint/Pending/python-vl-convert/src/vl_convert_python-1.2.0/target/release/build/denokv_proto-747931d42d1c539c/build-script-build` (exit status: 101) --- stdout cargo:rerun-if-changed=./schema/datapath.proto --- stderr thread 'main' panicked at /home/omnius/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-build-0.11.9/src/lib.rs:1457:10: Could not find `protoc` installation and this build crate cannot proceed without (...)
2023-12-04python-vl-convert: update to 1.2.0Narrat
2023-11-12vl-convert: update to 1.1.0Narrat
2023-11-06python-vl-convert: update to 1.0.1Narrat
drop the maturin patch, as upstream adjusted the required version. And add cmake as a makedep. One of the crates (libz-ng) requires it.
2023-06-29python-vl-convert: intial commitNarrat