Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-extra-platforms for
openSUSE:Factory checked in at 2026-01-17 14:56:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-extra-platforms (Old)
and /work/SRC/openSUSE:Factory/.python-extra-platforms.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-extra-platforms"
Sat Jan 17 14:56:19 2026 rev:13 rq:1327700 version:6.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-extra-platforms/python-extra-platforms.changes
2025-11-17 12:25:43.639713139 +0100
+++
/work/SRC/openSUSE:Factory/.python-extra-platforms.new.1928/python-extra-platforms.changes
2026-01-17 14:57:11.397298368 +0100
@@ -1,0 +2,56 @@
+Fri Jan 16 13:45:07 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- update to 6.0.0:
+ * Add architecture detection: aarch64, arm, armv6l, armv7l,
+ armv8l, i386, i586, i686, loongarch64, mips, mips64, mips64el,
+ mipsel, ppc, ppc64, ppc64le, riscv32, riscv64, s390x, sparc,
+ sparc64, unknown_architecture, wasm32, wasm64, x86_64.
+ * Architectures, platforms and CI systems are now known as
+ traits.
+ * Add new current_traits() method to return all traits matching
+ the current environment: architecture, platforms and CI
+ systems. Deprecate current_platforms() in favor of it.
+ * Add new current_architecture() and current_ci() methods to
+ return the current architecture and CI system.
+ * Rename:
+ - current_os() to current_platform().
+ - platforms_from_ids() to traits_from_ids().
+ - CI group to ALL_CI. CI now refers to the CI(Trait) class.
+ - ALL_PLATFORM_IDS constant to ALL_TRAIT_IDS.
+ - Group.platforms to Group.members.
+ - Group.platform_ids to Group.member_ids.
+ - Group._extract_platforms() to Group._extract_members()
+ * Group.members is now an immutable MappingProxyType.
+ * Add more in-place operators (|=, &=, -=, ^=) and set-like
+ behavior to Group.
+ * Add canonical attribute to Group.
+ * Add new ALL_ARCHITECTURES, ANY_ARM, X86, LOONGARCH, ANY_MIPS,
+ POWERPC, RISCV, ANY_SPARC, IBM_MAINFRAME, WEBASSEMBLY and
+ ALL_TRAITS groups.
+ * Deprecate ALL_PLATFORMS_WITHOUT_CI group is favor of
+ ALL_PLATFORMS.
+ * Add new ALL_ARCHITECTURE_GROUPS, ALL_PLATFORM_GROUPS and
+ ALL_CI_GROUPS collections of groups.
+ * Remove utilization workaround for macos-15-intel.
+ * Replace deprecated codecov/test-results-action by
+ codecov/codecov-action.
+ * Move auto-lock time from 8:43 to 4:43.
+- switch to tarball from GitHub, as the one from PyPi does no
+ longer container the tests directory
+
+-------------------------------------------------------------------
+Tue Dec 9 06:44:50 UTC 2025 - Johannes Kastl
<[email protected]>
+
+- update to 5.1.0:
+ * Change Amazon Linux icon.
+ * Add cooldown period for dependabot and uv.lock updates.
+ * Merge all label jobs into a single one.
+ * Change the test, typing and docs extra dependency groups into
+ development dependency groups.
+ * Uncap all dependencies.
+ * Run tests on Python 3.14t and 3.15t free-threaded variants.
+ * Run tests on ubuntu-slim GitHub Actions runner.
+ * Run docs update job on ubuntu-slim runner.
+ * Unlock a CPU core stuck at 100% utilization on macos-15-intel.
+
+-------------------------------------------------------------------
Old:
----
extra_platforms-5.0.1.tar.gz
New:
----
extra_platforms-6.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-extra-platforms.spec ++++++
--- /var/tmp/diff_new_pack.DG0hHu/_old 2026-01-17 14:57:11.973322565 +0100
+++ /var/tmp/diff_new_pack.DG0hHu/_new 2026-01-17 14:57:11.973322565 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-extra-platforms
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-extra-platforms
-Version: 5.0.1
+Version: 6.0.0
Release: 0
Summary: Detect platforms and group them by family
License: GPL-2.0-or-later
URL: https://github.com/kdeldycke/extra-platforms
-Source:
https://files.pythonhosted.org/packages/source/e/extra-platforms/extra_platforms-%{version}.tar.gz
+Source:
https://github.com/kdeldycke/extra-platforms/archive/refs/tags/v%{version}.tar.gz#/extra_platforms-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module uv-build}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION runtime requirements
@@ -48,7 +49,7 @@
Detect platforms and group them by family
%prep
-%autosetup -p1 -n extra_platforms-%{version}
+%autosetup -p1 -n extra-platforms-%{version}
%build
%pyproject_wheel
++++++ extra_platforms-5.0.1.tar.gz -> extra_platforms-6.0.0.tar.gz ++++++
++++ 12605 lines of diff (skipped)