Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-slixmpp for openSUSE:Factory checked in at 2026-03-24 18:49:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-slixmpp (Old) and /work/SRC/openSUSE:Factory/.python-slixmpp.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-slixmpp" Tue Mar 24 18:49:43 2026 rev:16 rq:1342140 version:1.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-slixmpp/python-slixmpp.changes 2026-03-18 16:51:19.887105367 +0100 +++ /work/SRC/openSUSE:Factory/.python-slixmpp.new.8177/python-slixmpp.changes 2026-03-24 18:50:41.002948086 +0100 @@ -1,0 +2,6 @@ +Tue Mar 24 03:20:14 UTC 2026 - Steve Kowalik <[email protected]> + +- Use setuptools-rust rather than Cython, since it's Rust, not C. +- Specify directories under sitearch explicitly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-slixmpp.spec ++++++ --- /var/tmp/diff_new_pack.iJJApM/_old 2026-03-24 18:50:41.598972679 +0100 +++ /var/tmp/diff_new_pack.iJJApM/_new 2026-03-24 18:50:41.598972679 +0100 @@ -24,13 +24,14 @@ URL: https://slixmpp.readthedocs.io/ Source: https://codeberg.org/poezio/slixmpp/archive/slix-%{version}.tar.gz Source1: vendor.tar.zst -BuildRequires: %{python_module Cython} BuildRequires: %{python_module aiodns} BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module cryptography} -BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module devel >= 3.11} BuildRequires: %{python_module maturin} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools-rust} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: %{python_module xml} @@ -42,8 +43,6 @@ BuildRequires: zstd BuildRequires: pkgconfig(libidn) Requires: python-aiodns -Requires: python-aiohttp -Requires: python-cryptography Requires: python-pyasn1 Requires: python-pyasn1-modules %python_subpackages @@ -59,6 +58,7 @@ %build export CFLAGS="%{optflags}" +export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}" %pyproject_wheel %install @@ -71,5 +71,6 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/slixmpp* +%{python_sitearch}/slixmpp +%{python_sitearch}/slixmpp-%{version}.dist-info
