From 76293f63ee9d688f70b3bf910e30d62baf565ed55448f228197e52edba598d33 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Jul 2025 13:11:05 +0000 Subject: [PATCH] - update to 1.15.0: * support added for Python 3.14 * FritzConnection: - additional argument `redact_debug_log` (default: False) for optional redacting response in debug output. (#238) (#241) - new method `get_cpu_temperatures()` providing a list of the last recent cpu-temperatures. FritzCall: - new attribute `Path` for the class `Call` to access an optional phone message. (#231) FritzStatus: - new method `get_avm_device_log()` to access system events. Requires FritzOS 8. (#234) - bugfix: in rare cases a session id of None has prevented a successfull request of the http-interface. - `fritzconnection.lib.fritzhomeauto.FritzHomeAutomation.device_informations()`, deprecated in 1.9.0 - `fritzconnection.lib.fritzstatus.FritzStatus.uptime()`, deprecated in 1.9.0 - `fritzconnection.lib.fritzwlan.FritzWLAN.channel_infos()`, deprecated in 1.9.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=22 --- fritzconnection-1.14.0.tar.gz | 3 --- fritzconnection-1.15.0.tar.gz | 3 +++ python-fritzconnection.changes | 25 +++++++++++++++++++++++++ python-fritzconnection.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 fritzconnection-1.14.0.tar.gz create mode 100644 fritzconnection-1.15.0.tar.gz diff --git a/fritzconnection-1.14.0.tar.gz b/fritzconnection-1.14.0.tar.gz deleted file mode 100644 index 354cebd..0000000 --- a/fritzconnection-1.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95c18f7b6a9f78c35b5782c9f303f0e49737a6e3b99896ab950e2df2635d69f5 -size 165234 diff --git a/fritzconnection-1.15.0.tar.gz b/fritzconnection-1.15.0.tar.gz new file mode 100644 index 0000000..d81208e --- /dev/null +++ b/fritzconnection-1.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711d7043809f3c3fd7bfa2878cdba3c4ab84d1b58daa10b6d5c036a36a610925 +size 167546 diff --git a/python-fritzconnection.changes b/python-fritzconnection.changes index 405b397..903b547 100644 --- a/python-fritzconnection.changes +++ b/python-fritzconnection.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Jul 13 13:09:15 UTC 2025 - Dirk Müller + +- update to 1.15.0: + * support added for Python 3.14 + * FritzConnection: + - additional argument `redact_debug_log` (default: False) for + optional redacting response in debug output. (#238) (#241) + - new method `get_cpu_temperatures()` providing a list of the + last recent cpu-temperatures. + FritzCall: + - new attribute `Path` for the class `Call` to access an + optional phone message. (#231) + FritzStatus: + - new method `get_avm_device_log()` to access system events. + Requires FritzOS 8. (#234) + - bugfix: in rare cases a session id of None has prevented a + successfull request of the http-interface. + - `fritzconnection.lib.fritzhomeauto.FritzHomeAutomation.device_informations()`, + deprecated in 1.9.0 + - `fritzconnection.lib.fritzstatus.FritzStatus.uptime()`, + deprecated in 1.9.0 + - `fritzconnection.lib.fritzwlan.FritzWLAN.channel_infos()`, + deprecated in 1.9.0 + ------------------------------------------------------------------- Tue Jun 17 04:15:19 UTC 2025 - Steve Kowalik diff --git a/python-fritzconnection.spec b/python-fritzconnection.spec index f8731c8..7885e60 100644 --- a/python-fritzconnection.spec +++ b/python-fritzconnection.spec @@ -18,7 +18,7 @@ %global pythons python3 Name: python-fritzconnection -Version: 1.14.0 +Version: 1.15.0 Release: 0 Summary: A Python module to talk to a AVM fritzbox License: MIT