forked from pool/python-orjson
- update to 3.8.3:
* `orjson.dumps()` accepts `option=None` per `Optional[int]` type. * Fix tests on 32-bit for `numpy.intp` and `numpy.uintp`. * Build now depends on rustc 1.60 or later. * Support building with maturin 0.13 or 0.14. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orjson?expand=0&rev=9
This commit is contained in:
parent
bd1931843c
commit
decba6fff4
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">orjson-3.8.0.tar.gz</param>
|
||||
<param name="srctar">orjson-3.8.3.tar.gz</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07c42de52dfef56cdcaf2278f58e837b26f5b5af5f1fd133a68c4af203851fc7
|
||||
size 860348
|
3
orjson-3.8.3.tar.gz
Normal file
3
orjson-3.8.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eda1534a5289168614f21422861cbfb1abb8a82d66c00a8ba823d863c0797178
|
||||
size 861187
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 20:07:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.8.3:
|
||||
* `orjson.dumps()` accepts `option=None` per `Optional[int]` type.
|
||||
* Fix tests on 32-bit for `numpy.intp` and `numpy.uintp`.
|
||||
* Build now depends on rustc 1.60 or later.
|
||||
* Support building with maturin 0.13 or 0.14.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 18:35:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-orjson
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-orjson
|
||||
Version: 3.8.1
|
||||
Version: 3.8.3
|
||||
Release: 0
|
||||
Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
|
||||
License: Apache-2.0 OR MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:448dfa2bb7156d176395da147dac1ded004cc00f8e2c5127747f94c9564d07e7
|
||||
size 1447272
|
||||
oid sha256:5d5335375b7d6b0c78351828c69af62a95bfc7e2c2de57d4afdbb6459cdf4283
|
||||
size 1495252
|
||||
|
Loading…
Reference in New Issue
Block a user