Skip to content

Commit

Permalink
python-orjson: Update to v3.10.13
Browse files Browse the repository at this point in the history
**Summary**

This release fixes compatibility with maturin introducing a breaking change in 1.8.0

Signed-off-by: Thomas Staudinger <[email protected]>
  • Loading branch information
Staudey committed Dec 29, 2024
1 parent 6fd4b7e commit 47f0f99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/py/python-orjson/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : python-orjson
version : 3.10.11
release : 45
version : 3.10.13
release : 46
source :
- https://files.pythonhosted.org/packages/source/o/orjson/orjson-3.10.11.tar.gz : e35b6d730de6384d5b2dab5fd23f0d76fae8bbc8c353c2f78210aa5fa4beb3ef
- https://files.pythonhosted.org/packages/source/o/orjson/orjson-3.10.13.tar.gz : eb9bfb14ab8f68d9d9492d4817ae497788a15fd7da72e14dfabc289c3bb088ec
license :
- Apache-2.0
- MIT
Expand Down
16 changes: 8 additions & 8 deletions packages/py/python-orjson/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.11.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.11.dist-info/RECORD</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.11.dist-info/WHEEL</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.11.dist-info/licenses/LICENSE-APACHE</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.11.dist-info/licenses/LICENSE-MIT</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.13.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.13.dist-info/RECORD</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.13.dist-info/WHEEL</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.13.dist-info/licenses/LICENSE-APACHE</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson-3.10.13.dist-info/licenses/LICENSE-MIT</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson/__init__.pyi</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/orjson/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
Expand All @@ -35,9 +35,9 @@
</Files>
</Package>
<History>
<Update release="45">
<Date>2024-11-02</Date>
<Version>3.10.11</Version>
<Update release="46">
<Date>2024-12-29</Date>
<Version>3.10.13</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 47f0f99

Please sign in to comment.