forked from pool/python-pyparsing
Accepting request 1149912 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1149912 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyparsing?expand=0&rev=48
This commit is contained in:
commit
3a9ef2c2a2
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 12:23:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use newly supported shrink{} on OBS to exclude python flavors
|
||||
will all python versions skipped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 1 17:06:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-pyparsing
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -30,8 +30,8 @@
|
||||
%if "%{flavor}" == ""
|
||||
%define pprefix python
|
||||
%{expand:%%define skip_%{primary_python} 1}
|
||||
# ... unless the build set is empty. (We can't use shrink server-side and any skips here or on project level may have left spaces)
|
||||
%if "%{pythons}" == "" || "%{pythons}" == " " || "%{pythons}" == " " || "%{pythons}" == " " || "%{pythons}" == " "
|
||||
# ... unless the build set is empty
|
||||
%if "%{shrink:%{pythons}}" == ""
|
||||
# Exclude for local osc build: unresolvable
|
||||
%define python_module() empty-python-buildset
|
||||
# Exclude for obs server
|
||||
|
Loading…
x
Reference in New Issue
Block a user