Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pybluez for openSUSE:Factory 
checked in at 2025-06-04 20:29:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pybluez (Old)
 and      /work/SRC/openSUSE:Factory/.python-pybluez.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pybluez"

Wed Jun  4 20:29:18 2025 rev:22 rq:1282613 
version:0.23+git5096047f90a1f6a74ceb250aef6243e144170f92

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pybluez/python-pybluez.changes    
2023-07-27 16:53:17.926658477 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybluez.new.16005/python-pybluez.changes 
2025-06-04 20:29:24.231097044 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 09:01:21 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pybluez.spec ++++++
--- /var/tmp/diff_new_pack.6TD8in/_old  2025-06-04 20:29:24.679115607 +0200
+++ /var/tmp/diff_new_pack.6TD8in/_new  2025-06-04 20:29:24.683115772 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pybluez
 #
-# Copyright (c) 2022 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
@@ -17,6 +17,7 @@
 
 
 %define rev 5096047f90a1f6a74ceb250aef6243e144170f92
+%define pkg_version 0.30
 %{?sle15_python_module_pythons}
 Name:           python-pybluez
 Version:        0.23+git%{rev}
@@ -27,7 +28,9 @@
 URL:            https://pybluez.github.io/
 Source:         
https://github.com/pybluez/pybluez/archive/%{rev}.tar.gz#/pybluez-%{rev}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  bluez-devel
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -45,10 +48,10 @@
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 #%%check
@@ -58,5 +61,5 @@
 %license COPYING
 %doc CHANGELOG README.md
 %{python_sitearch}/bluetooth/
-%{python_sitearch}/PyBluez-*.egg-info
+%{python_sitearch}/[Pp]y[Bb]luez-%{pkg_version}*-info
 

Reply via email to