1
0

Accepting request 852727 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/852727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-12-04 20:27:20 +00:00 committed by Git OBS Bridge
commit f8d1684629
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 2 21:54:54 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- compile cache for all python3 flavors
gh#openSUSE/python-rpm-macros#66
-------------------------------------------------------------------
Thu Sep 17 11:33:01 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -57,8 +57,11 @@ rm -rf jaraco.functools.egg-info
%python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py
%{?python_compileall}
%{!?python_compileall: # if we haven no python_compileall we are for sure still without multiple python3 flavors.
%py3_compile %{buildroot}%{python3_sitelib}/jaraco/
%py3_compile -O %{buildroot}%{python3_sitelib}/jaraco/
}
%python_expand %fdupes %{buildroot}%{$python_sitelib}