Hello community, here is the log from the commit of package spec-cleaner for openSUSE:Factory checked in at 2020-12-04 21:29:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spec-cleaner (Old) and /work/SRC/openSUSE:Factory/.spec-cleaner.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spec-cleaner" Fri Dec 4 21:29:27 2020 rev:67 rq:853113 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes 2020-10-02 17:36:52.654723387 +0200 +++ /work/SRC/openSUSE:Factory/.spec-cleaner.new.5913/spec-cleaner.changes 2020-12-04 21:29:28.330208906 +0100 @@ -1,0 +2,6 @@ +Tue Nov 17 06:02:08 UTC 2020 - John Vandenberg <[email protected]> + +- Update URLs +- Remove build dependencies on unnecessary pytest plugins + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spec-cleaner.spec ++++++ --- /var/tmp/diff_new_pack.iQdTBi/_old 2020-12-04 21:29:28.886209533 +0100 +++ /var/tmp/diff_new_pack.iQdTBi/_new 2020-12-04 21:29:28.890209537 +0100 @@ -22,13 +22,10 @@ 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 @@ %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 _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
