File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ Fixes:
2727* #873: Handle 'd' when mapping colors
2828* #874: Avoid breakage with six's importer
2929
30+ Changes to dependencies:
31+
32+ * curtsies >= 0.3.5 is now required
33+ * pyxdg is now required
34+ * wcwidth has been replaced with cwcwidth
35+
30360.20.1
3137------
3238
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ def test_unhighlight_paren_bugs(self):
659659 cyan (">>> " ) + on_magenta (bold (red ("(" ))),
660660 green ("... " ) + on_magenta (bold (red (")" ))),
661661 ],
662- width = 32
662+ width = 32 ,
663663 )
664664 self .assert_paint (screen , (1 , 5 ))
665665
@@ -670,7 +670,7 @@ def test_unhighlight_paren_bugs(self):
670670 cyan (">>> " ) + yellow ("(" ),
671671 green ("... " ) + yellow (")" ) + bold (cyan (" " )),
672672 ],
673- width = 32
673+ width = 32 ,
674674 )
675675 self .assert_paint (screen , (1 , 6 ))
676676
You can’t perform that action at this time.
0 commit comments