15
0

Accepting request 1191822 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1191822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-EditorConfig?expand=0&rev=8
This commit is contained in:
2024-08-07 04:10:27 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 4 13:38:40 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Don't write python bytecode in tests for reproducible builds
-------------------------------------------------------------------
Tue Jul 30 21:16:59 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -51,6 +51,7 @@ rm -rf %{buildroot}%{_bindir}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export PYTHONDONTWRITEBYTECODE=1
# Still not resolved issues with tests, gh#editorconfig/editorconfig-core-py#37
%{python_expand cmake .
export PYTHONPATH=%{buildroot}%{$python_sitelib}