From 816461e7430e5e0fbbeb2206d01ca6003434ec98d19f3045acad687aae681254 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 Oct 2023 13:44:52 +0000 Subject: [PATCH] - use setuptools_scm to get proper version in metadata - unrestric pytest4, use pytest-forked to separate tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-helpers-namespace?expand=0&rev=13 --- python-pytest-helpers-namespace.changes | 7 ++++++- python-pytest-helpers-namespace.spec | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-pytest-helpers-namespace.changes b/python-pytest-helpers-namespace.changes index bd770b3..e97dce7 100644 --- a/python-pytest-helpers-namespace.changes +++ b/python-pytest-helpers-namespace.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 24 13:44:39 UTC 2023 - Dirk Müller + +- use setuptools_scm to get proper version in metadata + ------------------------------------------------------------------- Thu May 4 22:44:44 UTC 2023 - Dirk Müller @@ -22,7 +27,7 @@ Tue Feb 18 11:10:47 UTC 2020 - Tomáš Chvátal ------------------------------------------------------------------- Fri Nov 1 14:01:47 UTC 2019 - Ondřej Súkup -- 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 diff --git a/python-pytest-helpers-namespace.spec b/python-pytest-helpers-namespace.spec index 2731403..39599a3 100644 --- a/python-pytest-helpers-namespace.spec +++ b/python-pytest-helpers-namespace.spec @@ -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