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
This commit is contained in:
Richard Brown 2022-09-29 16:13:19 +00:00 committed by Git OBS Bridge
commit 71c3b3db53
4 changed files with 41 additions and 4 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2a6c9a6f503fa60dc4fe7034fc0b62308a9a51a1e0b4ea6e41248a6ffac87cc
size 146414

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:785d7a6b6c44efa9b093817e7b505c78087a839b20c8ab078293339393d9ee53
size 79580

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Wed Sep 28 15:44:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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)
-------------------------------------------------------------------
Fri Mar 4 08:55:03 UTC 2022 - pgajdos@suse.com

View File

@ -20,7 +20,7 @@
%define skip_python2 1
%global pythons python3
Name: python-fritzconnection
Version: 1.9.1
Version: 1.10.2
Release: 0
Summary: A Python module to talk to a AVM fritzbox
License: MIT