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:
27
27
* #873: Handle 'd' when mapping colors
28
28
* #874: Avoid breakage with six's importer
29
29
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
+
30
36
0.20.1
31
37
------
32
38
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ def test_unhighlight_paren_bugs(self):
659
659
cyan (">>> " ) + on_magenta (bold (red ("(" ))),
660
660
green ("... " ) + on_magenta (bold (red (")" ))),
661
661
],
662
- width = 32
662
+ width = 32 ,
663
663
)
664
664
self .assert_paint (screen , (1 , 5 ))
665
665
@@ -670,7 +670,7 @@ def test_unhighlight_paren_bugs(self):
670
670
cyan (">>> " ) + yellow ("(" ),
671
671
green ("... " ) + yellow (")" ) + bold (cyan (" " )),
672
672
],
673
- width = 32
673
+ width = 32 ,
674
674
)
675
675
self .assert_paint (screen , (1 , 6 ))
676
676
You can’t perform that action at this time.
0 commit comments