1
0

0.4.27-30-g1217005.fix-typos-discovered-by-codespell.patch 1.0 KB

12345678910111213141516171819202122232425
  1. Subject: Fix typos discovered by codespell
  2. Origin: upstream, commit 0.4.27-30-g1217005 <https://github.com/ahupp/python-magic/commit/0.4.27-30-g1217005>
  3. Author: ddelange <14880945+ddelange@users.noreply.github.com>
  4. Date: Wed May 22 14:10:24 2024 +0200
  5. --- a/CHANGELOG
  6. +++ b/CHANGELOG
  7. @@ -31,7 +31,7 @@
  8. Changes to 0.4.23
  9. -- Include a `py.typed` sentinal to enable type checking
  10. +- Include a `py.typed` sentinel to enable type checking
  11. - Improve fix for attribute error during destruction
  12. - Cleanup library loading logic
  13. - Add new homebrew library dir for OSX
  14. @@ -76,7 +76,7 @@
  15. - add MAGIC_MIME_TYPE constant, use that in preference to MAGIC_MIME internally.
  16. This sets up for a breaking change in a future major version bump where
  17. - MAGIC_MIME will change to mathch magic.h.
  18. + MAGIC_MIME will change to match magic.h.
  19. - add magic.version() function to return library version
  20. - add setparam/getparam to control internal behavior
  21. - increase internal limits with setparam to prevent spurious error on some jpeg files