forked from pool/python-pytest-skip-markers
Accepting request 1243208 from devel:languages:python:pytest
- update to 1.5.2:
* Corrected platform support for MacOS Arm64 based systems in
function is_aarch64
* Dropped support for Python 3.7
OBS-URL: https://build.opensuse.org/request/show/1243208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-skip-markers?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b208b6b804a320691f9e3a0d0721345a8710b9791c4324499294b6a8e4b0e82b
|
||||
size 75042
|
||||
BIN
pytest_skip_markers-1.5.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest_skip_markers-1.5.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 18:58:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.2:
|
||||
* Corrected platform support for MacOS Arm64 based systems in
|
||||
function is_aarch64
|
||||
* Dropped support for Python 3.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 13:41:10 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -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 @@ required to skip tests in some common scenarios, for example, platform specific
|
||||
tests.
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-skip-markers-%{version}
|
||||
%setup -q -n pytest_skip_markers-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user