6 Commits

Author SHA256 Message Date
504b983c59 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=8 2022-01-16 21:50:14 +00:00
1bbcf777bd - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=7
2022-01-15 17:32:04 +00:00
Tomáš Chvátal
d61cbee3dc Accepting request 838794 from home:kukuk:container
- Update to version 1.3.4
  - Rework the interface
  - Required for FritzOS 7.12 and newer

OBS-URL: https://build.opensuse.org/request/show/838794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=5
2020-09-30 17:24:34 +00:00
Tomáš Chvátal
f5103fb391 Accepting request 785819 from home:mnhauke
- Add correct tarball (version 1.2.1)

OBS-URL: https://build.opensuse.org/request/show/785819
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=2
2020-03-17 07:30:41 +00:00
Dominique Leuenberger
8861bcc54d Accepting request 785237 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/785237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=1
2020-03-17 12:08:07 +00:00
Tomáš Chvátal
9ded541a8f Accepting request 785233 from home:mnhauke:monitoring
Initial package for python-fritzconnection

OBS-URL: https://build.opensuse.org/request/show/785233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=1
2020-03-15 09:11:43 +00:00