From 49bc277519a57a8ae48bbd19590dcf9e5b6252a6c9169ad3c84911281ed35885 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 12 May 2025 06:32:04 +0000 Subject: [PATCH] - build needs 28G memory on s390x - adjust _constraints OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=49 --- _constraints | 10 ++++++++++ python-uv.changes | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/_constraints b/_constraints index 2274919..e0d6b27 100644 --- a/_constraints +++ b/_constraints @@ -25,5 +25,15 @@ + + + s390x + + + + 28 + + + diff --git a/python-uv.changes b/python-uv.changes index 0b8b07f..e78efa7 100644 --- a/python-uv.changes +++ b/python-uv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 10 16:36:30 UTC 2025 - Christian Boltz + +- build needs 28G memory on s390x - adjust _constraints + ------------------------------------------------------------------- Fri May 9 10:59:10 UTC 2025 - Ondřej Súkup