Hello community, here is the log from the commit of package python-toro for openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-toro (Old) and /work/SRC/openSUSE:Leap:15.2/.python-toro.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-toro" Mon Mar 2 13:24:07 2020 rev:15 rq:777225 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-toro/python-toro.changes 2020-01-15 15:53:51.803612349 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-toro.new.26092/python-toro.changes 2020-03-02 13:24:08.150491232 +0100 @@ -2,7 +1,0 @@ -Sat Mar 3 18:42:56 UTC 2018 - [email protected] - -- specfile: - * update copyright year - * don't use python_module for Requires - -------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-toro.spec ++++++ --- /var/tmp/diff_new_pack.JjtZ9o/_old 2020-03-02 13:24:08.474491876 +0100 +++ /var/tmp/diff_new_pack.JjtZ9o/_new 2020-03-02 13:24:08.478491884 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-toro # -# 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 @@ -12,32 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-toro Version: 1.0.1 Release: 0 Summary: Synchronization primitives for Tornado coroutines License: Apache-2.0 Group: Development/Languages/Python -Url: http://github.com/ajdavis/toro/ +URL: https://github.com/ajdavis/toro/ Source: https://files.pythonhosted.org/packages/source/t/toro/toro-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module certifi} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module tornado >= 3} +BuildRequires: %{python_module tornado < 5.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with test} -BuildRequires: %{python_module certifi} -%endif -Requires: python-tornado >= 3 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: python-tornado < 5.0 BuildArch: noarch - %python_subpackages %description @@ -52,16 +46,14 @@ %install %python_install -%python_expand %fdupes %{buildroot}%{python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog
