14
0

Accepting request 1039711 from home:yarunachalam:branches:devel:languages:python

- Update to v0.33.2 
  * Stop using deprecated threading APIs
    Way back in py26, snake_case alternatives were added for the old
    camelCase APIs. py310 started emitting DeprecationWarnings about them;
    presumably they'll look to remove the old APIs eventually. See

OBS-URL: https://build.opensuse.org/request/show/1039711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=92
This commit is contained in:
2022-12-03 07:20:11 +00:00
committed by Git OBS Bridge
parent f8627d2ceb
commit fc7c0f50ad
4 changed files with 13 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-eventlet
Version: 0.33.1
Version: 0.33.2
Release: 0
Summary: Concurrent networking library for Python
License: MIT