Marcel Telka
2023-12-03 eddedd257099b2e10774959f6ae7bf66742ae52d
python/maturin: update to 1.4.0

1 files modified
6 ■■■■ changed files
components/python/maturin/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/maturin/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        maturin
HUMAN_VERSION =            1.3.2
HUMAN_VERSION =            1.4.0
COMPONENT_SUMMARY =        maturin - Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
COMPONENT_PROJECT_URL =        https://github.com/pyo3/maturin
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/5f/6d/6e501b5e49d94c6e6eee02a1eb156721605c64b4d2ba7f64f80392ad1150/maturin-1.3.2.tar.gz
    https://files.pythonhosted.org/packages/20/90/43a3aa35f037e91582ec7516a92084a71f84e89e39ef580813bed072b154/maturin-1.4.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:952d458b3dea01e9670582ac2dff3c522a34e491f08ed6376b270655a68c24af
    sha256:ed12e1768094a7adeafc3a74ebdb8dc2201fa64c4e7e31f14cfc70378bf93790
COMPONENT_LICENSE =        Apache-2.0 OR MIT
# https://github.com/PyO3/maturin/issues/1674