From 2d8e79ee39c8ae511155c6f6c485699a9d519ebcfaea0833865c869f6a12f9ab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 19 Aug 2022 06:49:34 +0000 Subject: [PATCH] Accepting request 998031 from home:bnavigator:branches:devel:languages:python - Clean specfile, remove code coverage check and travis-fold OBS-URL: https://build.opensuse.org/request/show/998031 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=23 --- python-lazy-object-proxy.changes | 5 +++++ python-lazy-object-proxy.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python-lazy-object-proxy.changes b/python-lazy-object-proxy.changes index 2292a8d..96b3caa 100644 --- a/python-lazy-object-proxy.changes +++ b/python-lazy-object-proxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 18 19:27:17 UTC 2022 - Ben Greiner + +- Clean specfile, remove code coverage check and travis-fold + ------------------------------------------------------------------- Sat Mar 26 20:03:03 UTC 2022 - Dirk Müller diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index 6b210a6..c5af84f 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -36,6 +36,7 @@ URL: https://github.com/ionelmc/python-lazy-object-proxy Source: https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools_scm >= 3.3.1} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Obsoletes: python-lazy_object_proxy < %{version}-%{release} @@ -43,8 +44,6 @@ Provides: python-lazy_object_proxy = %{version}-%{release} %if %{with test} BuildRequires: %{python_module lazy-object-proxy = %{version}} BuildRequires: %{python_module pytest-benchmark} -BuildRequires: %{python_module pytest-cov} -BuildRequires: %{python_module pytest-travis-fold} BuildRequires: %{python_module pytest} %endif %python_subpackages @@ -55,8 +54,6 @@ from Python's ast %prep %setup -q -n lazy-object-proxy-%{version} -# unpin setuptools_scm -sed -i '/setuptools_scm/ s/,<6.0//' setup.cfg pyproject.toml %build %if !%{with test} @@ -79,7 +76,8 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %files %{python_files} %doc AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst docs %license LICENSE -%{python_sitearch}/* +%{python_sitearch}/lazy_object_proxy +%{python_sitearch}/lazy_object_proxy-%{version}*-info %endif %changelog