Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES/10823.packaging.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
``aiodns`` is now installed on Windows with speedups extra -- by :user:`bdraco`.

As of ``aiodns`` 3.3.0, ``SelectorEventLoop`` is no longer required when using ``pycares`` 4.7.0 or later.
2 changes: 1 addition & 1 deletion requirements/runtime-deps.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extracted from `setup.cfg` via `make sync-direct-runtime-deps`

aiodns >= 3.2.0; sys_platform=="linux" or sys_platform=="darwin"
aiodns >= 3.3.0
aiohappyeyeballs >= 2.5.0
aiosignal >= 1.1.2
async-timeout >= 4.0, < 6.0 ; python_version < "3.11"
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ install_requires =

[options.extras_require]
speedups =
# required c-ares (aiodns' backend) will not build on windows
aiodns >= 3.2.0; sys_platform=="linux" or sys_platform=="darwin"
aiodns >= 3.3.0
Brotli; platform_python_implementation == 'CPython'
brotlicffi; platform_python_implementation != 'CPython'

Expand Down
Loading