Accepting request 845058 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/845058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-11-02 08:39:38 +00:00 committed by Git OBS Bridge
commit 686da6f5cf
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 23 14:42:42 UTC 2020 - Matej Cepl <mcepl@suse.com>
- 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 <info@paolostivanin.com>

View File

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