diff --git a/pytest-skip-markers-1.5.1.tar.gz b/pytest-skip-markers-1.5.1.tar.gz deleted file mode 100644 index 12c550c..0000000 --- a/pytest-skip-markers-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b208b6b804a320691f9e3a0d0721345a8710b9791c4324499294b6a8e4b0e82b -size 75042 diff --git a/pytest_skip_markers-1.5.2.tar.gz b/pytest_skip_markers-1.5.2.tar.gz new file mode 100644 index 0000000..df0dd85 --- /dev/null +++ b/pytest_skip_markers-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d61be67f1fd639cca37830a4756b09cea5521361616e66344f7ef00b4d06c0 +size 75342 diff --git a/python-pytest-skip-markers.changes b/python-pytest-skip-markers.changes index c695e75..c18e765 100644 --- a/python-pytest-skip-markers.changes +++ b/python-pytest-skip-markers.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 4 18:58:21 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-pytest-skip-markers.spec b/python-pytest-skip-markers.spec index f4e8e52..3874f60 100644 --- a/python-pytest-skip-markers.spec +++ b/python-pytest-skip-markers.spec @@ -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