From c18d17adec9a95aa7ad08b2db4da4046045b6c97e0c93de48cfb58777a30a44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 2 May 2025 07:42:25 +0000 Subject: [PATCH] Accepting request 1273925 from home:dimstar:Factory - Unset SOURCE_DATE_EPOCH while running the test suite (https://github.com/mesonbuild/meson-python/issues/742). OBS-URL: https://build.opensuse.org/request/show/1273925 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-meson-python?expand=0&rev=28 --- python-meson-python.changes | 6 ++++++ python-meson-python.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-meson-python.changes b/python-meson-python.changes index 2270ed3..f9bf18a 100644 --- a/python-meson-python.changes +++ b/python-meson-python.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 1 08:17:04 UTC 2025 - Dominique Leuenberger + +- Unset SOURCE_DATE_EPOCH while running the test suite + (https://github.com/mesonbuild/meson-python/issues/742). + ------------------------------------------------------------------- Wed Nov 20 14:58:13 UTC 2024 - Dirk Müller diff --git a/python-meson-python.spec b/python-meson-python.spec index c667349..6ad2194 100644 --- a/python-meson-python.spec +++ b/python-meson-python.spec @@ -1,7 +1,7 @@ # # spec file for package python-meson-python # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties @@ -78,6 +78,8 @@ modules implemented in languages such as C, C++, Cython, Fortran, Pythran, or Ru %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# the test suite fails with SOURCE_DATE_EPOCH set +unset SOURCE_DATE_EPOCH # test suite path issues donttest="test_vendored_meson" %{python_expand # clear test builds