head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2024.12.30.06.05.44; author adam; state dead; branches; next 1.1; commitid Og0EMqyQodR0muDF; 1.1 date 2024.12.27.08.50.44; author wiz; state Exp; branches; next ; commitid pDU8ixooasJAm7DF; desc @@ 1.2 log @py-orjson: updated to 3.10.13 3.10.13 - Fix compatibility with maturin introducing a breaking change in 1.8.0 and specify a fixed version of maturin. Projects relying on any previous version being buildable from source by end users (via PEP 517) must upgrade to at least this version. @ text @$NetBSD: patch-pyproject.toml,v 1.1 2024/12/27 08:50:44 wiz Exp $ Fix build with maturin 1.8.0 https://github.com/ijl/orjson/pull/542 --- pyproject.toml.orig 2024-12-27 08:49:44.708879474 +0000 +++ pyproject.toml @@@@ -1,5 +1,6 @@@@ [project] name = "orjson" +dynamic = ["version"] repository = "https://github.com/ijl/orjson" requires-python = ">=3.8" classifiers = [ @ 1.1 log @py-orjson: fix build with py-maturin 1.8.0 Using patch from upstream pull request @ text @d1 1 a1 1 $NetBSD$ @