- Update to 3.8.0:

- Support serializing numpy.int16 and numpy.uint16.
  - Fix datetime regression tests with tzinfo 2022b.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orjson?expand=0&rev=4
This commit is contained in:
2022-09-21 12:13:50 +00:00
committed by Git OBS Bridge
parent ed3e9a2dd4
commit 67bbfe4b29
6 changed files with 14 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-orjson
Version: 3.7.11
Version: 3.8.0
Release: 0
Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
License: Apache-2.0 OR MIT