From 424161e98ab919b81d9260c0a1c3fffa1808c0ec6f15c5d26cdd6046897132b3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2022 19:03:33 +0000 Subject: [PATCH] Accepting request 1006970 from home:yarunachalam:branches:devel:languages:python - Update to 3.0.0 * add type annotations; adopt mypy in strict mode (#58, #62) * ignore UTF-8 BOM sequences in various scenarios (#69) * support dumps() callables returning bytes again (#64) * add basic support for rfc7464 text sequences (#61) * drop support for numbers.Number in type= arguments (#63) OBS-URL: https://build.opensuse.org/request/show/1006970 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonlines?expand=0&rev=4 --- 2.0.0.tar.gz | 3 --- 3.1.0.tar.gz | 3 +++ python-jsonlines.changes | 10 ++++++++++ python-jsonlines.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 2.0.0.tar.gz create mode 100644 3.1.0.tar.gz diff --git a/2.0.0.tar.gz b/2.0.0.tar.gz deleted file mode 100644 index 44895b1..0000000 --- a/2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4c99f169133598999e98696da830daf704c978b90bf1a95c1bf0e67573e6c93 -size 9209 diff --git a/3.1.0.tar.gz b/3.1.0.tar.gz new file mode 100644 index 0000000..1406172 --- /dev/null +++ b/3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da82d01c11d271fb4f6471ddde4a752e7bd7d58efec7ae71a39f0f874daac13 +size 12658 diff --git a/python-jsonlines.changes b/python-jsonlines.changes index 81d9d50..cb96835 100644 --- a/python-jsonlines.changes +++ b/python-jsonlines.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 29 14:16:46 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 3.0.0 + * add type annotations; adopt mypy in strict mode (#58, #62) + * ignore UTF-8 BOM sequences in various scenarios (#69) + * support dumps() callables returning bytes again (#64) + * add basic support for rfc7464 text sequences (#61) + * drop support for numbers.Number in type= arguments (#63) + ------------------------------------------------------------------- Mon Nov 8 10:08:24 UTC 2021 - Dirk Müller diff --git a/python-jsonlines.spec b/python-jsonlines.spec index a8f3b3b..a0ae93b 100644 --- a/python-jsonlines.spec +++ b/python-jsonlines.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonlines # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-jsonlines -Version: 2.0.0 +Version: 3.1.0 Release: 0 Summary: Library with helpers for the jsonlines file format License: BSD-3-Clause