tableau / document-api-python

Create and modify Tableau workbook and datasource files
https://tableau.github.io/document-api-python/
MIT License
326 stars 178 forks source link

perf: use packaging.version instead of distutils #255

Open Moraxyc opened 3 months ago

Moraxyc commented 3 months ago

distutils has been removed since python 3.12

salesforce-cla[bot] commented 3 months ago

Thanks for the contribution! Before we can merge this, we need @Moraxyc to sign the Salesforce Inc. Contributor License Agreement.

Moraxyc commented 3 months ago

You already signed the CLA on 2024-05-22

Have no idea why the bot said that again.

jacalata commented 3 months ago

The bot is somewhat less than 100% accurate, sadly. Thanks for following it up anyway :)

Moraxyc commented 3 months ago

I forgot to add the packaging package dependency. Considering that the commit of this PR has already been captured by nixpkgs as a patch, please add this part.