Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gevent for openSUSE:Factory 
checked in at 2022-10-18 12:44:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gevent (Old)
 and      /work/SRC/openSUSE:Factory/.python-gevent.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gevent"

Tue Oct 18 12:44:12 2022 rev:38 rq:1011260 version:22.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gevent/python-gevent.changes      
2021-12-16 21:19:25.378523767 +0100
+++ /work/SRC/openSUSE:Factory/.python-gevent.new.2275/python-gevent.changes    
2022-10-18 12:44:16.257624162 +0200
@@ -1,0 +2,26 @@
+Sun Oct 16 17:41:54 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 22.10.0:
+  * Update bundled libuv to 1.44.2.
+    See :issue:`1913`.
+  * Upgrade embedded c-ares to 1.18.1.
+  * Upgrade bundled libuv to 1.42.0 from 1.40.0.
+  * Added preliminary support for Python 3.11 (rc2 and later).
+    Some platforms may or may not have binary wheels at this time.
+    .. important:: Support for legacy versions of Python, including 2.7
+                   and 3.6, will be ending soon. The
+                   maintenance burden has become too great and the
+                   maintainer's time is too limited.
+  
+                   Ideally, there will be a release of gevent compatible
+                   with a final release of greenlet 2.0 that still
+                   supports those legacy versions, but that may not be
+                   possible; this may be the final release to support them.
+    :class:`gevent.threadpool.ThreadPool` can now optionally expire idle
+    threads. This is used by default in the implicit thread pool used for
+    DNS requests and other user-submitted tasks; other uses of a
+    thread-pool need to opt-in to this.
+    See :issue:`1867`.
+  * Truly disable the effects of compiling with ``-ffast-math``.
+
+-------------------------------------------------------------------

Old:
----
  gevent-21.12.0.tar.gz

New:
----
  gevent-22.10.1.tar.gz

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

Other differences:
------------------
++++++ python-gevent.spec ++++++
--- /var/tmp/diff_new_pack.wnkeCJ/_old  2022-10-18 12:44:16.809625419 +0200
+++ /var/tmp/diff_new_pack.wnkeCJ/_new  2022-10-18 12:44:16.813625428 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gevent
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,17 +24,16 @@
 %endif
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define modversion 21.12.0
 %define modname gevent
 Name:           python-gevent
-Version:        21.12.0
+Version:        22.10.1
 Release:        0
 Summary:        Python network library that uses greenlet and libevent
 License:        MIT
 Group:          Development/Languages/Python
 URL:            http://www.gevent.org/
 # Source:         
https://files.pythonhosted.org/packages/source/g/gevent/gevent-%%{version}.tar.gz
-Source0:        
https://github.com/gevent/%{modname}/archive/%{modversion}.tar.gz#/%{modname}-%{modversion}.tar.gz
+Source0:        
https://github.com/gevent/%{modname}/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
 Source100:      %{name}-rpmlintrc
 # gcc7 for 15.1 produces no-return-in-nonvoid-function, but the same compiler 
for 15.2 not
 # usually, as long as no return value is used, this shouldn't be treated as an 
error
@@ -103,7 +102,7 @@
 Documentation and examples for %{name}.
 
 %prep
-%setup -q -n gevent-%{modversion}
+%setup -q -n gevent-%{version}
 %if 0%{?sle_version} <= 150100 && 0%{?is_opensuse}
 %patch0 -p1
 %endif
@@ -171,7 +170,7 @@
 %files %{python_files}
 %doc AUTHORS README.rst TODO CHANGES.rst CONTRIBUTING.rst
 %license LICENSE*
-%{python_sitearch}/gevent-%{modversion}-py*.egg-info
+%{python_sitearch}/gevent-%{version}-py*.egg-info
 %{python_sitearch}/gevent/
 
 %files -n python-gevent-doc

++++++ gevent-21.12.0.tar.gz -> gevent-22.10.1.tar.gz ++++++
++++ 89837 lines of diff (skipped)

Reply via email to