diff --git a/eventlet-0.33.0.tar.gz b/eventlet-0.33.0.tar.gz deleted file mode 100644 index e641a70..0000000 --- a/eventlet-0.33.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80144f489c1bb273a51b6f96ff9785a382d2866b9bab1f5bd748385019f4141f -size 414929 diff --git a/eventlet-0.33.1.tar.gz b/eventlet-0.33.1.tar.gz new file mode 100644 index 0000000..cd9853f --- /dev/null +++ b/eventlet-0.33.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbe17f06a58491e9aebd7a4a03e70b0b63fd4cf76d8307bae07f280479b1515 +size 415294 diff --git a/python-eventlet.changes b/python-eventlet.changes index 3c7b783..022e261 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 4 15:20:56 UTC 2022 - Dirk Müller + +- update to 0.33.1: + * Prevent deadlock on logging._lock + ------------------------------------------------------------------- Sun Dec 26 14:03:52 UTC 2021 - Bernhard Wiedemann diff --git a/python-eventlet.spec b/python-eventlet.spec index 2932a40..657ae6b 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -1,7 +1,7 @@ # # spec file for package python-eventlet # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-eventlet -Version: 0.33.0 +Version: 0.33.1 Release: 0 Summary: Concurrent networking library for Python License: MIT