* New method `get_wifi_qr_code()` for QR-code creation for wifi-access * New method `channel_info * FritzHomeAutomation: New method `device_information * FritzConnection: new command line option `-R` to reboot the system * New method `get_generic_host_entries` returning a generator to iterate over all entries as reported by the method `get_generic_host_entry`. * The methods `get_active_hosts` and `get_hosts_info` provide additional host attributes * Refactoring of the logging module `fritzconnection.core.logger` (introduced in 1.7.0). Now emitting messages from INFO-level and up by default. * Connection errors with the router raised from the underlying `urllib3` library are caught and raised again as FritzConnectionException preserving the connection error information * bugfix: logger deactivated by default * Tests extended for Python 3.10 * `enable` and `disable` to enable and disable a wlan network. * `get_password` and `set_password` to get the current password or set a new one for a wlan network. * New FritzGuestWLAN library class. * New FritzConnection method `reboot`. * New logging module `fritzconnection.core.logger`. * New arguments for FritzConnection: `pool_connections` and `pool_maxsize` to adapt the default urllib3 settings (used by requests). (#114). * New properties `FritzStatus.device_uptime` and `FritzStatus.connection_uptime``; the latter a replacement for `FritzStatus.uptime` – still existing as an alias. * bugfix: html-escape arguments in case that special characters are allowed by the protocol. * bugfix: `FritzStatus.bytes_sent` will return the 32 bit value from older OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=7
92 lines
4.1 KiB
Plaintext
92 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
||
Sat Jan 15 17:26:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 1.9.0:
|
||
* New method `get_wifi_qr_code()` for QR-code creation for wifi-access
|
||
* New method `channel_info
|
||
* FritzHomeAutomation: New method `device_information
|
||
* FritzConnection: new command line option `-R` to reboot the system
|
||
* New method `get_generic_host_entries` returning a generator to iterate over
|
||
all entries as reported by the method `get_generic_host_entry`.
|
||
* The methods `get_active_hosts` and `get_hosts_info` provide additional host
|
||
attributes
|
||
* Refactoring of the logging module `fritzconnection.core.logger` (introduced
|
||
in 1.7.0). Now emitting messages from INFO-level and up by default.
|
||
* Connection errors with the router raised from the underlying `urllib3`
|
||
library are caught and raised again as FritzConnectionException preserving
|
||
the connection error information
|
||
* bugfix: logger deactivated by default
|
||
* Tests extended for Python 3.10
|
||
* `enable` and `disable` to enable and disable a wlan network.
|
||
* `get_password` and `set_password` to get the current password or set a new
|
||
one for a wlan network.
|
||
* New FritzGuestWLAN library class.
|
||
* New FritzConnection method `reboot`.
|
||
* New logging module `fritzconnection.core.logger`.
|
||
* New arguments for FritzConnection: `pool_connections` and `pool_maxsize` to
|
||
adapt the default urllib3 settings (used by requests). (#114).
|
||
* New properties `FritzStatus.device_uptime` and
|
||
`FritzStatus.connection_uptime``; the latter a replacement for
|
||
`FritzStatus.uptime` – still existing as an alias.
|
||
* bugfix: html-escape arguments in case that special characters are allowed
|
||
by the protocol.
|
||
* bugfix: `FritzStatus.bytes_sent` will return the 32 bit value from older
|
||
Fritz!Box models.
|
||
* bugfix: raise `FritzActionError` on accessing the mesh topology information
|
||
from a device not having accesss to this information.
|
||
* adding code-of-conduct and contributing files to the repository.
|
||
* Compatibility with Fritz!OS 7.24 and newer: takes the last logged in
|
||
username as default in case that a username is not provided.
|
||
* bugfix: byte_formatter may return wrong numbers on values < 1 and has
|
||
raised math domain error on values == 0.D (bug introduced with version
|
||
* bugfix: FritzStatus library now returns a 32 bit value for *bytes_received*
|
||
for older Fritz!OS versions not providing the newer 64 bit information
|
||
instead of raising an exception.
|
||
* change: Output of bitrate changed to log10 based calculation
|
||
* New core module fritzmonitor for reporting realtime phone call events
|
||
* Library class FritzStatus with additional properties: *attenuation*,
|
||
*str_attenuation*, *noise_margin* and *str_noise_margin*
|
||
* Library class FritzHost with additional method *get_host_name*
|
||
* Namespace prefix for xml-arguments removed
|
||
* Test extended for Python 3.9
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 29 17:46:23 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||
|
||
- Update to version 1.3.4
|
||
- Rework the interface
|
||
- Required for FritzOS 7.12 and newer
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 17 07:21:09 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||
|
||
- Add correct tarball (version 1.2.1)
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 14 20:39:40 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||
|
||
- Update to version 1.2.1
|
||
- Fill description
|
||
- Package README and license file
|
||
- Run testsuite
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 27 02:08:26 CET 2020 - ro@suse.de
|
||
|
||
- update to 1.2.0
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 24 01:50:42 CET 2020 - ro@suse.de
|
||
|
||
- update to 0.8.4, use git url and add service file
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 8 00:20:33 CEST 2019 - ro@suse.de
|
||
|
||
- update to 0.6.5
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jul 7 22:12:20 UTC 2019 - Ruediger Oertel <ro@suse.com>
|
||
|
||
- initial version 0.4.5
|