forked from pool/python-sip4
Accepting request 1066654 from KDE:Qt:PyQt
not compatible with python311 OBS-URL: https://build.opensuse.org/request/show/1066654 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip4?expand=0&rev=8
This commit is contained in:
commit
596ba5df84
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 19 20:29:32 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Don't build for python311: not supported
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 9 19:06:32 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Tue Aug 9 19:06:32 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sip4
|
# spec file for package python-sip4
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,7 +36,8 @@
|
|||||||
# where X is the python flavor
|
# where X is the python flavor
|
||||||
# python-sip4-doc and python-sip4-common are flavorless
|
# python-sip4-doc and python-sip4-common are flavorless
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%define skip_python311 1
|
||||||
|
|
||||||
Name: python-%{pname}
|
Name: python-%{pname}
|
||||||
Version: 4.19.25
|
Version: 4.19.25
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user