forked from pool/python-meson-python
Accepting request 1273931 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1273931 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-meson-python?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 1 08:17:04 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Wed Nov 20 14:58:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-meson-python
|
# spec file for package python-meson-python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# the test suite fails with SOURCE_DATE_EPOCH set
|
||||||
|
unset SOURCE_DATE_EPOCH
|
||||||
# test suite path issues
|
# test suite path issues
|
||||||
donttest="test_vendored_meson"
|
donttest="test_vendored_meson"
|
||||||
%{python_expand # clear test builds
|
%{python_expand # clear test builds
|
||||||
|
|||||||
Reference in New Issue
Block a user