forked from pool/python-ana
- Make package compatible with python3.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ana?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:30:57 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Make package compatible with python3.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 10:50:32 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Wed Jan 25 10:50:32 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -64,6 +64,10 @@ A Python module that provides an undocumented data layer for Python objects.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitelib}/ana
|
%{python_sitelib}/ana
|
||||||
|
%if %python_version_nodots < 38
|
||||||
|
%{python_sitelib}/ana-%{version}*-info
|
||||||
|
%else
|
||||||
%{python_sitelib}/ana-%{internal_version}*-info
|
%{python_sitelib}/ana-%{internal_version}*-info
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user