0.4.27-3-gcc0c587.corrected-the-command-for-the-test-for-python3.patch 479 B

12345678910111213141516
  1. Subject: Corrected the command for the test for python3
  2. Origin: upstream, commit 0.4.27-3-gcc0c587 <https://github.com/ahupp/python-magic/commit/0.4.27-3-gcc0c587>
  3. Author: ekko <gar001300@gmail.com>
  4. Date: Sat Oct 22 00:45:54 2022 +0530
  5. --- a/README.md
  6. +++ b/README.md
  7. @@ -116,7 +116,7 @@
  8. To run against a specific python version:
  9. ```
  10. -LC_ALL=en_US.UTF-8 python3 test/test.py
  11. +LC_ALL=en_US.UTF-8 python3 test/python_magic_test.py
  12. ```
  13. ## libmagic python API compatibility