15
0

Accepting request 1007080 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1007080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonlines?expand=0&rev=3
This commit is contained in:
2022-09-30 15:57:57 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4c99f169133598999e98696da830daf704c978b90bf1a95c1bf0e67573e6c93
size 9209

3
3.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6da82d01c11d271fb4f6471ddde4a752e7bd7d58efec7ae71a39f0f874daac13
size 12658

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 29 14:16:46 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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