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-03-02 17:40:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-extra-platforms (Old)
and /work/SRC/openSUSE:Factory/.python-extra-platforms.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-extra-platforms"
Mon Mar 2 17:40:42 2026 rev:15 rq:1335734 version:11.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-extra-platforms/python-extra-platforms.changes
2026-02-27 17:14:03.626435403 +0100
+++
/work/SRC/openSUSE:Factory/.python-extra-platforms.new.29461/python-extra-platforms.changes
2026-03-02 17:41:28.770211481 +0100
@@ -1,0 +2,28 @@
+Mon Mar 2 07:05:46 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- update to 11.0.0:
+ * Switch license from GPL-2.0+ to Apache-2.0
+
+-------------------------------------------------------------------
+Mon Mar 2 06:41:52 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- update to 10.0.0:
+ * Replace distro dependency with built-in /etc/os-release parser,
+ making the package dependency-free. macOS Platform.info() now
+ returns distro_id: None instead of distro_id: "darwin".
+ * Add new Agent trait type for detecting AI coding agents.
+ * Add 3 agent definitions: CLAUDE_CODE, CLINE, CURSOR.
+ * Add current_agent() detection function.
+ * Add agent group: ALL_AGENTS.
+ * Add @skip_<agent> and @unless_<agent> pytest decorators for all
+ agents and agent groups.
+ * Add GENERIC_LINUX platform for Linux environments where distro
+ cannot identify the specific distribution (e.g., minimal
+ containers or build chroots without /etc/os-release). Closes
+ #479.
+ * Show detected agent in extra-platforms CLI output.
+ * Use TERM, CI, and LLM environment variables to distinguish
+ unrecognized terminals, CI systems, and agents from absent
+ ones.
+
+-------------------------------------------------------------------
Old:
----
extra_platforms-9.2.0.tar.gz
New:
----
extra_platforms-11.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-extra-platforms.spec ++++++
--- /var/tmp/diff_new_pack.2kAOfI/_old 2026-03-02 17:41:29.414238116 +0100
+++ /var/tmp/diff_new_pack.2kAOfI/_new 2026-03-02 17:41:29.414238116 +0100
@@ -23,10 +23,10 @@
%bcond_with libalternatives
%endif
Name: python-extra-platforms
-Version: 9.2.0
+Version: 11.0.0
Release: 0
Summary: Detect platforms and group them by family
-License: GPL-2.0-or-later
+License: Apache-2.0
URL: https://github.com/kdeldycke/extra-platforms
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}
@@ -35,9 +35,6 @@
BuildRequires: %{python_module uv-build}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
-# SECTION runtime requirements
-BuildRequires: %{python_module distro >= 1.9.0}
-# /SECTION
# SECTION test requirements
BuildRequires: openSUSE-release
BuildRequires: %{python_module Sphinx}
@@ -51,7 +48,6 @@
BuildRequires: %{python_module wcmatch >= 10.0}
# /SECTION
BuildRequires: fdupes
-Requires: python-distro >= 1.9.0
BuildArch: noarch
%if %{with libalternatives}
Requires: alts
++++++ extra_platforms-9.2.0.tar.gz -> extra_platforms-11.0.0.tar.gz ++++++
++++ 5964 lines of diff (skipped)