14
0
forked from pool/python-taskw

Accepting request 913279 from home:fusionfuture:branches:devel:languages:python

- Add taskw-1.3.0-fix-build-with-taskwarrior-2.5.2.patch to fix
  build error with taskwarrior >= 2.5.2.

OBS-URL: https://build.opensuse.org/request/show/913279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-taskw?expand=0&rev=5
This commit is contained in:
John Vandenberg
2021-08-20 08:50:16 +00:00
committed by Git OBS Bridge
parent 6be092cc8f
commit 2b5300f17b
3 changed files with 65 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-taskw
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@ License: GPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/ralphbean/taskw
Source: https://files.pythonhosted.org/packages/source/t/taskw/taskw-%{version}.tar.gz
# PATCH-FIX-UPSTREAM taskw-1.3.0-fix-build-with-taskwarrior-2.5.2.patch https://github.com/ralphbean/taskw/compare/81f703bac941be74149d0297ea102afba11efdc8...0fa72d2656a5d220a105aad5d880ab7fb57a49cd.diff
Patch0: taskw-1.3.0-fix-build-with-taskwarrior-2.5.2.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -49,6 +51,7 @@ Python bindings for your taskwarrior database.
%prep
%setup -q -n taskw-%{version}
%patch0 -p1
%build
%python_build