From 097da0d1952d77ee9f11ed2600d6b0ac8dfcf5c1b8cfdc9bcfcc2d319310aa40 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 25 Jan 2023 11:31:18 +0000 Subject: [PATCH] - Make package compatible with python3.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ana?expand=0&rev=14 --- python-ana.changes | 5 +++++ python-ana.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-ana.changes b/python-ana.changes index 1072ba5..34678c6 100644 --- a/python-ana.changes +++ b/python-ana.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 25 11:30:57 UTC 2023 - Daniel Garcia + +- Make package compatible with python3.6 + ------------------------------------------------------------------- Wed Jan 25 10:50:32 UTC 2023 - Daniel Garcia diff --git a/python-ana.spec b/python-ana.spec index ab21002..10e0f07 100644 --- a/python-ana.spec +++ b/python-ana.spec @@ -64,6 +64,10 @@ A Python module that provides an undocumented data layer for Python objects. %license LICENSE %doc README.md %{python_sitelib}/ana +%if %python_version_nodots < 38 +%{python_sitelib}/ana-%{version}*-info +%else %{python_sitelib}/ana-%{internal_version}*-info +%endif %changelog