From 1fa7a29c7a34605b6a467e5d2100898017dddcac83b117428e44f29356ff9018 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jun 2020 09:38:13 +0000 Subject: [PATCH] - update to 3.0.0: * Build Windows, macOS and manylinux wheels on CI and deploy to PyPI * Breaking change: New reject_bytes option to raise on bytes, defaults to True to align with json library. Set to False for old behaviour (#266) @elelay * Breaking change: Add an allow_nan keyword argument to dumps, defaults to True to align with json library. Set to False for old behaviour (#327) @segfault Specify setuptools_scm config in pyproject.toml (#399) @BenjaminSchubert * Remove python 2.x support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=21 --- python-ujson.changes | 14 ++++++++++++++ python-ujson.spec | 3 ++- ujson-2.0.3.tar.gz | 3 --- ujson-3.0.0.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 ujson-2.0.3.tar.gz create mode 100644 ujson-3.0.0.tar.gz diff --git a/python-ujson.changes b/python-ujson.changes index d38a615..d96ee6e 100644 --- a/python-ujson.changes +++ b/python-ujson.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jun 14 09:36:42 UTC 2020 - Dirk Mueller + +- update to 3.0.0: + * Build Windows, macOS and manylinux wheels on CI and deploy to PyPI + * Breaking change: New reject_bytes option to raise on bytes, + defaults to True to align with json library. Set to False for + old behaviour (#266) @elelay + * Breaking change: Add an allow_nan keyword argument to dumps, + defaults to True to align with json library. Set to False for old + behaviour (#327) @segfault + Specify setuptools_scm config in pyproject.toml (#399) @BenjaminSchubert + * Remove python 2.x support + ------------------------------------------------------------------- Sat Mar 28 16:22:49 UTC 2020 - Arun Persaud diff --git a/python-ujson.spec b/python-ujson.spec index 7cf9f3c..f1ed9d5 100644 --- a/python-ujson.spec +++ b/python-ujson.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 Name: python-ujson -Version: 2.0.3 +Version: 3.0.0 Release: 0 Summary: JSON encoder and decoder for Python License: BSD-3-Clause diff --git a/ujson-2.0.3.tar.gz b/ujson-2.0.3.tar.gz deleted file mode 100644 index 2dce13e..0000000 --- a/ujson-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd2deffc983827510e5145fb66e4cc0f577480c62fe0b4882139f8f7d27ae9a3 -size 7127432 diff --git a/ujson-3.0.0.tar.gz b/ujson-3.0.0.tar.gz new file mode 100644 index 0000000..a584814 --- /dev/null +++ b/ujson-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0199849d61cc6418f94d52a314c6a27524d65e82174d2a043fb718f73d1520d +size 7128523