01-remove-autocommand.patch 805 B

1234567891011121314151617181920
  1. У autocommand лицензия LGPL-3 и транзитивно через jaraco.text поджигает проверку у Catboost
  2. В Аркидии этим ни кто не пользуется, потому просто удаляю
  3. --- contrib/python/jaraco.text/jaraco/text/show-newlines.py (index)
  4. +++ contrib/python/jaraco.text/jaraco/text/show-newlines.py (working tree)
  5. @@ -1 +0,0 @@
  6. -import autocommand
  7. @@ -30,3 +28,0 @@ def report_newlines(filename):
  8. -
  9. -
  10. -autocommand.autocommand(__name__)(report_newlines)
  11. --- contrib/python/jaraco.text/jaraco/text/strip-prefix.py (index)
  12. +++ contrib/python/jaraco.text/jaraco/text/strip-prefix.py (working tree)
  13. @@ -3,2 +2,0 @@ import sys
  14. -import autocommand
  15. -
  16. @@ -19,3 +16,0 @@ def strip_prefix():
  17. -
  18. -
  19. -autocommand.autocommand(__name__)(strip_prefix)