Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 24583305ef | |||
| 76293f63ee | |||
| 9eae6cb113 | |||
| bd1392e32c | |||
| e700a32f3d | |||
| b0f80a68d6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee7e6bd207c7fef606d016b7068c63a03607ca97007a064f6ef4db75c8a217b2
|
||||
size 161752
|
||||
3
fritzconnection-1.15.0.tar.gz
Normal file
3
fritzconnection-1.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:711d7043809f3c3fd7bfa2878cdba3c4ab84d1b58daa10b6d5c036a36a610925
|
||||
size 167546
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 13 13:09:15 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.15.0:
|
||||
* support added for Python 3.14
|
||||
* FritzConnection:
|
||||
- additional argument `redact_debug_log` (default: False) for
|
||||
optional redacting response in debug output. (#238) (#241)
|
||||
- new method `get_cpu_temperatures()` providing a list of the
|
||||
last recent cpu-temperatures.
|
||||
FritzCall:
|
||||
- new attribute `Path` for the class `Call` to access an
|
||||
optional phone message. (#231)
|
||||
FritzStatus:
|
||||
- new method `get_avm_device_log()` to access system events.
|
||||
Requires FritzOS 8. (#234)
|
||||
- bugfix: in rare cases a session id of None has prevented a
|
||||
successfull request of the http-interface.
|
||||
- `fritzconnection.lib.fritzhomeauto.FritzHomeAutomation.device_informations()`,
|
||||
deprecated in 1.9.0
|
||||
- `fritzconnection.lib.fritzstatus.FritzStatus.uptime()`,
|
||||
deprecated in 1.9.0
|
||||
- `fritzconnection.lib.fritzwlan.FritzWLAN.channel_infos()`,
|
||||
deprecated in 1.9.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 04:15:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
- No more greedy globs in %files.
|
||||
- Remove unneeded Requires on setuptools.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 21:19:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.14.0:
|
||||
* support added for Python 3.13
|
||||
* New FritzTopology module: represents the mesh-topology graph.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 17:38:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-fritzconnection
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,22 +18,22 @@
|
||||
|
||||
%global pythons python3
|
||||
Name: python-fritzconnection
|
||||
Version: 1.13.2
|
||||
Version: 1.15.0
|
||||
Release: 0
|
||||
Summary: A Python module to talk to a AVM fritzbox
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/kbr/fritzconnection/
|
||||
Source: https://github.com/kbr/fritzconnection/archive/%{version}.tar.gz#/fritzconnection-%{version}.tar.gz
|
||||
BuildRequires: %{python_module lxml}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-lxml
|
||||
Requires: python-requests
|
||||
Requires: python-setuptools
|
||||
BuildArch: noarch
|
||||
Obsoletes: python310-fritzconnection < 1.9.0
|
||||
Obsoletes: python39-fritzconnection < 1.9.0
|
||||
@@ -50,11 +50,11 @@ and change configuration settings and state.
|
||||
|
||||
%build
|
||||
export LC_ALL=C.utf-8
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
export LC_ALL=C.utf-8
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -75,6 +75,7 @@ rm fritzconnection/tests/test_functional.py
|
||||
%{_bindir}/fritzphonebook
|
||||
%{_bindir}/fritzstatus
|
||||
%{_bindir}/fritzwlan
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/fritzconnection
|
||||
%{python_sitelib}/fritzconnection-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user