summaryrefslogtreecommitdiff
path: root/sysutils/fabric/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-07-15 06:16:34 +0000
committeradam <adam@pkgsrc.org>2022-07-15 06:16:34 +0000
commita0bdbbab5f5b32f83b1cc2846fecd6a68204e23f (patch)
treed58f9240e06e45443cade69ec3561b7738adf708 /sysutils/fabric/Makefile
parentd4bfa0cdacd82e34f8d6a5137bb89e1386dea77e (diff)
downloadpkgsrc-a0bdbbab5f5b32f83b1cc2846fecd6a68204e23f.tar.gz
fabric: updated to 2.7.1
2.7.1 [Bug] 1924: (also 2007) Overhaul behavior and testing re: merging together different sources for the key_filename parameter in Connection.connect_kwargs. This fixes a number of type-related errors (string objects have no extend attribute, cannot add lists to strings, etc).
Diffstat (limited to 'sysutils/fabric/Makefile')
-rw-r--r--sysutils/fabric/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 3429218ca79..e49d13659bd 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2022/07/13 12:13:15 adam Exp $
+# $NetBSD: Makefile,v 1.58 2022/07/15 06:16:34 adam Exp $
-DISTNAME= fabric-2.7.0
+DISTNAME= fabric-2.7.1
CATEGORIES= sysutils net python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Fabric/}