Changes between Initial Version and Version 3 of Ticket #71101


Ignore:
Timestamp:
Oct 15, 2024, 2:15:28 AM (3 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71101

    • Property Status changed from new to assigned
    • Property Owner set to jandemter
    • Property Port py310-sniffio added; py310-sniffo removed
    • Property Cc Schamschula added
  • 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.html
     1dnspython 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
    22
    33Missing minimum version dependancy for dnspython
    44
    5 Upgrade of sniffio to support thread_local
     5Upgrade of sniffio to support `thread_local`
    66
     7{{{
    78% python bin/tests/system/cookie/ans9/ans.py
    89Traceback (most recent call last):
     
    8384  py310-yaml @6.0.1_0 (active)
    8485%
     86}}}