XPost: linux.debian.devel.release
Control: tags -1 - moreinfo
Please find the debdiff attached.
diff -Nru python-eventlet-0.39.1/AUTHORS python-eventlet-0.40.1/AUTHORS
--- python-eventlet-0.39.1/AUTHORS 2025-03-06 09:54:10.000000000 +0100
+++ python-eventlet-0.40.1/AUTHORS 2025-06-24 09:42:17.000000000 +0200
@@ -186,3 +186,4 @@
* Ralf Haferkamp
* Jake Tesler
* Aayush Kasurde
+* Psycho Mantys, patch for exception handling on ReferenceError
diff -Nru python-eventlet-0.39.1/debian/changelog python-eventlet-0.40.1/debian/changelog
--- python-eventlet-0.39.1/debian/changelog 2025-04-01 16:44:12.000000000 +0200
+++ python-eventlet-0.40.1/debian/changelog 2025-07-13 16:22:52.000000000 +0200
@@ -1,3 +1,18 @@
+python-eventlet (0.40.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Blacklist a number of unit tests that are failing with the current
+ upstream code that adds Python 3.13 compat.
+ * Add remove-python-3.13-classifier.patch.
+
+ -- Thomas Goirand <
[email protected]> Sun, 13 Jul 2025 16:22:52 +0200
+
+python-eventlet (0.39.1-3) unstable; urgency=medium
+
+ * Add Skip_ident_comparison_to_avoid_crash_on_Python3.13.patch.
+
+ -- Th