diff --git a/pytest-helpers-namespace-2021.12.29.tar.gz b/pytest-helpers-namespace-2021.12.29.tar.gz new file mode 100644 index 0000000..d4e191c --- /dev/null +++ b/pytest-helpers-namespace-2021.12.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792038247e0021beb966a7ea6e3a70ff5fcfba77eb72c6ec8fd6287af871c35b +size 53355 diff --git a/pytest-helpers-namespace-2021.3.24.tar.gz b/pytest-helpers-namespace-2021.3.24.tar.gz deleted file mode 100644 index cf4f5a1..0000000 --- a/pytest-helpers-namespace-2021.3.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:188df5a7c52390fa27d6cd2f18e74d64a2ef0b9fb6e12f15fdf5a95f4813d25f -size 29236 diff --git a/python-pytest-helpers-namespace.changes b/python-pytest-helpers-namespace.changes index 0525459..bd770b3 100644 --- a/python-pytest-helpers-namespace.changes +++ b/python-pytest-helpers-namespace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 4 22:44:44 UTC 2023 - Dirk Müller + +- update to 2021.12.29: + * Plugin is now fully typed. + ------------------------------------------------------------------- Wed Mar 24 17:57:35 UTC 2021 - John Vandenberg diff --git a/python-pytest-helpers-namespace.spec b/python-pytest-helpers-namespace.spec index dcd92f6..2731403 100644 --- a/python-pytest-helpers-namespace.spec +++ b/python-pytest-helpers-namespace.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-helpers-namespace # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,17 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-pytest-helpers-namespace -Version: 2021.3.24 +Version: 2021.12.29 Release: 0 Summary: PyTest Helpers Namespace License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/saltstack/pytest-helpers-namespace Source: https://files.pythonhosted.org/packages/source/p/pytest-helpers-namespace/pytest-helpers-namespace-%{version}.tar.gz -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools-declarative-requirements} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytest @@ -54,7 +53,7 @@ sed -i '/setuptools/d' setup.cfg %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -ra --forked +%pytest -ra --forked %files %{python_files} %doc README.rst docs/*.rst