From bd1931843ca773de8b320b11a8b33dcee55c3ac789a0dfd756da199e260df781 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Oct 2022 20:13:18 +0000 Subject: [PATCH] Accepting request 1032026 from home:yarunachalam:branches:devel:languages:python - Update to 3.8.1 - Build maintenance for Python 3.11. OBS-URL: https://build.opensuse.org/request/show/1032026 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orjson?expand=0&rev=7 --- orjson-3.8.0.tar.gz | 3 --- orjson-3.8.1.tar.gz | 3 +++ python-orjson.changes | 6 ++++++ python-orjson.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 orjson-3.8.0.tar.gz create mode 100644 orjson-3.8.1.tar.gz diff --git a/orjson-3.8.0.tar.gz b/orjson-3.8.0.tar.gz deleted file mode 100644 index 12bb6fe..0000000 --- a/orjson-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb42f7cf57d5804a9daa6b624e3490ec9e2631e042415f3aebe9f35a8492ba6c -size 949083 diff --git a/orjson-3.8.1.tar.gz b/orjson-3.8.1.tar.gz new file mode 100644 index 0000000..aad2dc9 --- /dev/null +++ b/orjson-3.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c42de52dfef56cdcaf2278f58e837b26f5b5af5f1fd133a68c4af203851fc7 +size 860348 diff --git a/python-orjson.changes b/python-orjson.changes index 971ee34..fb31264 100644 --- a/python-orjson.changes +++ b/python-orjson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 28 18:35:24 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 3.8.1 + - Build maintenance for Python 3.11. + ------------------------------------------------------------------- Wed Sep 21 12:11:03 UTC 2022 - Matej Cepl diff --git a/python-orjson.spec b/python-orjson.spec index e1a343b..26a7d23 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-orjson -Version: 3.8.0 +Version: 3.8.1 Release: 0 Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy License: Apache-2.0 OR MIT