forked from pool/python-packaging
- skip primary build only for Tumbleweed (adjust version)
* Improve parser error messaging around mistakes in/around - Ignore python3.6.2 since the test doesn't support it. - Add Provides: for python*dist(packaging): work around boo#1186870 - add no-legacyversion-warning.patch to restore compatibility with 20.4 * Fix a bug that caused a 32-bit OS that runs on a 64-bit ARM CPU - add issue_254.patch to fix tests under non-x86_64 pplatforms * Add proper trove classifiers for PyPy support * Scale back depending on ctypes for manylinux support detection * Officially support Python 3.8 * Add major, minor, and micro aliases to packaging.version.Version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=84
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-packaging
|
||||
#
|
||||
# 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
|
||||
@@ -20,7 +20,7 @@
|
||||
# in order to avoid rewriting for subpackage generator
|
||||
%define mypython python
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%if 0%{?suse_version} >= 1650
|
||||
%if "%{flavor}" == "primary"
|
||||
# this one is goes into Ring0: Bootstrap for primary python stack
|
||||
%define pprefix %{primary_python}
|
||||
|
||||
Reference in New Issue
Block a user