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

Fix python 3.11 support, bump async_upnp_client dependency #121

Merged
merged 1 commit into from
Dec 10, 2022

Conversation

rytilahti
Copy link
Owner

@rytilahti rytilahti commented Oct 24, 2022

This PR aims to fix python 3.11 support. This is untested and pends someone testing it on the real device, also using earlier python versions even when removal of asyncio.coroutine() wrapping should not break anything in this case to my understanding.

Also, bump async_upnp_client dependency as it will be required by homeassistant somepoint anyway and it includes a breaking change that affects at least the discovery (StevenLooman/async_upnp_client#144).

Fixes #120
Fixes #122

@rytilahti rytilahti added the bug label Dec 10, 2022
@rytilahti rytilahti merged commit dc437ce into master Dec 10, 2022
@rytilahti rytilahti deleted the fix/python311_support branch December 10, 2022 00:33
rytilahti added a commit that referenced this pull request Mar 17, 2023
This maintenance release adds support to python 3.11 and bumps the required async_upnp_client version.

[Full Changelog](release/0.15.1...0.15.2)

**Fixed bugs:**

- Songpal discover giving errors [#122](#122)
- Python 3.11 not supported (asyncio.coroutine has been removed) [#120](#120)
- Fix python 3.11 support, bump async_upnp_client dependency [#121](#121) (@rytilahti)

**Closed issues:**

- SRS-ZR7 integration connection issues  [#119](#119)
@rytilahti rytilahti mentioned this pull request Mar 17, 2023
rytilahti added a commit that referenced this pull request Mar 17, 2023
This maintenance release adds support to python 3.11 and bumps the required async_upnp_client version.

[Full Changelog](release/0.15.1...0.15.2)

**Fixed bugs:**

- Songpal discover giving errors [#122](#122)
- Python 3.11 not supported (asyncio.coroutine has been removed) [#120](#120)
- Fix python 3.11 support, bump async_upnp_client dependency [#121](#121) (@rytilahti)

**Closed issues:**

- SRS-ZR7 integration connection issues  [#119](#119)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Songpal discover giving errors Python 3.11 not supported (asyncio.coroutine has been removed)
1 participant