14
0

Accepting request 1039734 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1039734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-eventlet?expand=0&rev=44
This commit is contained in:
2022-12-04 13:57:40 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:afbe17f06a58491e9aebd7a4a03e70b0b63fd4cf76d8307bae07f280479b1515
size 415294

3
eventlet-0.33.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82c382c2a2c712f1a8320378a9120ac9589d9f1131c36a63780f0b8504afa5bc
size 415795

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 3 05:14:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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
-------------------------------------------------------------------
Wed Nov 9 10:52:49 UTC 2022 - Pedro Monreal <pmonreal@suse.com>

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