View | Details | Raw Unified | Return to bug 258386
Collapse All | Expand All

(-)b/deskutils/py-taskw/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
1
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
2
PORTNAME=	taskw
2
PORTNAME=	taskw
3
PORTVERSION=	1.2.0
3
PORTVERSION=	1.3.0
4
CATEGORIES=	deskutils python
4
CATEGORIES=	deskutils python
5
MASTER_SITES=	CHEESESHOP
5
MASTER_SITES=	CHEESESHOP
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)b/deskutils/py-taskw/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1556183708
1
TIMESTAMP = 1631185769
2
SHA256 (taskw-1.2.0.tar.gz) = fadd8afc12df026c3c2d39b633c55d3337f7dca95602fce2239455a048bc85fe
2
SHA256 (taskw-1.3.0.tar.gz) = 7673d80b3d5bace5b35eb71f5035e313a92daab6e437694128d8ce7dcdaf66fb
3
SIZE (taskw-1.2.0.tar.gz) = 41059
3
SIZE (taskw-1.3.0.tar.gz) = 43078
(-)b/deskutils/py-taskw/files/patch-taskw_warrior.py (+14 lines)
Added Link Here
1
--- taskw/warrior.py.orig	2021-09-09 11:19:46 UTC
2
+++ taskw/warrior.py
3
@@ -412,10 +412,10 @@ class TaskWarriorShellout(TaskWarriorBase):
4
     and https://github.com/ralphbean/taskw/issues/30 for more.
5
     """
6
     DEFAULT_CONFIG_OVERRIDES = {
7
+        'verbose': 'nothing',
8
         'json': {
9
             'array': 'TRUE'
10
         },
11
-        'verbose': 'nothing',
12
         'confirmation': 'no',
13
         'dependency': {
14
             'confirmation': 'no',
(-)a/deskutils/py-taskw/files/patch-test__requirements.txt (-5 lines)
Removed Link Here
1
--- test_requirements.txt.orig	2015-06-25 15:03:27 UTC
2
+++ test_requirements.txt
3
@@ -1,2 +1 @@
4
 nose>=1.3.4,<2
5
-tox>=1.8.1,<2

Return to bug 258386