Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

greendns: Use _compute_times on dnspython 2 (Updated) #722

Merged
merged 8 commits into from Sep 1, 2021

Commits on Aug 16, 2021

  1. setup.py: Unpin

    jayvdb authored and felixonmars committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    22b5169 View commit details
    Browse the repository at this point in the history
  2. Replace dnspython "_compute_expiration" by "_compute_times".

    In dnspython v2.0.0, "_compute_expiration" was replaced by
    "_compute_times". Once the minimum version of dnspython is
    v2.0.0, we can remove this wrapping method.
    
    Related to eventlet#629
    ralonsoh authored and felixonmars committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    51569f3 View commit details
    Browse the repository at this point in the history
  3. tox.ini: Add dnspython1

    jayvdb authored and felixonmars committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    2eb6ea8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5424dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b712f19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecd55ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32a67ef View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Add handling for new dnspython arguments

    one_rr_per_rrset and ignore_trailing are present very long ago,
    raise_on_truncation and sock are added since dnspython 2.0.
    felixonmars committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    4496d99 View commit details
    Browse the repository at this point in the history