summaryrefslogtreecommitdiff
path: root/net/py-errbot/files
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-04-25 20:32:52 -0700
committerNeel Chauhan <nc@FreeBSD.org>2021-04-25 20:32:52 -0700
commite327fd83e67532c68a0ac11e4c4955a540b3fead (patch)
tree614ed3f092c1afb193e8a2ca631f30646562d79f /net/py-errbot/files
parentx11-servers/xwayland-devel: switch to better maintained mirror (diff)
net/py-errbot: Update to 6.1.7
This is needed for the GTK+ 4 update. PR: 255278 Approved by: sunpoet (maintainer)
Diffstat (limited to 'net/py-errbot/files')
-rw-r--r--net/py-errbot/files/patch-setup.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/net/py-errbot/files/patch-setup.py b/net/py-errbot/files/patch-setup.py
index d20082386f53..85c91b609482 100644
--- a/net/py-errbot/files/patch-setup.py
+++ b/net/py-errbot/files/patch-setup.py
@@ -1,10 +1,10 @@
---- setup.py.orig 2020-10-10 16:25:15 UTC
+--- setup.py.orig 2020-12-19 05:26:11 UTC
+++ setup.py
-@@ -36,7 +36,6 @@ deps = ['webtest',
- 'markdown<3.0', # rendering stuff, 3.0+ deprecates 'safe()'
- 'ansi',
- 'Pygments>=2.0.2',
-- 'pygments-markdown-lexer>=0.1.0.dev39', # sytax coloring to debug md
- 'dulwich>=0.19.16', # python implementation of git
- 'deepmerge>=0.1.0',
- ]
+@@ -37,7 +37,6 @@ deps = [
+ 'markdown>=3.3',
+ "ansi",
+ "Pygments>=2.0.2",
+- "pygments-markdown-lexer>=0.1.0.dev39", # sytax coloring to debug md
+ "dulwich>=0.19.16", # python implementation of git
+ "deepmerge>=0.1.0",
+ ]