rapidsai / frigate

Frigate is a tool for automatically generating documentation for your Helm charts
https://frigate.readthedocs.io
Other
83 stars 25 forks source link

update versioneer to 0.29 #74

Open minrk opened 2 weeks ago

minrk commented 2 weeks ago

just ran:

pipx install versioneer
versioneer install

with 0.29.

fixes error on SafeConfigParser, removed in Python 3.12, deprecated since 3.2, which prevents the pre-commit hook from working.

jacobtomlinson commented 2 weeks ago

Out of interest @minrk where are you using this repo and what for? I haven't touched it for a long time and I only use the sphinx plugin in Dask. We are discussing archiving this and moving the sphinx plugin into a standalone package. Would you be sad if we archived this repo?

minrk commented 2 weeks ago

I would not be sad, that's totally fine. I'm helping out updating https://github.com/kbatch-dev/helm-chart, which I think maybe inherited it from the dask chart.

The Sphinx plugin sounds great.

minrk commented 2 weeks ago

btw, specifying the Python minor version to 3.11 or lower in environment.yml would also have avoided the issue that brought me here. Probably a good idea for an inactive project (or even a fully frozen env).