From e062690fb7ef8dbac963a32b98bf6d148076bba9c7b48ebd4232bc28e795a4b8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 31 Mar 2022 09:08:25 +0000 Subject: [PATCH] Accepting request 966143 from home:sebix:branches:devel:languages:python - remove dependency generator, as it is not adviced to do so - add setuptools_scm as dependency to fix the version number OBS-URL: https://build.opensuse.org/request/show/966143 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocess-tee?expand=0&rev=3 --- python-subprocess-tee.changes | 6 ++++++ python-subprocess-tee.spec | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/python-subprocess-tee.changes b/python-subprocess-tee.changes index 6e8e6bc..53e7656 100644 --- a/python-subprocess-tee.changes +++ b/python-subprocess-tee.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 31 07:50:38 UTC 2022 - Sebastian Wagner + +- remove dependency generator, as it is not adviced to do so +- add setuptools_scm as dependency to fix the version number + ------------------------------------------------------------------- Tue Mar 15 20:31:36 UTC 2022 - Sebastian Wagner diff --git a/python-subprocess-tee.spec b/python-subprocess-tee.spec index 69e3323..5a73541 100644 --- a/python-subprocess-tee.spec +++ b/python-subprocess-tee.spec @@ -24,17 +24,16 @@ Summary: Captures the output of subprocesses in real-time License: MIT URL: https://github.com/pycontribs/subprocess-tee Source: https://files.pythonhosted.org/packages/source/s/subprocess-tee/subprocess-tee-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test BuildRequires: %{python_module enrich} # /SECTION BuildRequires: fdupes -BuildRequires: python-rpm-generators -%{?python_enable_dependency_generator} BuildArch: noarch %python_subpackages @@ -62,7 +61,8 @@ to provide instant feedback (progress) related to what is happening. %pytest -k 'not test_molecule' %files %{python_files} -%{python_sitelib}/subprocess_tee* +%{python_sitelib}/subprocess_tee/ +%{python_sitelib}/subprocess_tee-%{version}*-info %doc README.md %license LICENSE