Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-propcache for 
openSUSE:Factory checked in at 2024-10-15 14:57:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-propcache (Old)
 and      /work/SRC/openSUSE:Factory/.python-propcache.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-propcache"

Tue Oct 15 14:57:36 2024 rev:2 rq:1207852 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-propcache/python-propcache.changes        
2024-10-11 17:01:12.611902968 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-propcache.new.19354/python-propcache.changes 
    2024-10-15 14:57:39.698826377 +0200
@@ -1,0 +2,5 @@
+Sun Oct 13 11:54:18 UTC 2024 - Bernhard Wiedemann <[email protected]>
+
+- Add reproducible.patch to not embed a random tmpdir in binaries (boo#1062303)
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

BETA DEBUG BEGIN:
  New:
- Add reproducible.patch to not embed a random tmpdir in binaries (boo#1062303)
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-propcache.spec ++++++
--- /var/tmp/diff_new_pack.SKLd3N/_old  2024-10-15 14:57:40.874875287 +0200
+++ /var/tmp/diff_new_pack.SKLd3N/_new  2024-10-15 14:57:40.878875453 +0200
@@ -23,6 +23,7 @@
 License:        Apache-2.0
 URL:            https://github.com/aio-libs/propcache
 Source:         
https://files.pythonhosted.org/packages/source/p/propcache/propcache-%{version}.tar.gz
+Patch0:         reproducible.patch
 BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module Cython >= 3.0.11}
 BuildRequires:  %{python_module expandvars}

++++++ reproducible.patch ++++++
diff --git a/packaging/pep517_backend/_backend.py 
b/packaging/pep517_backend/_backend.py
index 7245be9..ad4dd85 100644
--- a/packaging/pep517_backend/_backend.py
+++ b/packaging/pep517_backend/_backend.py
@@ -321,7 +321,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(

Reply via email to