baca-0.1.16_with_CLImage-0.2.0.patch 774 B

12345678910111213141516171819202122
  1. --- a/src/baca/components/contents.py 2023-06-08 11:46:28.000000000 +0200
  2. +++ b/src/baca/components/contents.py 2023-12-14 15:31:01.693092213 +0100
  3. @@ -89,7 +89,7 @@
  4. # NOTE: -1 for precaution on rounding of screen width
  5. oWidth=self.size.width - 1,
  6. is_unicode=True,
  7. - color_type=climage._color_types.truecolor,
  8. + color_type=climage.color_types.truecolor,
  9. palette="default",
  10. )
  11. img.close()
  12. --- a/pyproject.toml 2023-06-08 11:46:28.000000000 +0200
  13. +++ b/pyproject.toml 2023-12-14 15:31:01.693092213 +0100
  14. @@ -20,7 +20,7 @@
  15. appdirs = "^1.4.4"
  16. peewee = "^3.16.0"
  17. fuzzywuzzy = "^0.18.0"
  18. -climage = "^0.1.3"
  19. +climage = "^0.2.0"
  20. [tool.poetry.group.dev.dependencies]
  21. black = "^23.1.0"