Skip to content

Ugh#25

Closed
omdathetkan wants to merge 78 commits into
jung-hacksfrom
main
Closed

Ugh#25
omdathetkan wants to merge 78 commits into
jung-hacksfrom
main

Conversation

@omdathetkan
Copy link
Copy Markdown
Owner

Description

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have performed a self-review of my own code
  • The documentation has been adjusted accordingly
  • The changes generate no new warnings
  • Tests have been added that prove the fix is effective or that the feature works
  • The changes are documented in the changelog
  • The Homeassistant plugin has been adjusted in case of new config options

farmio and others added 30 commits February 1, 2022 14:37
…#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
dependabot Bot and others added 27 commits April 11, 2022 13:31
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
@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions Bot added the stale label Jul 30, 2022
@github-actions github-actions Bot closed this Aug 6, 2022
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.

3 participants