Accepting request 1120003 from devel:languages:python:pytest

- use setuptools_scm to get proper version in metadata

- unrestric pytest4, use pytest-forked to separate tests

OBS-URL: https://build.opensuse.org/request/show/1120003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-helpers-namespace?expand=0&rev=7
This commit is contained in:
2023-10-25 16:02:22 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 24 13:44:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- use setuptools_scm to get proper version in metadata
-------------------------------------------------------------------
Thu May 4 22:44:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -22,7 +27,7 @@ Tue Feb 18 11:10:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
-------------------------------------------------------------------
Fri Nov 1 14:01:47 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- unrestric pytest4, use pytest-forked to separate tests
- unrestric pytest4, use pytest-forked to separate tests
-------------------------------------------------------------------
Thu Aug 22 08:56:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -26,6 +26,7 @@ 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-declarative-requirements}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -58,6 +59,7 @@ sed -i '/setuptools/d' setup.cfg
%files %{python_files}
%doc README.rst docs/*.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/pytest_helpers_namespace
%{python_sitelib}/pytest_helpers_namespace-%{version}*-info
%changelog