From 00702e3ffde1ebce9e2a2cfb63af7992a627c149 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 10 Jan 2024 22:22:25 -0700 Subject: [PATCH] package/python-rtoml: bump to version 0.10.0 Migrate from setuptools-rust to maturin infrastructure. Signed-off-by: James Hilliard --- package/python-rtoml/python-rtoml.hash | 2 +- package/python-rtoml/python-rtoml.mk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-rtoml/python-rtoml.hash b/package/python-rtoml/python-rtoml.hash index 04d22ed1a4..59f17d9d62 100644 --- a/package/python-rtoml/python-rtoml.hash +++ b/package/python-rtoml/python-rtoml.hash @@ -1,4 +1,4 @@ # Locally calculated after vendoring -sha256 821a430ab6587bdaaf7cb95044e8e0d99c77c6aed0adce5a370045b270f7ee20 rtoml-0.8.0.tar.gz +sha256 987d3d9e9d56761b17c3e4e172937cbcc793bf24b0ebb2730647a9a2cf86c789 rtoml-0.10.0.tar.gz # Locally computed sha256 checksums sha256 cd5ffde80e6d3286a2e2e5f02fb2cb07b823931ca368e7c735a6c5f5aebe7103 LICENSE diff --git a/package/python-rtoml/python-rtoml.mk b/package/python-rtoml/python-rtoml.mk index 819dcf3288..16f9dea573 100644 --- a/package/python-rtoml/python-rtoml.mk +++ b/package/python-rtoml/python-rtoml.mk @@ -4,10 +4,10 @@ # ################################################################################ -PYTHON_RTOML_VERSION = 0.8.0 +PYTHON_RTOML_VERSION = 0.10.0 PYTHON_RTOML_SOURCE = rtoml-$(PYTHON_RTOML_VERSION).tar.gz -PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/33/a6/b42d8e0e28bec9fd7fdbafb2d76db3f8578f151a669eba564d422756d909 -PYTHON_RTOML_SETUP_TYPE = setuptools-rust +PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/ca/b2/0e77a00e75ed582ec1c4c3a9e1eeed886a15c195bcce87b7daf1171c4115 +PYTHON_RTOML_SETUP_TYPE = maturin PYTHON_RTOML_LICENSE = MIT PYTHON_RTOML_LICENSE_FILES = LICENSE