forked from pool/python-jsonlines
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user