Hello community, here is the log from the commit of package python-pyosf for openSUSE:Factory checked in at 2019-06-12 13:13:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyosf (Old) and /work/SRC/openSUSE:Factory/.python-pyosf.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyosf" Wed Jun 12 13:13:06 2019 rev:3 rq:708285 version:1.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyosf/python-pyosf.changes 2018-12-24 11:42:12.821408409 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyosf.new.4811/python-pyosf.changes 2019-06-12 13:13:08.752889240 +0200 @@ -1,0 +2,6 @@ +Fri Jun 7 11:08:14 UTC 2019 - Petr Gajdos <[email protected]> + +- call spec-cleaner +- note there are online tests only + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyosf.spec ++++++ --- /var/tmp/diff_new_pack.ZYfeva/_old 2019-06-12 13:13:09.416888544 +0200 +++ /var/tmp/diff_new_pack.ZYfeva/_new 2019-06-12 13:13:09.420888539 +0200 @@ -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 @@ 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: 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 @@ %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}/*
