14
0

Accepting request 1278385 from home:glaubitz:branches:devel:languages:python

- Update to 0.40.0
  * [fix] Fix ssl test when linking against openssl 3.5 (#1034)
  * Drop support Python 3.8 (#1021)
  * [doc] Various doc updates (#981, #1033)
  * [env] Drop PyPy support (#1035 #1037)
- Drop fix-test-with-openssl-3.5.0.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1278385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=135
This commit is contained in:
2025-05-20 08:08:16 +00:00
committed by Git OBS Bridge
parent 10559140da
commit 44bb986fb6
5 changed files with 14 additions and 20 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 19 11:06:05 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.40.0
* [fix] Fix ssl test when linking against openssl 3.5 (#1034)
* Drop support Python 3.8 (#1021)
* [doc] Various doc updates (#981, #1033)
* [env] Drop PyPy support (#1035 #1037)
- Drop fix-test-with-openssl-3.5.0.patch, fixed upstream
-------------------------------------------------------------------
Thu Apr 17 13:33:34 UTC 2025 - Lucas Mulling <lucas.mulling@suse.com>