Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yarl for openSUSE:Factory checked in at 2024-03-13 22:16:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yarl (Old) and /work/SRC/openSUSE:Factory/.python-yarl.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yarl" Wed Mar 13 22:16:45 2024 rev:30 rq:1157158 version:1.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yarl/python-yarl.changes 2024-01-17 22:14:56.386203156 +0100 +++ /work/SRC/openSUSE:Factory/.python-yarl.new.1770/python-yarl.changes 2024-03-13 22:17:12.401243631 +0100 @@ -1,0 +2,5 @@ +Tue Mar 12 10:35:11 UTC 2024 - Bernhard Wiedemann <[email protected]> + +- restore correct reproducible.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ reproducible.patch ++++++ --- /var/tmp/diff_new_pack.oCY0M4/_old 2024-03-13 22:17:13.509284394 +0100 +++ /var/tmp/diff_new_pack.oCY0M4/_new 2024-03-13 22:17:13.513284541 +0100 @@ -7,17 +7,17 @@ that gets embedded into /usr/lib64/python3.10/site-packages/yarl/_quoting_c.cpython-310-x86_64-linux-gnu.so -Index: yarl-1.9.4/packaging/pep517_backend/_backend.py -=================================================================== ---- yarl-1.9.4.orig/packaging/pep517_backend/_backend.py -+++ yarl-1.9.4/packaging/pep517_backend/_backend.py -@@ -207,7 +207,7 @@ def _in_temporary_directory(src_dir: Pat - @contextmanager - def maybe_prebuild_c_extensions( - line_trace_cython_when_unset: bool = False, -- build_inplace: bool = False, -+ build_inplace: bool = True, - config_settings: dict[str, str] | None = None, - ) -> t.Generator[None, t.Any, t.Any]: - """Pre-build C-extensions in a temporary directory, when needed. +diff --git a/packaging/pep517_backend/_backend.py b/packaging/pep517_backend/_backend.py +index 9a28ace..3e7db07 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(
