- update to 2021.12.29:

* Plugin is now fully typed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-helpers-namespace?expand=0&rev=11
This commit is contained in:
2023-05-04 22:46:06 +00:00
committed by Git OBS Bridge
parent 7af68e1817
commit ccd66ace4b
4 changed files with 14 additions and 9 deletions

BIN
pytest-helpers-namespace-2021.12.29.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:188df5a7c52390fa27d6cd2f18e74d64a2ef0b9fb6e12f15fdf5a95f4813d25f
size 29236

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 4 22:44:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2021.12.29:
* Plugin is now fully typed.
-------------------------------------------------------------------
Wed Mar 24 17:57:35 UTC 2021 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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