Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-frozenlist for openSUSE:Factory checked in at 2024-01-17 22:14:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-frozenlist (Old) and /work/SRC/openSUSE:Factory/.python-frozenlist.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-frozenlist" Wed Jan 17 22:14:45 2024 rev:8 rq:1139190 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-frozenlist/python-frozenlist.changes 2024-01-09 20:48:50.902464121 +0100 +++ /work/SRC/openSUSE:Factory/.python-frozenlist.new.16006/python-frozenlist.changes 2024-01-17 22:14:48.201902607 +0100 @@ -1,0 +2,5 @@ +Tue Jan 16 08:30:56 UTC 2024 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Add reproducible.patch to avoid embedding a random tmp dir (boo#1062303) + +------------------------------------------------------------------- New: ---- reproducible.patch BETA DEBUG BEGIN: New: - Add reproducible.patch to avoid embedding a random tmp dir (boo#1062303) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-frozenlist.spec ++++++ --- /var/tmp/diff_new_pack.7UWRkN/_old 2024-01-17 22:14:48.989931546 +0100 +++ /var/tmp/diff_new_pack.7UWRkN/_new 2024-01-17 22:14:48.993931692 +0100 @@ -25,6 +25,8 @@ URL: https://github.com/aio-libs/frozenlist Source: https://files.pythonhosted.org/packages/source/f/frozenlist/frozenlist-%{version}.tar.gz Patch1: no-pytest-cov.patch +# PATCH-FIX-OPENSUSE - avoid embedding random tmp dir in .so +Patch2: reproducible.patch BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module expandvars} ++++++ reproducible.patch ++++++ workaround https://github.com/cython/cython/issues/5949 diff --git a/packaging/pep517_backend/_backend.py b/packaging/pep517_backend/_backend.py index 8bb2ee2..e640738 100644 --- a/packaging/pep517_backend/_backend.py +++ b/packaging/pep517_backend/_backend.py @@ -286,7 +286,7 @@ def build_wheel( """ with maybe_prebuild_c_extensions( line_trace_cython_when_unset=False, - build_inplace=False, + build_inplace=True, config_settings=config_settings, ): return _setuptools_build_wheel(