- 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
This commit is contained in:
parent
20864a78bd
commit
0ef084a748
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bda18d406fedd44174b65e7e4f8356bca10fd494ce837c5c9d3944dd445f2693
|
|
||||||
size 146450
|
|
3
fritzconnection-1.13.2.tar.gz
Normal file
3
fritzconnection-1.13.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee7e6bd207c7fef606d016b7068c63a03607ca97007a064f6ef4db75c8a217b2
|
||||||
|
size 161752
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 14 17:38:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
* New method call_http() for accessing the (aha-)http-interface.
|
||||||
|
* bugfix: create cache directory if not existing. (#183)
|
||||||
|
* New core module to access the (aha-)http-interface.
|
||||||
|
* New class HomeAutomationDevice. Represents properties and
|
||||||
|
state of a home-automation device.
|
||||||
|
* New method get_homeautomation_device().
|
||||||
|
* New method get_homeautomation_devices().
|
||||||
|
* New method get_device_information_list(). Substitutes the
|
||||||
|
device_information() method.
|
||||||
|
* New property updatecheck allows access to router attributes
|
||||||
|
without permissions (#168)
|
||||||
|
* New FritzAuthorizationError raised on calling actions without
|
||||||
|
the proper permissions (#170)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 28 17:04:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Fri Oct 28 17:04:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-fritzconnection
|
# spec file for package python-fritzconnection
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,11 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%define skip_python2 1
|
|
||||||
%global pythons python3
|
%global pythons python3
|
||||||
Name: python-fritzconnection
|
Name: python-fritzconnection
|
||||||
Version: 1.10.3
|
Version: 1.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python module to talk to a AVM fritzbox
|
Summary: A Python module to talk to a AVM fritzbox
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -68,7 +66,7 @@ rm fritzconnection/tests/test_functional.py
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.md
|
||||||
%{_bindir}/fritzcall
|
%{_bindir}/fritzcall
|
||||||
%{_bindir}/fritzconnection
|
%{_bindir}/fritzconnection
|
||||||
%{_bindir}/fritzhomeauto
|
%{_bindir}/fritzhomeauto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user