From 22815a4c41bdfae7b97fe5ac46f8144ffe39ced8b168d47049dd9d387579d1fa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 28 Sep 2022 16:47:59 +0000 Subject: [PATCH] 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 --- fritzconnection-1.10.2.tar.gz | 3 +++ fritzconnection-1.9.1.tar.gz | 3 --- python-fritzconnection.changes | 37 ++++++++++++++++++++++++++++++++++ python-fritzconnection.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 fritzconnection-1.10.2.tar.gz delete mode 100644 fritzconnection-1.9.1.tar.gz diff --git a/fritzconnection-1.10.2.tar.gz b/fritzconnection-1.10.2.tar.gz new file mode 100644 index 0000000..3627606 --- /dev/null +++ b/fritzconnection-1.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a6c9a6f503fa60dc4fe7034fc0b62308a9a51a1e0b4ea6e41248a6ffac87cc +size 146414 diff --git a/fritzconnection-1.9.1.tar.gz b/fritzconnection-1.9.1.tar.gz deleted file mode 100644 index 77aa17d..0000000 --- a/fritzconnection-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:785d7a6b6c44efa9b093817e7b505c78087a839b20c8ab078293339393d9ee53 -size 79580 diff --git a/python-fritzconnection.changes b/python-fritzconnection.changes index c05174b..0f98571 100644 --- a/python-fritzconnection.changes +++ b/python-fritzconnection.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Wed Sep 28 15:44:32 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-fritzconnection.spec b/python-fritzconnection.spec index fdec8ee..540b35d 100644 --- a/python-fritzconnection.spec +++ b/python-fritzconnection.spec @@ -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