From b9e49095d513d7dba32f515be9edefb569fb1e01858591a3c1a7c176c6885004 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Dec 2021 09:35:57 +0000 Subject: [PATCH] - Fix filelist OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=144 --- python-hypothesis.changes | 5 +++++ python-hypothesis.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index d357765..4548f72 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 6 09:35:44 UTC 2021 - Matej Cepl + +- Fix filelist + ------------------------------------------------------------------- Sun Dec 5 18:29:41 UTC 2021 - Axel Braun diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 115f167..dbf84e3 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -174,9 +174,9 @@ filterwarnings = %license LICENSE.txt %doc README.rst %python_alternative %{_bindir}/hypothesis -%{python_sitelib}/hypothesis +%{python_sitelib}/*hypothesis* %{python_sitelib}/hypothesis-%{version}-py*.egg-info -%{python_sitelib}/* +%pycache_only %{python_sitelib}/__pycache__/*hypothesis* %endif %changelog