Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pyodide/pyodide

Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
https://github.com/pyodide/pyodide

Deploy a debug version of Pyodide to the CDN (#2800)

46d75f32720c9494deb1740cff225a0b8be8d816 authored over 2 years ago
ENH Add flag to run bash script in cross build environment (#2734)

This script will run with the target environment variables and
sysconfigdata and with the pywas...

49807b699cd6eb6e420b13d00c94a53ca38b0921 authored over 2 years ago
Micropip: Improve error message when attempting to load wheel with wrong platform (#2783)

If the wheel is an Emscripten wheel of the wrong version, give the expected
version and the wh...

61ef0813add7737fb8cdbe11132665cc42b836bf authored over 2 years ago
Update Rust nightly version (#2792)

Yesterday's nightly includes rust-lang/rust#98149 which allows us to remove the
PIC setting. Th...

deb344cd37ad75666022e26a7d68f76a638dce66 authored over 2 years ago
Add Robot Raconteur package to Pyodide (without wasm-exceptions) (#2794)

This PR adds the Robot Raconteur Pyodide package, which is a modified version
of Robot Raconteu...

810be8869fbe01392197b4994ad8bc6e87a2f061 authored over 2 years ago
Move eval functions to pyodide.code submodule (#2787)

This raises a deprecation warning the first time such a function is used. Work towards #2689.

761b6320ba6a795630c4d44df9f253fd0cd0c562 authored over 2 years ago
Export repodata.json in node config (#2784)

e4397994f1061ca8af25299b96212815feffef66 authored over 2 years ago
Add Python version to repodata (#2786)

63516c3e83e9e2fbe49102f8415b45a3e0efa785 authored over 2 years ago
Trigger pypi deploy from circleci (#2782)

598688eeba80e9ace04380012ee37066f344f398 authored over 2 years ago
Update libtiff url (#2781)

Fix #2780

We can revert the URL when we have a newer certifi in our docker image.

33c53aa74bfaba757444cdd949fef8b8cb80ca95 authored over 2 years ago
Revert "0.21.0a2"

This reverts commit c540ce9b9c36663bd06c1a6cb048c6696d0efd6c.

cd40765cc1d4835ef06af1b29ed73d9afa7cf72c authored over 2 years ago
0.21.0a2

This has to be alpha2 because I seem to have accidentally
published an alpha1 to npm.

c540ce9b9c36663bd06c1a6cb048c6696d0efd6c authored over 2 years ago
Add continuous deployment to npm (#2776)

5fde2ae0a8eea19c23bc5ae261083c9eef4e3b00 authored over 2 years ago
Fix error message for invalid exports meta.yaml key (#2777)

19b2dcf77b4525309f190f98ba200695065c23e1 authored over 2 years ago
Update emscripten to v3.1.14 (#2775)

f3e8836902038fd4f8b1ce1f0e4a3837ba48e4e4 authored over 2 years ago
Rearrange changelog (#2774)

9aa179a52040d1bacacfd84814f087217accf34e authored over 2 years ago
Don't log every exception. (#2773)

We don't need to emit a console warning every time a Python exception
is wrapped in a JavaScrip...

6b3a68f94fa2f98659bc7131f711a3fcad9f516c authored over 2 years ago
Update libffi tag (#2772)

Since the Emscripten update, libffi can support closures with up to 1000 arguments.

55a53df4a5778e406881a745b0eed43139451e3c authored over 2 years ago
ENH Add micropip support for loading wheels from emfs (#2767)

23c5587cfb4005f306ab31c9e7ae4d8791967f18 authored over 2 years ago
Add noop "bind" function to PyProxyCallableMethods (#2769)

This pull request adds a noop "bind" function to PyProxyCallableMethods in
pyproxy.ts. Some li...

8bfce929862e3600961459ec7a787e2116fb2ca3 authored over 2 years ago
ENH Allow specifying a custom lock file (#2645)

This option is intended to be used with micropip.freeze. A user can
save the lockfile generated...

b01cc1a800a72a66f6632caf651e2c71a544fb15 authored over 2 years ago
Default to -sSIDE_MODULE=2 in packages (#2712)

Drops the size of the dist directory from 271mb to 226 mb which is a 17% size reduction.

fac51bdcf00a0d70eac3c00d6e1df57d689cd209 authored over 2 years ago
PKG Add libtiff (#2762)

929d296a0967cd33c2982fb4df67c1c0741ac6eb authored over 2 years ago
Remove make-int-return-values patch (#2770)

8c8109f1dfa9f3716f6391351152bcef23ffc006 authored over 2 years ago
Bump yt version to 4.0.4 (#2768)

The removed patch was upstreamed:
https://github.com/yt-project/yt/pull/3833

d4eabea5dabb583d8002b7d31a1528d10ec7561d authored over 2 years ago
[pre-commit.ci] pre-commit autoupdate (#2751)

updates:
* github.com/pre-commit/mirrors-clang-format: v14.0.4-1 → v14.0.5
* github.com/pre-co...

f5925944a21dad413e0a3376fda82896b11e35b2 authored over 2 years ago
Bump opencv-python version to 4.6.0.66 (#2761)

b65247dc4098dea4d1258f6a8e6d29559a3944e0 authored over 2 years ago
Update packages (#2758)

Everything is up to date except:
* yt
* opencv-python

f4f179fee80277426735f0d899a62fdc072e52f4 authored over 2 years ago
Fix micropip package loading from file:// in node (#2759)

The node native fetch doesn't support file:// yet and nor does node-fetch but we
want micropip ...

1624e4a62445876a2d810fdbfc9ddb69a8321a8e authored over 2 years ago
MAINT improve CI size listing (#2765)

Remove permissions junk and sort files so it is easier to compare between different runs.

57651cf6ce406344e17fc1d8e269b9c700a78a54 authored over 2 years ago
Bump matplotlib version to 3.5.2 (#2760)

Co-authored-by: Hood Chatham <[email protected]>

f9b1d84d6ba6c60f6a9dac417a53f362564c9afc authored over 2 years ago
DOCS Edits and updates (#2756)

cdc59accf33d4b5b5d8e1dada0fe202e344a9327 authored over 2 years ago
DOCS Some updates to release instructions (#2748)

a86ea97ac77c1094c2e9c689148da11dbaaf29b0 authored over 2 years ago
Fix micropip error when a package contains invalid version (#2754)

1acc3b5b019c2483b28170fd286ba0c82ce6f49c authored over 2 years ago
Pass -Zlink-native-libraries=no when building Rust (#2753)

be331255f7dff3011bc8d7127f8ebd0e4db36524 authored over 2 years ago
Fix micropip.list() error when there is a package loaded from a custom url (#2743)

d80f702a7e47a83ce685851f87e61c170fd4d688 authored over 2 years ago
API Rename packages.json to repodata.json (#2749)

Closes #2747

* renames packages.json to repodata.json
* renames the corresponding JS and P...

8de2a04ab08204401c1fcca820f60310bc74187c authored over 2 years ago
MAINT Fix typo in bump-version (#2745)

734e91c4f579357838cf672185a6952252de5fa7 authored over 2 years ago
DOCS clean and rebuild before publishing to npm

f853860313828aaa1a442cb5f3dc8fd834cfe940 authored over 2 years ago
Bumped version in meta.yaml for python-sat. (#2744)

cdc354034bc73bcc024235e7281c784c612d0f4f authored over 2 years ago
Use node's native fetch if it's available (#2732)

8e8ccffddc669aad0b982798d93f0f10f8d11a78 authored over 2 years ago
PKG Add sparseqr and suitesparse (#2685)

Co-authored-by: Gabriel Fougeron <[email protected]>
Co-authored-by: pre-commit-ci[bo...

16bb0e86fdd9ab676c99b1674c9225b3156c317e authored over 2 years ago
MAINT Use the patched version of setuptools-rust (#2735)

060f1f4ba6cb4e1f8afbb6a474a70756415364aa authored over 2 years ago
PKG Add shapely and geos (#2725)

Co-authored-by: Hood <[email protected]>

38fae6e9cbcdd8e932a53bf1c763279dc55729d5 authored over 2 years ago
Change shared library installation directory (#2721)

Change shared library installation directory from /lib/python3.10/site-packages/ to /usr/lib.

...

ef5f80bf075a7808948186c29375061b629d05cf authored over 2 years ago
Fix typo in scipy f2py wrapper for nrm2 (#2728)

648d9e18d60dbd266274f569773bc563ffb304b0 authored over 2 years ago
Use nightly rust and simplify rust_emcc_wrapper (#2724)

b427d36e58fcfa83a328f4f9b87d028ededf3f43 authored over 2 years ago
Drop mutable-globals flag when compiling Rust (#2723)

fcdcc47d664d50bd24db4d2e8972cecfc8525de3 authored over 2 years ago
Fix hypothesis exceptiongroup test failure (#2718)

885d7ff7cc2b856a082e6db15e3724606e1dbdd3 authored over 2 years ago
MAINT Finish tidying up numpy patches (#2717)

a7f099e5d669f1ea5a098cda03a1dad46d957311 authored over 2 years ago
MAINT Fix C compiler warnings in src/core (#2716)

f58fadfffca95f1b470517a80b6296d3f5369dfb authored over 2 years ago
Update fenv patch to match upstreamed patch (#2692)

This new patch has the benefit that if wasm/emscripten ever does
gain fenv support we will swit...

c1c0cd34faf2d9af93524ba84a88b10c50da4929 authored over 2 years ago
Mention that some RUSTFLAGS are set by default in built.script (#2709)

Per hoodmane's comment here:
https://github.com/pyodide/pyodide/issues/2706#issuecomment-1154714227

fe4286f576f7758b8966c6a673b031d8aaed15b8 authored over 2 years ago
Use -sSIDE_MODULE=2 when compiling rust (#2713)

6868d2e93ccbcb08faed51eacbf8f28392abc831 authored over 2 years ago
Fix shared library loading order (#2686)

392908cf68d47247a21b815a8c23100aab0d8c50 authored over 2 years ago
Update emscripten patches again (#2684)

This drops the Rust patch and "Throw away errors in minify wasm_js" which
I suspect was fixed b...

8d30ebdf136c3626a94193b47a04ccc263549cf9 authored over 2 years ago
Fix cryptography build after emscripten update (#2683)

9c305efc465f033fea3aa6cccaf4fbdd93ad74f4 authored over 2 years ago
Update patch for numpy to determine pointer sizes correctly for cross build (#2695)

Upstream PR: numpy/numpy#21733 (files)

Upstream patch was accepted. Final upstream version is...

a83055b003d637c412d198ea10571b918f10603a authored over 2 years ago
[pre-commit.ci] pre-commit autoupdate (#2707)

26c3f4dbd4b0a9472a65a31fbd4b51b4c04e5362 authored over 2 years ago
Add support for backend flags to buildpkg (#2690)

And use it to disable numpy optimization by passing the `--disable-optimization`
flag instead ...

2d056ed2539c23092a97259717d395ba45233885 authored over 2 years ago
Replace numpy disable-svml patch with upstreamed version (#2702)

07322414e86c46190766468e2aae39fc877a053a authored over 2 years ago
MAINT Tidy up numpy patches (#2701)

dc33b25a6f3e62a9844fb2caa1480b726b56b809 authored over 2 years ago
Remove another numpy patch (#2699)

b9c90fe8139e2cd865601d940bbc621929a6530d authored over 2 years ago
TST Use short pytest tracebacks (#2700)

By default, pytest uses the --tb=auto option with 'long' tracebacks for
the first and last ent...

aebbf816aabc128675b549a9bece682a0e1f756d authored over 2 years ago
Drop Numpy use local blas lapack patch (#2696)

a47e9085b8b5d53413bfadd95fbc9e2a24a1ccc0 authored over 2 years ago
Drop numpy init alloc cache patch (#2698)

d3544a06a852f72c6a4343ece46625456cccc2e8 authored over 2 years ago
Drop numpy execinfo patch (#2691)

105e1bffa396f421ee890c2de482112a9b0ba2fe authored over 2 years ago
Remove numpy disable maybe uninitialized patch (#2694)

1fc1d6ce8a2d06e5e25030c3c62ec9c01dbd85f1 authored over 2 years ago
Drop numpy fix-longdouble patch (#2693)

91c56911f6831dea62ac157dd1913fb35bd7d75a authored over 2 years ago
Remove fix-invalid-asm-instruction patch (#2697)

ed5953ceaf0384938cbe58c551af5fe98a83a6ac authored over 2 years ago
FIX TextDecoder is not a left inverse for TextEncoder (#2678)

e18b59d28146172bcc4773ab38b937ad6bda4f59 authored over 2 years ago
Use emscripten 3.1.13 (#2679)

c8340859950c3883c6a82680dbceda367f82bd59 authored over 2 years ago
Update to emscripten 3.1.6 (#2672)

52f27f06ad3500d4a6a35244c9237e653aa233e7 authored over 2 years ago
MAINT Fix pyproxy_init declaration (#2682)

21eb7f92be65f0defa66052e2537acba62707639 authored over 2 years ago
Cryptography v36.0.2 w/ Rust (#2378)

dbbbbb67b27e8f967e25fce9355fecacc5f5a55e authored over 2 years ago
PKG Add galpy (#2676)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

b880ec239593c0e9f5433e6590e488350d4e7a07 authored over 2 years ago
FIX Don't build a shared library for libgsl (#2677)

0cb41c4ac64d739159492bf5ab5209ef0686d826 authored over 2 years ago
MAINT Switch to using a tag to version libffi port (#2673)

8a8629f2c6dfbacb5e42c9e50e19540a060042b8 authored over 2 years ago
Fix groupadd/useradd in `run_docker` so $HOME is set correctly (#2675)

"$HOME is now just set to /. According to useradd's documentation, the flag for setting
the hom...

e30df9fa9aa4e2c40bd3d733a5e7e2ed06358743 authored over 2 years ago
ENH Add a new "disabled" key to meta.yaml (#2671)

Frequently when updating Python or Emscripten, a handlful of packages
stop working. Because of ...

0283a39629980824f98b5bb4e78b5f5a395f1fbe authored over 2 years ago
PKG Add XGBoost (#2537)

Co-authored-by: Hood Chatham <[email protected]>

587a73fa14e1ffceec5380d884214f9d36d45be1 authored over 2 years ago
Disable cursor blinking in the REPL if `noblink` is specified (#2666)

e.g. https://pyodide.org/en/latest/console.html?noblink

184c6d5bed2c1f4dde5e4f72c27234c85191a676 authored over 2 years ago
Add gmpy2 and its dependencies (#2665)

Add gmpy2 and its dependencies libmpc, libmpfr and libgmp.
gmpy2 is an optional dependency of ...

9b76b7a4ee6eca2341cc811a77e45810b2392e2b authored over 2 years ago
Use strict mode for pytest-asyncio (#2663)

efaa65b5b8a0ae2c883c70996b73b0be3270d6f4 authored over 2 years ago
python-sat 0.1.7.dev17 (#2661)

a6ef2ef3783f04ed7c0d86e1724206bd5fae2a5a authored over 2 years ago
Remove tzdata from the build step (#2658)

0c63457b37bf723fcd1dd8ec35bbbe1a1382a628 authored over 2 years ago
MAINT Update the packages.json info to include emscripten version and pyodide version (#2655)

fdb0a3581d3cc541312569bd06b52906da4d3592 authored over 2 years ago
Enable Wasm BigInt (#2643)

This enables WASM_BIGINT while maintaining (hypothetical) Safari 14 support
by shimming BigInt6...

95b1194945287aee450f9c19d8acdd7de9bc018f authored over 2 years ago
DOCS Add info about pytest marks and run_in_pyodide (#2652)

Co-authored-by: Roman Yurchak <[email protected]>
Co-authored-by: Gyeongjae Choi <def6488@g...

0aafb5dd12276284afa59a060690a34d8e8846e4 authored over 2 years ago
MAINT Update gitignore for tools/symlinks (#2657)

6a0d66a5d73a9c9f5d0cc3e628e84e2347d1cb46 authored over 2 years ago
DOCS Fix Typos (#2656)

Fixed 2 typos.

42d33407cab1c4a28e95b693e7d7dc3a0b102458 authored over 2 years ago
DOCS Update the description of the linting process (#2651)

Co-authored-by: Gyeongjae Choi <[email protected]>
Co-authored-by: Roman Yurchak <rth.yurchak@g...

cabf75516b15be486eb47a809b46e9420b947a67 authored over 2 years ago
MAINT Define loadPackage in _compat rather than pyodide_js (#2654)

c5f3a48e151eac9fb9bf703a1141615bbc081f96 authored over 2 years ago
Fix run_in_pyodide to return values and update tests (#2653)

70133410d834e48dac266f6c219acec35c05c823 authored over 2 years ago
[pre-commit.ci] pre-commit autoupdate (#2649)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

5d1aff326214ccdcce1725fc069dde09be79b933 authored over 2 years ago
Convert more typeconversions tests to use run_in_pyodide (#2646)

d3758cbc5e727403081806ad68f95fc39b7616e1 authored over 2 years ago
MAINT Convert some jsproxy tests to using run_in_pyodide (#2647)

0003993956a7ce26b26bf09f145c52a9f226abf9 authored over 2 years ago
MAINT Update side modules to use SIDE_MODULE_LDFLAGS (#2650)

It causes trouble when these flags get out of sync, cf
WASM_BIGINT branch #2643

6976ea69f4b376c6fc9319f6ad0bc39a2bba04df authored over 2 years ago
MAINT Improve debug settings in Makefile.envs (#2648)

951681cfba4c98e80e37ef041b1d8b84adf24065 authored over 2 years ago
TST Add Playwright for an auxiliary testing framework (#2091)

74a89826ce6a0639c2ddba582ad7b04d946f9698 authored over 2 years ago