Skip to content

Tags: simplejson/simplejson

Tags

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Exclude Pyodide wheels from PyPI uploads (#375)

* Skip Pyodide wheels when uploading to PyPI

PyPI rejects wasm wheels with "unsupported platform tag
'pyodide_2024_0_wasm32'". Strip them from the dist/ directory before
publishing so the upload doesn't fail. The wheels are still built and
preserved as workflow artifacts so users can grab them from the run.

* Release 4.0.1

Bumps simplejson to 4.0.1 with a CHANGES.txt entry covering the PyPI
upload fix that skips Pyodide/wasm wheels (PR #375).

* Update Sphinx conf.py version to 4.0.1

conf.py was stale at 3.20.2 and got missed during the 4.0.0 bump.

---------

Co-authored-by: Claude <noreply@anthropic.com>

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use JSONDecodeError for out-of-range end indices in C scanstring (#374)

v3.20.2

Toggle v3.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #340 from simplejson/changes-v3.20.2

Update changelog and version for v3.20.2

v3.20.1

Toggle v3.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #330 from simplejson/fix-workflow

Fix PyPI upload workflow

v3.20.0

Toggle v3.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #329 from simplejson/key-cache

Memoize keys after ensuring that they are strings

Verified

This commit was signed with the committer’s verified signature.
etrepum Bob Ippolito

v3.19.2

Toggle v3.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #317 from simplejson/update-cibw

Update test & build matrix and use Github Actions as a Trusted Publisher

test-v3.19.2

Toggle test-v3.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #317 from simplejson/update-cibw

Update test & build matrix and use Github Actions as a Trusted Publisher

v3.19.1

Toggle v3.19.1's commit message

Unverified

This user has not yet uploaded their public signing key.
v3.19.1

Signed-off-by: Bob Ippolito <bob@redivi.com>

v3.19.0

Toggle v3.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #313 from simplejson/audit-fixes

Implement recommended fixes from OSTIF audit