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 2025-06-17 18:22:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fritzconnection (Old)
 and      /work/SRC/openSUSE:Factory/.python-fritzconnection.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fritzconnection"

Tue Jun 17 18:22:50 2025 rev:11 rq:1286226 version:1.14.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-fritzconnection/python-fritzconnection.changes
    2024-10-30 17:37:21.279591961 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fritzconnection.new.19631/python-fritzconnection.changes
 2025-06-17 18:23:43.978075940 +0200
@@ -1,0 +2,7 @@
+Tue Jun 17 04:15:19 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+- Remove unneeded Requires on setuptools.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-fritzconnection.spec ++++++
--- /var/tmp/diff_new_pack.UfqmnS/_old  2025-06-17 18:23:44.478096732 +0200
+++ /var/tmp/diff_new_pack.UfqmnS/_new  2025-06-17 18:23:44.482096898 +0200
@@ -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
@@ -22,18 +22,18 @@
 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 @@
 
 %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,5 +75,6 @@
 %{_bindir}/fritzphonebook
 %{_bindir}/fritzstatus
 %{_bindir}/fritzwlan
-%{python_sitelib}/*
+%{python_sitelib}/fritzconnection
+%{python_sitelib}/fritzconnection-%{version}.dist-info
 

Reply via email to