diff --git a/python-fleming.changes b/python-fleming.changes index 5df9c01..e4b768f 100644 --- a/python-fleming.changes +++ b/python-fleming.changes @@ -1,8 +1,11 @@ ------------------------------------------------------------------- Wed Oct 12 03:23:44 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 0.7.0 - * Merge pull request #47 from ambitioninc/develop +- Update to version 0.7.0: + * Add support for python 3.9, 3.10 + * Drop support for python 3.5, 3.6 + * Add support for python 3.8 + * Drop python 2.7 ------------------------------------------------------------------- Wed Nov 18 04:07:00 UTC 2020 - John Vandenberg diff --git a/python-fleming.spec b/python-fleming.spec index 2f5f1e3..f5820cc 100644 --- a/python-fleming.spec +++ b/python-fleming.spec @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} Name: python-fleming Version: 0.7.0 Release: 0 @@ -25,6 +25,7 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/ambitioninc/fleming Source: https://github.com/ambitioninc/fleming/archive/%{version}.tar.gz#/fleming-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros