From 8db64d1a441cd73cc99f6b47b1b8325aef1d1d6e63e2140e562df3aca933f1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 22 Apr 2025 07:39:14 +0000 Subject: [PATCH] - Drop ExclusiveArch - at least s390x and ppc64le also build successfully, so there's no point in listing lots of archs in "ExclusiveArch" OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=95 --- python-selenium.changes | 7 +++++++ python-selenium.spec | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-selenium.changes b/python-selenium.changes index e34f3fe..6058df4 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Apr 20 21:37:53 UTC 2025 - Christian Boltz + +- Drop ExclusiveArch - at least s390x and ppc64le also build + successfully, so there's no point in listing lots of archs in + "ExclusiveArch" + ------------------------------------------------------------------- Fri Nov 22 08:37:32 UTC 2024 - ecsos diff --git a/python-selenium.spec b/python-selenium.spec index f9a8f2c..2cae716 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -1,7 +1,7 @@ # # spec file for package python-selenium # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -47,7 +47,6 @@ Requires: python-trio-websocket >= 0.9 Requires: python-typing-extensions >= 4.9 Requires: python-urllib3 Requires: python-websocket-client >= 1.8 -ExclusiveArch: %{ix86} x86_64 %arm aarch64 riscv64 %python_subpackages %description