From 8d9add6c89057e411416b1fa7a08a3430455d0d1501f3e160b2a74ddc80d320d Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 21 Jun 2023 09:46:42 +0000 Subject: [PATCH] Accepting request 1094304 from home:Guillaume_G:branches:devel:languages:python:aws - Add _constraints to avoid OOM in %check OBS-URL: https://build.opensuse.org/request/show/1094304 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=198 --- _constraints | 14 ++++++++++++++ python-botocore.changes | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..c6ec78e --- /dev/null +++ b/_constraints @@ -0,0 +1,14 @@ + + + + + python-botocore:test + + + + 8 + + + + + diff --git a/python-botocore.changes b/python-botocore.changes index a808d53..81a7ba3 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 20 15:03:53 UTC 2023 - Guillaume GARDET + +- Add _constraints to avoid OOM in %check + ------------------------------------------------------------------- Wed Jun 14 09:57:18 UTC 2023 - John Paul Adrian Glaubitz