diff --git a/python-requestsexceptions.changes b/python-requestsexceptions.changes index 5b9568d..a5ae088 100644 --- a/python-requestsexceptions.changes +++ b/python-requestsexceptions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 3 11:16:30 UTC 2021 - pgajdos@suse.com + +- %check: note that no testsuite have been found + ------------------------------------------------------------------- Thu Apr 25 20:04:06 UTC 2019 - Dirk Mueller diff --git a/python-requestsexceptions.spec b/python-requestsexceptions.spec index ff00b00..7a6df30 100644 --- a/python-requestsexceptions.spec +++ b/python-requestsexceptions.spec @@ -1,7 +1,7 @@ # # spec file for package python-requestsexceptions # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: Import exceptions from potentially bundled packages in requests License: Apache-2.0 Group: Development/Languages/Python -Url: http://www.openstack.org/ +URL: http://www.openstack.org/ Source: https://files.pythonhosted.org/packages/source/r/requestsexceptions/requestsexceptions-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} @@ -50,8 +50,7 @@ regardless of whether they are bundled. %python_install %check -sed -i -e "s,hacking.*,," *txt -%python_exec setup.py test +# no tests found %files %{python_files} %license LICENSE