15
0
forked from pool/python-enaml

Accepting request 820784 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/820784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=5
This commit is contained in:
2020-07-16 10:14:14 +00:00
committed by Git OBS Bridge
parent bc5109ba28
commit a3ba1c6b8e
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 12 06:24:53 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
- Dont ship unreproducible cache files to make package build reproducible
-------------------------------------------------------------------
Thu Jul 9 12:53:51 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -92,6 +92,7 @@ mv enaml enaml_temp
# not sure why these two are failing
%pytest_arch -k "not (test_focus_tracking or test_focus_traversal)"
mv enaml_temp enaml
find %{buildroot} -name __enamlcache__ | xargs rm -r # drop unreproducible files https://github.com/nucleic/enaml/issues/397
%post
%{python_install_alternative enaml-compileall enaml-run}