17
0

Compare commits

6 Commits

Author SHA256 Message Date
24583305ef Accepting request 1292503 from devel:languages:python
- 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/request/show/1292503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=12
2025-07-14 08:52:07 +00:00
76293f63ee - 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
2025-07-13 13:11:05 +00:00
9eae6cb113 Accepting request 1286226 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.
- Remove unneeded Requires on setuptools.

OBS-URL: https://build.opensuse.org/request/show/1286226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=11
2025-06-17 16:22:50 +00:00
bd1392e32c - Switch to pyproject macros.
- No more greedy globs in %files.
- Remove unneeded Requires on setuptools.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=20
2025-06-17 04:20:33 +00:00
e700a32f3d Accepting request 1219189 from devel:languages:python
- update to 1.14.0:
  * support added for Python 3.13
  * New FritzTopology module: represents the mesh-topology graph.

OBS-URL: https://build.opensuse.org/request/show/1219189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=10
2024-10-30 16:36:28 +00:00
b0f80a68d6 - update to 1.14.0:
* support added for Python 3.13
  * New FritzTopology module: represents the mesh-topology graph.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=18
2024-10-29 21:20:54 +00:00

Diff Content Not Available