From e0adde571c0a8807c0a4cff493eec996ae78f9fea51d471761c0dd6ce037dd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Sun, 22 Nov 2020 15:29:02 +0000 Subject: [PATCH] Accepting request 849890 from home:StefanBruens:branches:science - Depend on python3-sip < 5, as libSavitar build is incompatible with SIP 5 and upstream currently has no intention to update, see gh#Ultimaker/libSavitar#26. OBS-URL: https://build.opensuse.org/request/show/849890 OBS-URL: https://build.opensuse.org/package/show/science/python3-pynest2d?expand=0&rev=5 --- python3-pynest2d.changes | 7 +++++++ python3-pynest2d.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python3-pynest2d.changes b/python3-pynest2d.changes index 180b050..16b0850 100644 --- a/python3-pynest2d.changes +++ b/python3-pynest2d.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Nov 21 00:38:15 UTC 2020 - Stefan Brüns + +- Depend on python3-sip < 5, as libSavitar build is incompatible + with SIP 5 and upstream currently has no intention to update, + see gh#Ultimaker/libSavitar#26. + ------------------------------------------------------------------- Tue Nov 10 18:42:57 UTC 2020 - Stefan Brüns diff --git a/python3-pynest2d.spec b/python3-pynest2d.spec index 7783f94..fb762d9 100644 --- a/python3-pynest2d.spec +++ b/python3-pynest2d.spec @@ -23,7 +23,7 @@ Release: 0 Summary: CPython bindings for libnest2d License: LGPL-3.0-only Group: Development/Libraries/C and C++ -URL: https://github.com/Ultimaker/%name +URL: https://github.com/Ultimaker/pynest2d Source: https://github.com/Ultimaker/pynest2d/archive/%{sversion}.tar.gz#/pynest2d-%{version}.tar.gz # PATCH-FIX-OPENSUSE -- add PyQt5 namespace Patch0: pynest2d-PyQt5.sip.patch @@ -32,7 +32,7 @@ Patch1: Retrieve-required-flags-from-Libnest2D-target.patch BuildRequires: cmake >= 3.6 BuildRequires: gcc-c++ BuildRequires: libnest2d-devel -BuildRequires: python3-sip-devel +BuildRequires: python3-sip-devel < 5 %description Binding allowing libnest2d to be called from Python using Numpy.