15
0

- update to 0.4.0:

* Drop Python 3.7 support
- Initial release of 0.3.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-grimoirelab-toolkit?expand=0&rev=3
This commit is contained in:
2023-12-07 21:59:48 +00:00
committed by Git OBS Bridge
parent 81cab66f36
commit 6050b6d5a0
4 changed files with 13 additions and 6 deletions

View File

@@ -16,14 +16,15 @@
#
%{?sle15_python_module_pythons}
Name: python-grimoirelab-toolkit
Version: 0.3.4
Version: 0.4.0
Release: 0
Summary: Toolkit of common functions used across GrimoireLab
License: GPL-3.0-or-later
URL: https://chaoss.github.io/grimoirelab/
Source: https://files.pythonhosted.org/packages/source/g/grimoirelab-toolkit/grimoirelab_toolkit-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1.0.0}
BuildRequires: %{python_module pytest}