Hello community,

here is the log from the commit of package python-gevent for openSUSE:Factory 
checked in at 2019-01-15 09:10:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gevent (Old)
 and      /work/SRC/openSUSE:Factory/.python-gevent.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gevent"

Tue Jan 15 09:10:54 2019 rev:26 rq:664024 version:1.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gevent/python-gevent.changes      
2018-08-10 09:47:00.938003206 +0200
+++ /work/SRC/openSUSE:Factory/.python-gevent.new.28833/python-gevent.changes   
2019-01-15 09:10:55.762538234 +0100
@@ -1,0 +2,10 @@
+Wed Jan  9 08:26:33 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Switch the condition logic to match the previous changelog
+
+-------------------------------------------------------------------
+Wed Jan  9 00:10:41 UTC 2019 - Jonathan Brownell <[email protected]>
+
+- Use "Requires:" instead of "Recommends:" on older Red Hat platforms
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gevent.spec ++++++
--- /var/tmp/diff_new_pack.GsgaoI/_old  2019-01-15 09:10:56.398537648 +0100
+++ /var/tmp/diff_new_pack.GsgaoI/_new  2019-01-15 09:10:56.402537644 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gevent
 #
-# 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,21 +12,20 @@
 # 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-%{**}}
 # Tests require network connection
 %bcond_with tests
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-gevent
 Version:        1.3.5
 Release:        0
 Summary:        Python network library that uses greenlet and libevent
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://www.gevent.org/
+URL:            http://www.gevent.org/
 Source:         
https://files.pythonhosted.org/packages/source/g/gevent/gevent-%{version}.tar.gz
 Source100:      %{name}-rpmlintrc
 BuildRequires:  %{python_module cffi}
@@ -35,13 +34,16 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-cffi
+Requires:       python-greenlet
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 %endif
-Requires:       python-cffi
-Requires:       python-greenlet
+%if 0%{?suse_version} || 0%{?fedora_version} ||  0%{?rhel} >= 8
 Recommends:     python-psutil
-
+%else
+Requires:       python-psutil
+%endif
 %python_subpackages
 
 %description


Reply via email to