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

chore(deps): update dependency jupyterlite-core to >=0.3,<0.6 #10663

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jupyterlite-core >=0.3,<0.4 -> >=0.3,<0.6 age adoption passing confidence

Release Notes

jupyterlite/jupyterlite (jupyterlite-core)

v0.5.0

Compare Source

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
  • Fix outdated RTC docs, clean up handling of the collaborative flag #​1536 (@​jtpio)
Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl | @​dependabot | @​EwoutH | @​github-actions | @​jtpio | @​lesteve | @​martenrichter

v0.4.5

Compare Source

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​dependabot | @​github-actions | @​jtpio | @​juntyr

v0.4.4

Compare Source

(Full Changelog)

Enhancements made
Bugs fixed
Contributors to this release

(GitHub contributors page for this release)

@​fcollonval | @​github-actions | @​jtpio | @​martinRenou

v0.4.3

Compare Source

(Full Changelog)

Bugs fixed
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​andeplane | @​diegofcornejo | @​github-actions | @​katotetsuro

v0.4.2

Compare Source

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​bollwyvl | @​github-actions | @​jtpio | @​trungleduc

v0.4.1

Compare Source

(Full Changelog)

Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​github-actions | @​jtpio | @​michaelweinold | @​zonca

v0.4.0

Compare Source

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
API and Breaking Changes
Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​bollwyvl | @​Carreau | @​dependabot | @​github-actions | @​jtpio | @​juntyr | @​krassowski | @​martinRenou


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Issues or PRs related to dependencies label Jan 10, 2025
Copy link
Contributor

ACTION NEEDED

Ibis follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message.

Please update your PR title and description to match the specification.

@cpcloud cpcloud force-pushed the renovate/jupyterlite-core-0.x branch from 69c668f to 7c79351 Compare January 14, 2025 08:22
Copy link
Contributor Author

renovate bot commented Jan 14, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions github-actions bot added docs Documentation related issues or PRs ci Continuous Integration issues or PRs labels Jan 14, 2025
@cpcloud cpcloud added the docs-preview Add this label to trigger a docs preview label Jan 14, 2025
@cpcloud cpcloud added this to the 10.0 milestone Jan 14, 2025
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Jan 14, 2025
@cpcloud cpcloud force-pushed the renovate/jupyterlite-core-0.x branch from 7c79351 to 0fdcca6 Compare January 14, 2025 11:08
@cpcloud cpcloud added the docs-preview Add this label to trigger a docs preview label Jan 14, 2025
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Jan 14, 2025
@github-actions github-actions bot added the duckdb The DuckDB backend label Jan 14, 2025
@cpcloud cpcloud added the docs-preview Add this label to trigger a docs preview label Jan 14, 2025
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Jan 14, 2025
@cpcloud cpcloud force-pushed the renovate/jupyterlite-core-0.x branch from 35da604 to 0195a03 Compare January 15, 2025 11:52
@cpcloud cpcloud added the docs-preview Add this label to trigger a docs preview label Jan 15, 2025
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Jan 15, 2025
@cpcloud cpcloud force-pushed the renovate/jupyterlite-core-0.x branch from 0195a03 to a4eb088 Compare January 16, 2025 08:32
@cpcloud cpcloud force-pushed the renovate/jupyterlite-core-0.x branch from a4eb088 to 4259e92 Compare January 16, 2025 08:32
@cpcloud cpcloud added the docs-preview Add this label to trigger a docs preview label Jan 16, 2025
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Jan 16, 2025
@cpcloud
Copy link
Member

cpcloud commented Jan 16, 2025

Sweet, it's now working!

jupyter lite build \
--debug \
--no-libarchive \
--piplite-wheels "dist/ibis_framework-${ibis_dev_version}-py3-none-any.whl" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These flags now throw an error, and the duckdb wheel is no longer required as it ships with the latest pyodide distribution.

wheel_url = "https://storage.googleapis.com/ibis-wasm-wheels/pyarrow-17.0.0-cp311-cp311-emscripten_3_1_46_wasm32.whl"
await pyodide_js.loadPackage(wheel_url)
%pip install numpy pandas tzdata duckdb
import micropip, pathlib, js, unix_timezones
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason importing unix_timezones is required, because pyarrow's own import of it raises an exception. It doesn't really make much sense, but this works around the issue.

I'll report upstream.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reported upstream here: pyodide/pyodide#5344

@@ -151,7 +151,7 @@ docs/**/*.html

# jupyterlite stuff
.jupyterlite.doit.db
docs/jupyter_lite_config.json
jupyter_lite_config.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This had to be moved up otherwise, jupyterlite wouldn't pick up the config.

@cpcloud cpcloud merged commit 4610b78 into main Jan 16, 2025
108 of 109 checks passed
@cpcloud cpcloud deleted the renovate/jupyterlite-core-0.x branch January 16, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration issues or PRs dependencies Issues or PRs related to dependencies docs Documentation related issues or PRs duckdb The DuckDB backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant