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

@@ -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>