From a3ba1c6b8e5817cf11373166066a7628c41a03bf4db13eacbea6149510c025f0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 16 Jul 2020 10:14:14 +0000 Subject: [PATCH] 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 --- python-enaml.changes | 5 +++++ python-enaml.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-enaml.changes b/python-enaml.changes index 29fe038..977d1a0 100644 --- a/python-enaml.changes +++ b/python-enaml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 12 06:24:53 UTC 2020 - Bernhard Wiedemann + +- Dont ship unreproducible cache files to make package build reproducible + ------------------------------------------------------------------- Thu Jul 9 12:53:51 UTC 2020 - Marketa Calabkova diff --git a/python-enaml.spec b/python-enaml.spec index 39826a9..ea500eb 100644 --- a/python-enaml.spec +++ b/python-enaml.spec @@ -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}