Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-confluent-kafka for openSUSE:Factory checked in at 2025-05-26 18:33:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-confluent-kafka (Old) and /work/SRC/openSUSE:Factory/.python-confluent-kafka.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-confluent-kafka" Mon May 26 18:33:58 2025 rev:9 rq:1279521 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-confluent-kafka/python-confluent-kafka.changes 2023-12-03 20:49:27.695204853 +0100 +++ /work/SRC/openSUSE:Factory/.python-confluent-kafka.new.2732/python-confluent-kafka.changes 2025-05-26 18:35:44.123922998 +0200 @@ -1,0 +2,5 @@ +Fri May 23 09:09:21 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-confluent-kafka.spec ++++++ --- /var/tmp/diff_new_pack.j895Cg/_old 2025-05-26 18:35:44.627944244 +0200 +++ /var/tmp/diff_new_pack.j895Cg/_new 2025-05-26 18:35:44.627944244 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-confluent-kafka # -# Copyright (c) 2023 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 @@ -26,11 +26,12 @@ URL: https://github.com/confluentinc/confluent-kafka-python Source: https://files.pythonhosted.org/packages/source/c/confluent-kafka/confluent-kafka-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: librdkafka-devel >= %{version} BuildRequires: python-rpm-macros - %python_subpackages %description @@ -41,15 +42,16 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install rm -v %{buildroot}/%{_prefix}/LICENSE.txt %python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} %license LICENSE.txt %doc README.md -%{python_sitearch}/* +%{python_sitearch}/confluent[_-]kafka +%{python_sitearch}/confluent[_-]kafka-%{version}*-info