git: 6f0cff349131 - main - deskutils/py-taskw: Update version 1.3.0=>1.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Mar 2022 10:38:04 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f0cff349131935ba20ef7901d88b59a72a94893 commit 6f0cff349131935ba20ef7901d88b59a72a94893 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-03-11 18:52:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-03-12 10:38:01 +0000 deskutils/py-taskw: Update version 1.3.0=>1.3.1 Relnotes: https://github.com/ralphbean/taskw/releases/tag/1.3.1 --- deskutils/py-taskw/Makefile | 9 ++++----- deskutils/py-taskw/distinfo | 6 +++--- deskutils/py-taskw/files/patch-taskw_warrior.py | 14 -------------- 3 files changed, 7 insertions(+), 22 deletions(-) diff --git a/deskutils/py-taskw/Makefile b/deskutils/py-taskw/Makefile index 7f240c02395e..0eba809a7497 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.3.0 +PORTVERSION= 1.3.1 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,9 @@ COMMENT= Python bindings for your taskwarrior database LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}kitchen>0:devel/py-kitchen@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}kitchen>0:devel/py-kitchen@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.4,<2:devel/py-nose@${PY_FLAVOR} \ task:deskutils/taskwarrior diff --git a/deskutils/py-taskw/distinfo b/deskutils/py-taskw/distinfo index 2d278f6e154b..11012e0104d2 100644 --- a/deskutils/py-taskw/distinfo +++ b/deskutils/py-taskw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631185769 -SHA256 (taskw-1.3.0.tar.gz) = 7673d80b3d5bace5b35eb71f5035e313a92daab6e437694128d8ce7dcdaf66fb -SIZE (taskw-1.3.0.tar.gz) = 43078 +TIMESTAMP = 1647023973 +SHA256 (taskw-1.3.1.tar.gz) = 1a68e49cac2d4f6da73c0ce554fd6f94932d95e20596f2ee44a769a28c12ba7d +SIZE (taskw-1.3.1.tar.gz) = 43381 diff --git a/deskutils/py-taskw/files/patch-taskw_warrior.py b/deskutils/py-taskw/files/patch-taskw_warrior.py deleted file mode 100644 index bacc4e8e54de..000000000000 --- a/deskutils/py-taskw/files/patch-taskw_warrior.py +++ /dev/null @@ -1,14 +0,0 @@ ---- 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',