diff --git a/python-packaging.changes b/python-packaging.changes index eaa8de0..5b9a44a 100644 --- a/python-packaging.changes +++ b/python-packaging.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 13 15:38:23 UTC 2025 - Dirk Müller + +- skip primary build only for Tumbleweed (adjust version) + ------------------------------------------------------------------- Sun Nov 10 13:40:15 UTC 2024 - Benoît Monin @@ -79,7 +84,7 @@ Sat Apr 15 10:28:14 UTC 2023 - Dirk Müller - update to 23.1 * chore: add typed classifier - * Improve parser error messaging around mistakes in/around + * Improve parser error messaging around mistakes in/around version specifiers * Upgrade to latest mypy * Delete print() from test_tags @@ -90,7 +95,7 @@ Sat Apr 15 10:28:14 UTC 2023 - Dirk Müller * Relax typing of _key on _BaseVersion * Replace spaces in platform names with underscores * Import underlying parser function as an underscored variable - + ------------------------------------------------------------------- Thu Apr 13 22:42:50 UTC 2023 - Matej Cepl @@ -252,7 +257,7 @@ Sun May 29 09:22:42 UTC 2022 - John Paul Adrian Glaubitz -- Ignore python3.6.2 since the test doesn't support it. +- Ignore python3.6.2 since the test doesn't support it. ------------------------------------------------------------------- Wed Nov 24 15:16:45 UTC 2021 - Matthias Fehring @@ -285,13 +290,13 @@ Sat Nov 6 18:30:50 UTC 2021 - Dirk Müller ------------------------------------------------------------------- Thu Jun 17 17:28:43 UTC 2021 - Ben Greiner -- Add Provides: for python*dist(packaging): work around boo#1186870 +- Add Provides: for python*dist(packaging): work around boo#1186870 - skip tests failing because of no-legacyversion-warning.patch ------------------------------------------------------------------- Sat May 1 21:03:52 UTC 2021 - Dirk Müller -- add no-legacyversion-warning.patch to restore compatibility with 20.4 +- add no-legacyversion-warning.patch to restore compatibility with 20.4 ------------------------------------------------------------------- Tue Feb 2 01:02:21 UTC 2021 - Dirk Müller @@ -337,14 +342,14 @@ Tue May 5 07:23:22 UTC 2020 - Tomáš Chvátal Wed Mar 11 14:37:16 UTC 2020 - Marketa Calabkova - Update to 20.3 - * Fix a bug that caused a 32-bit OS that runs on a 64-bit ARM CPU + * Fix a bug that caused a 32-bit OS that runs on a 64-bit ARM CPU (e.g. ARM-v8, aarch64), to report the wrong bitness. - Drop already upstreamed patch issue_254.patch ------------------------------------------------------------------- Mon Feb 10 14:51:38 UTC 2020 - Ondřej Súkup -- add issue_254.patch to fix tests under non-x86_64 pplatforms +- add issue_254.patch to fix tests under non-x86_64 pplatforms ------------------------------------------------------------------- Wed Feb 5 13:45:06 UTC 2020 - Ondřej Súkup @@ -352,12 +357,12 @@ Wed Feb 5 13:45:06 UTC 2020 - Ondřej Súkup - Update to 20.1 * Fix a bug caused by reuse of an exhausted iterator. * Add type hints - * Add proper trove classifiers for PyPy support - * Scale back depending on ctypes for manylinux support detection + * Add proper trove classifiers for PyPy support + * Scale back depending on ctypes for manylinux support detection * Use sys.implementation.name where appropriate for packaging.tags * Expand upon the API provded by packaging.tags - * Officially support Python 3.8 - * Add major, minor, and micro aliases to packaging.version.Version + * Officially support Python 3.8 + * Add major, minor, and micro aliases to packaging.version.Version * Properly mark packaging has being fully typed by adding a py.typed file ------------------------------------------------------------------- diff --git a/python-packaging.spec b/python-packaging.spec index f366fd7..7c89530 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -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}