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/*