Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fritzconnection for openSUSE:Factory checked in at 2024-01-15 22:17:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fritzconnection (Old) and /work/SRC/openSUSE:Factory/.python-fritzconnection.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fritzconnection" Mon Jan 15 22:17:45 2024 rev:9 rq:1138698 version:1.13.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fritzconnection/python-fritzconnection.changes 2022-10-31 10:44:49.700892618 +0100 +++ /work/SRC/openSUSE:Factory/.python-fritzconnection.new.21961/python-fritzconnection.changes 2024-01-15 22:19:10.382720603 +0100 @@ -1,0 +2,47 @@ +Sun Jan 14 17:38:16 UTC 2024 - Dirk Müller <dmuel...@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) + +------------------------------------------------------------------- Old: ---- fritzconnection-1.10.3.tar.gz New: ---- fritzconnection-1.13.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fritzconnection.spec ++++++ --- /var/tmp/diff_new_pack.EDbxHu/_old 2024-01-15 22:19:10.914740155 +0100 +++ /var/tmp/diff_new_pack.EDbxHu/_new 2024-01-15 22:19:10.914740155 +0100 @@ -1,7 +1,7 @@ # # 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 # 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 Name: python-fritzconnection -Version: 1.10.3 +Version: 1.13.2 Release: 0 Summary: A Python module to talk to a AVM fritzbox License: MIT @@ -68,7 +66,7 @@ %files %{python_files} %license LICENSE.txt -%doc README.rst +%doc README.md %{_bindir}/fritzcall %{_bindir}/fritzconnection %{_bindir}/fritzhomeauto ++++++ fritzconnection-1.10.3.tar.gz -> fritzconnection-1.13.2.tar.gz ++++++ ++++ 4251 lines of diff (skipped)