Ugh#25
Closed
omdathetkan wants to merge 78 commits into
Closed
Conversation
…#861) * Handle invalid payloads per RemoteValue, log a readable warning * fix device tests * fix RemoteValue tests * increase coverage
* Drop support for python 3.8 * py3.9 typing enhancement Co-authored-by: Marvin Wichmann <marvin.wichmann@unic.com> Co-authored-by: farmio <farmio@alphart.net>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.0.0...7.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [setuptools](https://github.com/pypa/setuptools) from 60.8.2 to 60.9.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](pypa/setuptools@v60.8.2...v60.9.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* integrate DescriptionRequest into KNXIPInterface * move and rename things * use CommunicationError instead of generic XKNXException * handle exceptions for description requests * test self_description * test Tunnel.request_description()
* upgrade pre-commit hook versions and black target-version * use pytest asyncio_mode auto and move options to pyproject.toml * move isort config to pyproject.toml and treat xknx as first party - except for /home-assistant-plugin which gets its own .isort.cfg * move mypy config to pyproject.toml * move pylint config to pyproject.toml and enable `useless-suppression` * Update pyproject.toml
Bumps [setuptools](https://github.com/pypa/setuptools) from 62.0.0 to 62.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](pypa/setuptools@v62.0.0...v62.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add value_type to Notification for text encoding * test value_type
…#922) * rename a DIBTypeCode and SRP method * Add DIBSecuredServiceFamilies parser * Add DIBTunnelingInfo parser * sentinel value instead of mutable default value * fix length tests
…NX#925) * Fix exposure of date, time and datetime object when threaded=True I assume that the second event loop in the connection thread was executed before the tasks in the task registry were registered. And probably for some reason the currently running event loop was the one from the connection thread. Since the event loop had already been started with run_forever() no new tasks would be scheduled. * Add changelog
* use __repr__ instead of __str__ in xknx.knxip * remove `mandatory` flag of request_device_description SRP according to SearchRequestExtended sent by ETS
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump cryptography from 35.0.0 to 36.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 36.0.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@35.0.0...36.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * remove typing ignores Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: farmio <farmio@alphart.net>
…de (XKNX#927) * send SearchRequestExtended and SearchRequest simultaneously * HPAI hashable * Prefer SearchResponseExtended over SearchResponse results for same gateway * skip SearchResponse for Core-V2 devices * skip secure interfaces on automatic mode * remove unused method
* remove unused attributes form UDPTransportFactory * use unicast discovery endpoint in GatewayScanner * add protocol to debug message
* Bump mypy from 0.942 to 0.950 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.942...v0.950) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update task_registry.py Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: farmio <farmio@alphart.net>
* try multiple gateways in Automatic mode * asynchronously try multiple gateways in Automatic mode * test and fix stop_on_found * lint tests * test KNXIPInterface._start_automatic * Update xknx/io/gateway_scanner.py Co-authored-by: Marvin Wichmann <me@marvin-wichmann.de> * move assignment Co-authored-by: Marvin Wichmann <me@marvin-wichmann.de>
Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.0 to 37.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@37.0.0...37.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* revert XKNX#925 - loop handling in task_registry * TaskRegistry takes functions returning coroutines instead of coroutines directly * ignore lint error in test
|
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes # (issue)
Type of change
Checklist: