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 2025-01-05 15:30:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-extra-platforms (Old)
and /work/SRC/openSUSE:Factory/.python-extra-platforms.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-extra-platforms"
Sun Jan 5 15:30:12 2025 rev:3 rq:1234707 version:2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-extra-platforms/python-extra-platforms.changes
2024-12-03 20:49:02.503643067 +0100
+++
/work/SRC/openSUSE:Factory/.python-extra-platforms.new.1881/python-extra-platforms.changes
2025-01-05 15:30:26.315744189 +0100
@@ -1,0 +2,23 @@
+Fri Jan 3 08:46:58 UTC 2025 - Johannes Kastl
<[email protected]>
+
+- update to 2.0.0:
+ * Add support for Nobara detection.
+ * Fix current_os() to always return a single platform. Closes
+ #158.
+ * Add new current_platforms() method to return all platforms
+ matching the current environment.
+ * Generate a pair of Pytest @skip_<id>/@unless_<id> decorators
+ for each platform and group.
+ * Change all group membership check utilities to be functions
+ instead of variables. You now have to call is_<group_id>()
+ instead of is_<group_id>.
+ * Cache the result of is_<group_id>() group membership check
+ utilities.
+ * Do not call all detection heuristics on module import. Instead,
+ call them lazily when needed.
+ * Make URLs required on all platforms.
+ * Invite users in error messages and logs to contribute back
+ edge-cases to improve detection heuristics.
+ * Upload test results to coverage.
+
+-------------------------------------------------------------------
Old:
----
extra_platforms-1.7.0.tar.gz
New:
----
extra_platforms-2.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-extra-platforms.spec ++++++
--- /var/tmp/diff_new_pack.omGWNM/_old 2025-01-05 15:30:27.223781537 +0100
+++ /var/tmp/diff_new_pack.omGWNM/_new 2025-01-05 15:30:27.223781537 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-extra-platforms
#
-# 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-extra-platforms
-Version: 1.7.0
+Version: 2.0.0
Release: 0
Summary: Detect platforms and group them by family
License: GPL-2.0-or-later
@@ -59,6 +59,8 @@
# remove coverage configuration
sed -i '/cov=/d' pyproject.toml
sed -i '/cov-report=/d' pyproject.toml
+sed -i '/--cov-branch/d' pyproject.toml
+sed -i '/--cov-precision=2/d' pyproject.toml
# do not run tests that try to connect to websites
rm -f tests/test_platform_data.py
%pytest
++++++ extra_platforms-1.7.0.tar.gz -> extra_platforms-2.0.0.tar.gz ++++++
++++ 1845 lines of diff (skipped)