Marcel Telka
2023-08-16 efe3dfc681bfe99bd4f8e4bfa26b7ee2dd86d7fa
python/maturin: update to 1.2.2

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.2.1
HUMAN_VERSION =            1.2.2
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/d4/14/8a16d1c698622dc3cb45b883bc5394ae33a8596ab6eabd06cc8df473b424/maturin-1.2.1.tar.gz
    https://files.pythonhosted.org/packages/8e/da/ca4f547757f059af9cbb8928e51292abe78a1d1cad7657fe42c07aecd5f2/maturin-1.2.2.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:0b1b6e0afee3a734f504180db6148a85ac5c748a3426a551b74855c209518e21
    sha256:20b658cf40a788769f5b5166ce78f0789fae77ee5f7b53084a7b3d3199b090ac
COMPONENT_LICENSE =        Apache-2.0 OR MIT
# https://github.com/PyO3/maturin/issues/1674