From 44e10abc84173bb2c61ce77f58d4c1d5008dc3b695d8d046d4f8568223c081e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 4 Dec 2020 14:09:05 +0000 Subject: [PATCH] Accepting request 849031 from home:jayvdb:branches:devel:languages:python - Update URLs - Remove build dependencies on unnecessary pytest plugins OBS-URL: https://build.opensuse.org/request/show/849031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=156 --- spec-cleaner.changes | 6 ++++++ spec-cleaner.spec | 10 ++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/spec-cleaner.changes b/spec-cleaner.changes index 18e9519..e1b55bf 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 17 06:02:08 UTC 2020 - John Vandenberg + +- Update URLs +- Remove build dependencies on unnecessary pytest plugins + ------------------------------------------------------------------- Thu Oct 1 07:30:46 UTC 2020 - Tomáš Chvátal diff --git a/spec-cleaner.spec b/spec-cleaner.spec index fedcbb5..226c63d 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -22,13 +22,10 @@ Version: 1.2.1 Release: 0 Summary: .spec file cleaner License: BSD-3-Clause -URL: https://github.com/openSUSE/spec-cleaner -Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz +URL: https://github.com/rpm-software-management/spec-cleaner +Source0: https://github.com/rpm-software-management/spec-cleaner/archive/%{name}-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: python3-pytest -BuildRequires: python3-pytest-cov -BuildRequires: python3-pytest-isort -BuildRequires: python3-pytest-xdist BuildRequires: python3-setuptools # For the pkg_resources used in the binary loader Requires: python3-setuptools @@ -50,13 +47,14 @@ user to use spec-cleaner rather than to stick to perl based format_spec_file. %prep %setup -q -n %{name}-%{name}-%{version} +rm pytest.ini %build %python3_build %check export LANG=en_US.UTF-8 -python3 -m pytest -k "not webtest" +python3 -m pytest -k "not webtest" tests/*-tests.py %install %python3_install