15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fleming?expand=0&rev=4
This commit is contained in:
2022-10-12 11:02:28 +00:00
committed by Git OBS Bridge
parent 1d7c5b984e
commit 5d6372cedd
2 changed files with 7 additions and 3 deletions

View File

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