Bug 261174 - comms/py-fritzconnection: update to 1.9.0 for updates and bugfixes
Summary: comms/py-fritzconnection: update to 1.9.0 for updates and bugfixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Guangyuan Yang
URL: https://github.com/kbr/fritzconnectio...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-13 12:16 UTC by Michael Büker
Modified: 2022-01-14 06:17 UTC (History)
2 users (show)

See Also:


Attachments
portstree patch for update to 1.9.0 (955 bytes, patch)
2022-01-13 12:16 UTC, Michael Büker
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Büker 2022-01-13 12:16:38 UTC
Created attachment 230985 [details]
portstree patch for update to 1.9.0

Upstream changes since last port version:

- FritzConnection: new command line option -R to reboot the system
- FritzHosts:
-- 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 (#127)
- 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 (#128)

- FritzWLAN:
-- New method get_wifi_qr_code() for QR-code creation for wifi-access (#133). Requires segno as dependency. See installation for details. The method is also inherited by FritzGuestWLAN.
-- New method channel_info() (#131)
- FritzHomeAutomation: New method device_information() (#131)
- Deprecations:
-- fritzconnection.lib.fritzhomeauto.FritzHomeAutomation.device_informations()
-- fritzconnection.lib.fritzstatus.FritzStatus.uptime()
-- fritzconnection.lib.fritzwlan.FritzWLAN.channel_infos()
- Documentation improvements
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-14 06:10:24 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31db98a005ae09a03f3f68f0990835e2b59512cb

commit 31db98a005ae09a03f3f68f0990835e2b59512cb
Author:     Michael Büker <freebsd@michael-bueker.de>
AuthorDate: 2022-01-14 06:04:54 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2022-01-14 06:04:54 +0000

    comms/py-fritzconnection: Update to 1.9.0

    Changelog:      https://github.com/kbr/fritzconnection/releases/tag/1.9.0

    PR:             261174

 comms/py-fritzconnection/Makefile | 2 +-
 comms/py-fritzconnection/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)