Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle change in tar file name caused by setuptools update #9185

Closed
wants to merge 1 commit into from

Conversation

dhalbert
Copy link
Collaborator

Stubs .tar.gz filename changed to use an underscore instead of a hypen, by setuptools v69.3.0. See pypa/setuptools#4300. This does not seem likely to be reverted. Handle old and new filenames.

@dhalbert dhalbert changed the title Handle change in tar file name caued by setuptools update Handle change in tar file name caused by setuptools update Apr 17, 2024
@dhalbert
Copy link
Collaborator Author

Now there is a readthedocs build failure 😕 . Example: https://readthedocs.org/projects/circuitpython/builds/24089178/ . It's not clear to me what the failure is on the RTD side.

@dhalbert
Copy link
Collaborator Author

Now there is a readthedocs build failure 😕 . Example: https://readthedocs.org/projects/circuitpython/builds/24089178/ . It's not clear to me what the failure is on the RTD side.

In successful vs the failed run, it's sphinx 7.2.6 vs 7.3.1. The latter gives this error in the log:

pickling environment... WARNING: cannot cache unpickable configuration value: 'autoapi_prepare_jinja_env'

autoapi_prepare_jinja_env() is a short function in circuitpython/conf.py.

dhalbert added a commit that referenced this pull request Apr 17, 2024
9.0.x - Handle change in tar file name caused by setuptools update #9185
@dhalbert
Copy link
Collaborator Author

I will do this as merges from 9.0.x.

@dhalbert dhalbert closed this Apr 17, 2024
@dhalbert dhalbert deleted the setuptools-separator branch April 17, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant