-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Rename offline zip #2413
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
Rename offline zip #2413
Conversation
for more information, see https://pre-commit.ci
WebReflection
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
| </body> | ||
| </html></pre> | ||
| </html></pre | ||
| > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this? ... I'd add a \n before the ending </pre>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is pre-commit hook messing with HTML. :-/ Will look into this.
| <a href="offline__VERSION_.zip">offline__VERSION_.zip</a> (PyScript _VERSION_ | ||
| zipped up for offline use) | ||
| <a href="offline__VERSION_.zip">offline__VERSION_.zip</a> | ||
| (PyScript _VERSION_ zipped up for offline use) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks fine, it will result into just a space once visualized
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, again pre-commit hook mangled this. 🤦
Description
This addresses #2346 discussions about including PyScript version information. To this end the
offline.zipfile is renamed tooffline_<CALVER>.zip(e.g.offline_2025.11.3.zip) so it's easy to identify which version of PyScript is contained within the archive.Changes
sedcommand so replacement is global within a line (thegflag).Checklist
make buildworks locally.