14
0

- update to 3.19.3:

* Updated test & build matrix to include Python 3.13.
  * Dropped wheel support for Python 2.7 on macOS.
  * https://github.com/simplejson/simplejson/pull/326

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=100
This commit is contained in:
2024-09-08 13:32:57 +00:00
committed by Git OBS Bridge
parent 6c522ba9bd
commit 533c674966
4 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-simplejson
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-simplejson
Version: 3.19.2
Version: 3.19.3
Release: 0
Summary: Extensible JSON encoder/decoder for Python
License: AFL-2.1 OR MIT