Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kasa for openSUSE:Factory checked in at 2023-12-28 23:02:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kasa (Old) and /work/SRC/openSUSE:Factory/.python-kasa.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kasa" Thu Dec 28 23:02:12 2023 rev:5 rq:1135323 version:0.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kasa/python-kasa.changes 2023-03-10 22:07:15.181097835 +0100 +++ /work/SRC/openSUSE:Factory/.python-kasa.new.28375/python-kasa.changes 2023-12-28 23:03:55.295832916 +0100 @@ -1,0 +2,22 @@ +Wed Dec 27 14:26:35 UTC 2023 - Dirk Müller <[email protected]> + +- 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) + +------------------------------------------------------------------- Old: ---- python-kasa-0.5.1.tar.gz New: ---- python-kasa-0.5.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kasa.spec ++++++ --- /var/tmp/diff_new_pack.uVQrii/_old 2023-12-28 23:03:55.895854845 +0100 +++ /var/tmp/diff_new_pack.uVQrii/_new 2023-12-28 23:03:55.899854991 +0100 @@ -16,17 +16,18 @@ # -%define skip_python2 1 -%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-kasa -Version: 0.5.1 +Version: 0.5.4 Release: 0 Summary: Python API for TP-Link Kasa Smarthome products License: GPL-3.0-or-later URL: https://github.com/python-kasa/python-kasa Source0: https://github.com/python-kasa/python-kasa/archive/refs/tags/%{version}.tar.gz#/python-kasa-%{version}.tar.gz BuildRequires: %{python_module anyio} +BuildRequires: %{python_module async-timeout} BuildRequires: %{python_module asyncclick} +BuildRequires: %{python_module orjson} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry} BuildRequires: %{python_module pydantic} @@ -40,7 +41,9 @@ BuildRequires: python-rpm-macros # Runtime requires Requires: python-anyio +Requires: python-async-timeout Requires: python-asyncclick +Requires: python-orjson Requires: python-pydantic Requires: python-setuptools Requires: python-voluptuous ++++++ python-kasa-0.5.1.tar.gz -> python-kasa-0.5.4.tar.gz ++++++ ++++ 9621 lines of diff (skipped)
