Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2022 00:42:54 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 554d9778e7c1 - main - deskutils/py-taskw: Update to 1.3.0
Message-ID:  <202203080042.2280gss3002956@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=554d9778e7c10c6d69a7e0fd2c679351653b1ac8

commit 554d9778e7c10c6d69a7e0fd2c679351653b1ac8
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-03-08 00:42:30 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-03-08 00:42:30 +0000

    deskutils/py-taskw: Update to 1.3.0
    
    Changes: https://github.com/ralphbean/taskw/blob/develop/CHANGELOG.rst#130
    
    PR:     258386
---
 deskutils/py-taskw/Makefile                           |  2 +-
 deskutils/py-taskw/distinfo                           |  6 +++---
 deskutils/py-taskw/files/patch-taskw_warrior.py       | 14 ++++++++++++++
 deskutils/py-taskw/files/patch-test__requirements.txt |  5 -----
 4 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/deskutils/py-taskw/Makefile b/deskutils/py-taskw/Makefile
index 9dfa142cfc58..3b6fe8f6ddb9 100644
--- a/deskutils/py-taskw/Makefile
+++ b/deskutils/py-taskw/Makefile
@@ -1,7 +1,7 @@
 # Created by: Kubilay Kocak <koobs@FreeBSD.org>
 
 PORTNAME=	taskw
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 CATEGORIES=	deskutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/deskutils/py-taskw/distinfo b/deskutils/py-taskw/distinfo
index 59cb555ecaf2..2d278f6e154b 100644
--- a/deskutils/py-taskw/distinfo
+++ b/deskutils/py-taskw/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556183708
-SHA256 (taskw-1.2.0.tar.gz) = fadd8afc12df026c3c2d39b633c55d3337f7dca95602fce2239455a048bc85fe
-SIZE (taskw-1.2.0.tar.gz) = 41059
+TIMESTAMP = 1631185769
+SHA256 (taskw-1.3.0.tar.gz) = 7673d80b3d5bace5b35eb71f5035e313a92daab6e437694128d8ce7dcdaf66fb
+SIZE (taskw-1.3.0.tar.gz) = 43078
diff --git a/deskutils/py-taskw/files/patch-taskw_warrior.py b/deskutils/py-taskw/files/patch-taskw_warrior.py
new file mode 100644
index 000000000000..bacc4e8e54de
--- /dev/null
+++ b/deskutils/py-taskw/files/patch-taskw_warrior.py
@@ -0,0 +1,14 @@
+--- taskw/warrior.py.orig	2021-09-09 11:19:46 UTC
++++ taskw/warrior.py
+@@ -412,10 +412,10 @@ class TaskWarriorShellout(TaskWarriorBase):
+     and https://github.com/ralphbean/taskw/issues/30 for more.
+     """
+     DEFAULT_CONFIG_OVERRIDES = {
++        'verbose': 'nothing',
+         'json': {
+             'array': 'TRUE'
+         },
+-        'verbose': 'nothing',
+         'confirmation': 'no',
+         'dependency': {
+             'confirmation': 'no',
diff --git a/deskutils/py-taskw/files/patch-test__requirements.txt b/deskutils/py-taskw/files/patch-test__requirements.txt
deleted file mode 100644
index cc348c85072a..000000000000
--- a/deskutils/py-taskw/files/patch-test__requirements.txt
+++ /dev/null
@@ -1,5 +0,0 @@
---- test_requirements.txt.orig	2015-06-25 15:03:27 UTC
-+++ test_requirements.txt
-@@ -1,2 +1 @@
- nose>=1.3.4,<2
--tox>=1.8.1,<2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203080042.2280gss3002956>