21 Commits

Author SHA256 Message Date
Dominique Leuenberger
4fa3cda23e 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
379b779d71 - 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
Ana Guerrero
81b6ddc23a Accepting request 1138698 from devel:languages:python
- update to 1.13.2:
  * bugfix: fix a crash in the cache-verification in case the cache
    is activated in combination with the Fritz!Box default-ip and
    multiple AVM-devices are connected in the local network, so an
    arbitrary device may respond (which would also be a bug in
    applications using fritzconnection anyway) (introduced in
    version 1.10.0).
  * bugfix: fix broken reconnection of fritzmonitor in case of
    socket loss. (#196)
  * cleaner type-hints for public api.
  * documentation: Style change to “Furo” and minor content improvements.
  * bugfix: added a missing import to the /docs/requirements.in
    file to generate the API-documentation on readthedocs.org
  * support added for Python 3.12
  * support removed for Python 3.6
  * type-hints added for the public API.
  * command-line interface: the check for a given password has been
    removed
  * bugfix: unneeded required password removed from the fritzstatus
    command-line interface. (#192)
  * bugfix: make fritzwlan.get_beacon_security() work with older
    router models not supporting the
    NewX_AVM-DE_PossibleBeaconTypes argument. (#191)
  * bugfix in ‘setup.py`: add
    long_description_content_type=”text/markdown”, because it is
    not used as default.
  * New method hangup(). (#184)
  * bugfix: removed issues preventing the method
    get_hosts_attributes() to return a list of dictionaries
    representing the host-attributes. (#190)

OBS-URL: https://build.opensuse.org/request/show/1138698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=9
2024-01-15 21:17:45 +00:00
0ef084a748 - update to 1.13.2:
* bugfix: fix a crash in the cache-verification in case the cache
    is activated in combination with the Fritz!Box default-ip and
    multiple AVM-devices are connected in the local network, so an
    arbitrary device may respond (which would also be a bug in
    applications using fritzconnection anyway) (introduced in
    version 1.10.0).
  * bugfix: fix broken reconnection of fritzmonitor in case of
    socket loss. (#196)
  * cleaner type-hints for public api.
  * documentation: Style change to “Furo” and minor content improvements.
  * bugfix: added a missing import to the /docs/requirements.in
    file to generate the API-documentation on readthedocs.org
  * support added for Python 3.12
  * support removed for Python 3.6
  * type-hints added for the public API.
  * command-line interface: the check for a given password has been
    removed
  * bugfix: unneeded required password removed from the fritzstatus
    command-line interface. (#192)
  * bugfix: make fritzwlan.get_beacon_security() work with older
    router models not supporting the
    NewX_AVM-DE_PossibleBeaconTypes argument. (#191)
  * bugfix in ‘setup.py`: add
    long_description_content_type=”text/markdown”, because it is
    not used as default.
  * New method hangup(). (#184)
  * bugfix: removed issues preventing the method
    get_hosts_attributes() to return a list of dictionaries
    representing the host-attributes. (#190)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=16
2024-01-14 17:41:29 +00:00
Dominique Leuenberger
32089a3111 Accepting request 1032323 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=8
2022-10-31 09:44:45 +00:00
20864a78bd Accepting request 1031999 from home:yarunachalam:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1031999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=14
2022-10-30 17:09:39 +00:00
Richard Brown
71c3b3db53 Accepting request 1006736 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=7
2022-09-29 16:13:19 +00:00
22815a4c41 Accepting request 1006722 from home:yarunachalam:branches:devel:languages:python
- update to 1.10.3 - 2022-09-08
  * upper limit for dependency pinning removed to support installation on more recent environments.
- update to 1.10.2 - 2022-09-04
  * bugfix: missing self in FritzStatus.get_device_info() (introduced in 1.10.0) (#165)
  * dependencies pinned for requests not supporting Python 3.6 since version 2.28.0 and for segno (which still works with EOL versions).
- update to 1.10.1 - 2022-09-01
  * bugfix: cli argument forwarding (introduced in 1.10.0) (#164)
  * enhancement: cli flag -y to suppress cache-verification now implies -x (use cache)
- update to 1.10.0 - 2022-08-24
  * FritzConnection
  * API cache integration added: for faster start up times the router API can optional get saved in a cache-file.
  *  This can save up to several seconds run-time on instanciation.
  FritzHosts:
  * New method get_hosts_attributes providing a list of dictionaries with the attribues of all known hosts (#134)
  FritzStatus:
  * New property update_available (#156)
  * New property connection_service
  * New property has_wan_support (#162)
  * New property has_wan_enabled (#147)
  * New property upnp_enabled() (#153)
  * New property device_has_mesh_support (#146)
  * New method get_default_connection_service (#146)
  * New method get_device_info() (#155)
  FritzWLAN:
  * QR-code now supports encryption information for the described network by auto-detecting the security settings (which is optional but set to default) (#139)
  Testing:
  * requires opencv to check qr-codes
  * covering Python 3.11
  * New class ArgumentNamespace added in fritzconnection.lib.fritztools for convenient handling of dictionaries returned from FritzConnection.call_action() calls.
  * Better error message in case application access is disabled (#142)

OBS-URL: https://build.opensuse.org/request/show/1006722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=12
2022-09-28 16:47:59 +00:00
Dominique Leuenberger
34faa834b5 Accepting request 959365 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/959365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=6
2022-03-04 19:17:05 +00:00
aa82152dc0 Accepting request 959348 from home:pgajdos:python
- disable flaky test_terminate_thread_on_failed_reconnection and
  test_restart_failed_monitor

OBS-URL: https://build.opensuse.org/request/show/959348
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=10
2022-03-04 10:05:24 +00:00
Dominique Leuenberger
2e3de4002e Accepting request 948236 from devel:languages:python
- update to 1.9.1:
  * bugfix: AttributeError in `FritzHomeAutomation.device_information()`
    removed - bug introduced in 1.9.0
  * `FritzWLAN.get_wifi_qr_code()` forwards the optional `security` and
    `hidden` parameters to `segno`

OBS-URL: https://build.opensuse.org/request/show/948236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=5
2022-01-23 17:38:43 +00:00
e41dc6a213 - update to 1.9.1:
* bugfix: AttributeError in `FritzHomeAutomation.device_information()`
    removed - bug introduced in 1.9.0
  * `FritzWLAN.get_wifi_qr_code()` forwards the optional `security` and
    `hidden` parameters to `segno`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=9
2022-01-23 15:57:37 +00:00
Dominique Leuenberger
474f4c7948 Accepting request 946844 from devel:languages:python
- 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/request/show/946844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=4
2022-01-16 23:22:47 +00:00
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
Dominique Leuenberger
d508c708f8 Accepting request 838816 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/838816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=3
2020-10-05 17:36:13 +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
Dominique Leuenberger
51c34aa566 Accepting request 787697 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/787697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=2
2020-03-24 21:35: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
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
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