14
0
forked from pool/python-taskw

Accepting request 1003349 from home:pgajdos:python

- version update to 2.0.0
  * This release is functionally identical to 1.3.1, but drops support for
    older versions of Python.  Before upgrading to this version of Taskw,
    make sure you're running Python 3.5 or newer.
  * does not require python-six

OBS-URL: https://build.opensuse.org/request/show/1003349
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-taskw?expand=0&rev=8
This commit is contained in:
John Vandenberg
2022-09-13 22:42:07 +00:00
committed by Git OBS Bridge
parent 47fa2d62ea
commit f2a537d1cf
4 changed files with 13 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-taskw
Version: 1.3.1
Version: 2.0.0
Release: 0
Summary: Python bindings for taskwarrior
License: GPL-3.0-or-later
@@ -31,7 +31,6 @@ BuildRequires: python-rpm-macros
Requires: python-kitchen
Requires: python-python-dateutil
Requires: python-pytz
Requires: python-six
Requires: taskwarrior
BuildArch: noarch
# SECTION test requirements
@@ -39,7 +38,6 @@ BuildRequires: %{python_module kitchen}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module six}
BuildRequires: taskwarrior
# /SECTION
%python_subpackages