From 10112c5e9688a7652af55c481435e9b76dcde4f135a2ff180ec556a903b0b026 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 23 Oct 2020 14:43:05 +0000 Subject: [PATCH] - Use %pycache_only %python_sitelib instead of %python3_sitelib fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=26 --- python-mistune.changes | 6 ++++++ python-mistune.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-mistune.changes b/python-mistune.changes index 5374f0a..4db3c41 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 23 14:42:42 UTC 2020 - Matej Cepl + +- Use %pycache_only %python_sitelib instead of %python3_sitelib + fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348 + ------------------------------------------------------------------- Tue Apr 14 10:24:24 UTC 2020 - Paolo Stivanin diff --git a/python-mistune.spec b/python-mistune.spec index def5898..8ac4251 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -52,7 +52,7 @@ A markdown parser in pure Python, inspired by marked. %license LICENSE %doc CHANGES.rst README.rst %{python_sitelib}/mistune.py* -%pycache_only %{python3_sitelib}/__pycache__/* +%pycache_only %{python_sitelib}/__pycache__/* %dir %{python_sitelib}/mistune-%{version}-py*.egg-info %{python_sitelib}/mistune-%{version}-py*.egg-info/*