-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Some changes pushed to main #689
Comments
I've done that by temporarily allowing force-pushes, pushing HEAD~2 to main, and then once again disabling force pushes to main. Now the proposed changes are in feature/pep-621, which I'll put through a PR. |
Okay, it looks like I'll be releasing 10.0.1 from a separate branch so this shouldn't be in the way. Later, I wanted to debug more TLS-related tracebacks with some things only present locally currently. |
Though, I do prefer having OTOH, with things like the dependency groups, it might make sense to host the metadata in |
Are you sure you pushed the right commit back? I'm pretty the CI was green on the head of |
Alrigh.. It looks the same:
This likely means that something isn't pinned fully for the docs envs in the CI.. I'll have to figure it out then. |
The most obvious difference is - .pkg: packaging==24.0,pip==24.0,setuptools==69.1.0,setuptools-scm==8.0.4,tomli==2.0.1,typing_extensions==4.11.0,wheel==0.42.0
+ .pkg: packaging==24.0,pip==24.0,setuptools==69.5.1,setuptools-scm==8.0.4,tomli==2.0.1,typing_extensions==4.11.0,wheel==0.43.0
32 |
Though WARNING: cannot cache unpickable configuration value: 'spelling_filters' (because it contains a function, class, or module object) suggests it's a runtime thing, it shouldn't be related to packaging... |
I think it was Setuptools 69.3 that changed the names of sdists with dashes in the name. |
@jaraco yes, but I don't think it's the cause. The Sphinx problem specifically does not seem to be caused by that, at least. I think that one might be related to Sphinx's caching but I don't understand why it didn't manifest itself earlier. Anyway, I'll try fixing it later since it's past midnight already. |
@webknjaz FYI - as part of my work in coherent-oss/roadmap#8, I pushed some changes directly to cheroot main. I don't want to disrupt the current RC release, so I'm going to disable force-pushes on main and back out those changes.
The text was updated successfully, but these errors were encountered: