forked from pool/python-kasa
- update to 0.5.4:
* Support to the alternative discovery protocol and
foundational work to support other communication protocols,
thanks to @sdb9696.
* Reliability improvements by avoiding overflowing device
buffers, thanks to @cobryan05.
* Optimizations for downstream device accesses, thanks to
@bdraco.
* Support for both pydantic v1 and v2.
* This release adds support for defining the device port and
introduces dependency on async-timeout which improves timeout
handling.
* Adds optional dependency for for `orjson` and `kasa-crypt` to
speed-up protocol handling by an order of magnitude.
* Drops Python 3.7 support as it is no longer maintained.
* Add benchmarks for speedups \#473 (@bdraco)
* Add fixture for KP405 Smart Dimmer Plug \#470 (@xinud190)
* Remove importlib-metadata dependency \#457 (@rytilahti)
- skip python 3.6 (only compatible with python 3.7+)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kasa?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 14:26:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.4:
|
||||
* Support to the alternative discovery protocol and
|
||||
foundational work to support other communication protocols,
|
||||
thanks to @sdb9696.
|
||||
* Reliability improvements by avoiding overflowing device
|
||||
buffers, thanks to @cobryan05.
|
||||
* Optimizations for downstream device accesses, thanks to
|
||||
@bdraco.
|
||||
* Support for both pydantic v1 and v2.
|
||||
* This release adds support for defining the device port and
|
||||
introduces dependency on async-timeout which improves timeout
|
||||
handling.
|
||||
* Adds optional dependency for for `orjson` and `kasa-crypt` to
|
||||
speed-up protocol handling by an order of magnitude.
|
||||
* Drops Python 3.7 support as it is no longer maintained.
|
||||
* Add benchmarks for speedups \#473 (@bdraco)
|
||||
* Add fixture for KP405 Smart Dimmer Plug \#470 (@xinud190)
|
||||
* Remove importlib-metadata dependency \#457 (@rytilahti)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 09:18:28 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
@@ -13,7 +35,7 @@ Mon Sep 26 14:29:53 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 09:49:13 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip python 3.6 (only compatible with python 3.7+)
|
||||
- skip python 3.6 (only compatible with python 3.7+)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:50:29 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
Reference in New Issue
Block a user