jacobsalmela / tccutil

♿️ Command line tool to modify OS X's accessibility database (TCC.db)
https://jacobsalmela.com/2014/07/14/tccutil-py-command-line-utility-modifying-accessibility-database-os-x/
GNU General Public License v2.0
471 stars 62 forks source link

Fix deprecation of distutils Version classes #58

Closed zhouchenh closed 2 years ago

zhouchenh commented 2 years ago

Fix the following warning:

DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.

Issue: #57

jacobsalmela commented 2 years ago

Thank you! Could you also bump the version in the script?

zhouchenh commented 2 years ago

Sure. The version has been updated to 1.2.12 in tccutil.py.