diff --git a/python-pyosf.changes b/python-pyosf.changes index d80d91b..ca7393b 100644 --- a/python-pyosf.changes +++ b/python-pyosf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 7 11:08:14 UTC 2019 - Petr Gajdos + +- call spec-cleaner +- note there are online tests only + ------------------------------------------------------------------- Tue Dec 4 12:52:35 UTC 2018 - Matej Cepl diff --git a/python-pyosf.spec b/python-pyosf.spec index 8af7c76..c337060 100644 --- a/python-pyosf.spec +++ b/python-pyosf.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyosf # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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: Python lib for synching with OpenScienceFramework projects License: MIT Group: Development/Languages/Python -Url: https://github.com/psychopy/pyosf +URL: https://github.com/psychopy/pyosf Source: https://files.pythonhosted.org/packages/source/p/pyosf/pyosf-%{version}.zip Source10: https://raw.githubusercontent.com/psychopy/pyosf/v%{version}/README.md Source11: https://raw.githubusercontent.com/psychopy/pyosf/v%{version}/The%20MIT%20License%20%28MIT%29.md @@ -31,15 +31,14 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip +Requires: python-requests +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module coverage} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} # /SECTION -Requires: python-requests -BuildArch: noarch - %python_subpackages %description @@ -70,8 +69,10 @@ cp "%{SOURCE11}" LICENSE.md %python_install %python_exec %fdupes %{buildroot}%{$python_sitelib} +%check +# online tests only + %files %{python_files} -%defattr(-,root,root,-) %doc README.md %license LICENSE.md %{python_sitelib}/*