Changes between Initial Version and Version 3 of Ticket #71101
- Timestamp:
- Oct 15, 2024, 2:15:28 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71101
- Property Owner set to jandemter
- Property Cc Schamschula added
-
Property
Status
changed from
new
toassigned
- Property Port py310-sniffio added; py310-sniffo removed
-
Ticket #71101 – Description
initial v3 1 dnspython 2.7.0 fails because it can't find thread_local in sniffio which is new in 1.3.0 and has a fix in 1.3.1. See https://sniffio.readthedocs.io/en/latest/history.html1 dnspython 2.7.0 fails because it can't find `thread_loca`l in sniffio which is new in 1.3.0 and has a fix in 1.3.1. See https://sniffio.readthedocs.io/en/latest/history.html 2 2 3 3 Missing minimum version dependancy for dnspython 4 4 5 Upgrade of sniffio to support thread_local5 Upgrade of sniffio to support `thread_local` 6 6 7 {{{ 7 8 % python bin/tests/system/cookie/ans9/ans.py 8 9 Traceback (most recent call last): … … 83 84 py310-yaml @6.0.1_0 (active) 84 85 % 86 }}}