forked from pool/python-fritzconnection
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95c18f7b6a9f78c35b5782c9f303f0e49737a6e3b99896ab950e2df2635d69f5
|
||||
size 165234
|
||||
3
fritzconnection-1.15.0.tar.gz
Normal file
3
fritzconnection-1.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:711d7043809f3c3fd7bfa2878cdba3c4ab84d1b58daa10b6d5c036a36a610925
|
||||
size 167546
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 13 13:09:15 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user