Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-skip-markers for
openSUSE:Factory checked in at 2025-02-05 12:41:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-skip-markers (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-skip-markers.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-skip-markers"
Wed Feb 5 12:41:13 2025 rev:5 rq:1243208 version:1.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-skip-markers/python-pytest-skip-markers.changes
2024-01-25 18:42:12.468803186 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-skip-markers.new.2316/python-pytest-skip-markers.changes
2025-02-05 12:41:29.875204944 +0100
@@ -1,0 +2,8 @@
+Tue Feb 4 18:58:21 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 1.5.2:
+ * Corrected platform support for MacOS Arm64 based systems in
+ function is_aarch64
+ * Dropped support for Python 3.7
+
+-------------------------------------------------------------------
Old:
----
pytest-skip-markers-1.5.1.tar.gz
New:
----
pytest_skip_markers-1.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-skip-markers.spec ++++++
--- /var/tmp/diff_new_pack.fIcGgA/_old 2025-02-05 12:41:30.739240605 +0100
+++ /var/tmp/diff_new_pack.fIcGgA/_new 2025-02-05 12:41:30.739240605 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-skip-markers
#
-# 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,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-pytest-skip-markers
-Version: 1.5.1
+Version: 1.5.2
Release: 0
Summary: Pytest plugin for conditionally skipping tests
License: Apache-2.0
URL: https://github.com/saltstack/pytest-skip-markers
-Source:
https://files.pythonhosted.org/packages/source/p/pytest-skip-markers/pytest-skip-markers-%{version}.tar.gz
-BuildRequires: %{python_module devel >= 3.7}
+Source:
https://files.pythonhosted.org/packages/source/p/pytest-skip-markers/pytest_skip_markers-%{version}.tar.gz
+BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 50.3.2}
BuildRequires: %{python_module setuptools-declarative-requirements}
@@ -51,7 +51,7 @@
tests.
%prep
-%setup -q -n pytest-skip-markers-%{version}
+%setup -q -n pytest_skip_markers-%{version}
%build
%pyproject_wheel