diff --git a/pytest-skip-markers-1.3.0.tar.gz b/pytest-skip-markers-1.3.0.tar.gz deleted file mode 100644 index 4f369a1..0000000 --- a/pytest-skip-markers-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ee7067afb42c1adde981278e588b0bae0634878607379e5012e461962646fd3 -size 81153 diff --git a/pytest-skip-markers-1.5.0.tar.gz b/pytest-skip-markers-1.5.0.tar.gz new file mode 100644 index 0000000..50f773a --- /dev/null +++ b/pytest-skip-markers-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71d74d689875ee638331c3b5b429aa6d48c7a4b1c2cba0f20a963f8f3736583 +size 74992 diff --git a/python-pytest-skip-markers.changes b/python-pytest-skip-markers.changes index 30851d5..815aa91 100644 --- a/python-pytest-skip-markers.changes +++ b/python-pytest-skip-markers.changes @@ -1,7 +1,25 @@ +------------------------------------------------------------------- +Mon Dec 4 11:23:49 UTC 2023 - Dirk Müller + +- update to 1.5.0: + * Add a ``skip_on_fips_enabled_platform`` marker + * Improvements + * Stop using deprecated `@pytest.mark.trylast` + * Trivial/Internal Changes + * Several minor fixes & improvements: + * Update pre-commit hooks versions + * Update copyright headers + * Update workflows + * Breaking Changes + * Drop support for python versions older than 3.7 + * Improvements + * Don't cache the functions in + `pytestskipmarkers.utils.platform` + ------------------------------------------------------------------- Tue Oct 10 18:28:55 UTC 2023 - Ondřej Súkup -- enable testsuite +- enable testsuite ------------------------------------------------------------------- Wed Sep 7 11:26:31 UTC 2022 - Alexander Graul diff --git a/python-pytest-skip-markers.spec b/python-pytest-skip-markers.spec index e78d350..68743c0 100644 --- a/python-pytest-skip-markers.spec +++ b/python-pytest-skip-markers.spec @@ -14,25 +14,28 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + + Name: python-pytest-skip-markers -Version: 1.3.0 +Version: 1.5.0 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-rpm-macros -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 50.3.2} BuildRequires: %{python_module setuptools-declarative-requirements} BuildRequires: %{python_module setuptools_scm >= 3.4} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module attrs >= 19.2.0} BuildRequires: %{python_module distro} -BuildRequires: %{python_module pytest >= 6.0.0} BuildRequires: %{python_module pyfakefs} +BuildRequires: %{python_module pytest >= 6.0.0} # /SECTION BuildRequires: fdupes Requires: python-attrs >= 19.2.0