- 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:
Dirk Mueller 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

@ -1,8 +1,11 @@
-------------------------------------------------------------------
Wed Oct 12 03:23:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <jayvdb@gmail.com>

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