14
0

- Update to 2.4.3:

* Support for Taskwarrior 2.6
  * Support for tzlocal>=3.0
  * Official support for Python 3.9 in the test matrix 
- Rewrite disable-windows-test.patch to be suitable for upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tasklib?expand=0&rev=8
This commit is contained in:
2022-02-02 06:28:03 +00:00
committed by Git OBS Bridge
parent e32429bd46
commit 6b6a2a4ad0
5 changed files with 25 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tasklib
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-tasklib
Version: 2.3.0
Version: 2.4.3
Release: 0
Summary: Python Task Warrior library
License: BSD-3-Clause
@@ -32,11 +32,11 @@ BuildRequires: %{python_module six >= 1.4}
BuildRequires: %{python_module tzlocal}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: taskwarrior >= 2.1.0
BuildRequires: taskwarrior >= 2.4.0
Requires: python-pytz
Requires: python-six >= 1.4
Requires: python-tzlocal
Requires: taskwarrior >= 2.1.0
Requires: taskwarrior >= 2.4.0
BuildArch: noarch
%python_subpackages