17
0

Compare commits

6 Commits

Author SHA256 Message Date
24583305ef Accepting request 1292503 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1292503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=12
2025-07-14 08:52:07 +00:00
76293f63ee - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=22
2025-07-13 13:11:05 +00:00
9eae6cb113 Accepting request 1286226 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.
- Remove unneeded Requires on setuptools.

OBS-URL: https://build.opensuse.org/request/show/1286226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=11
2025-06-17 16:22:50 +00:00
bd1392e32c - Switch to pyproject macros.
- No more greedy globs in %files.
- Remove unneeded Requires on setuptools.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=20
2025-06-17 04:20:33 +00:00
e700a32f3d Accepting request 1219189 from devel:languages:python
- update to 1.14.0:
  * support added for Python 3.13
  * New FritzTopology module: represents the mesh-topology graph.

OBS-URL: https://build.opensuse.org/request/show/1219189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=10
2024-10-30 16:36:28 +00:00
b0f80a68d6 - update to 1.14.0:
* support added for Python 3.13
  * New FritzTopology module: represents the mesh-topology graph.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=18
2024-10-29 21:20:54 +00:00
4 changed files with 50 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee7e6bd207c7fef606d016b7068c63a03607ca97007a064f6ef4db75c8a217b2
size 161752

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:711d7043809f3c3fd7bfa2878cdba3c4ab84d1b58daa10b6d5c036a36a610925
size 167546

View File

@@ -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>

View File

@@ -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