From e79b38f2bbbf78d295d1901d2a79f898022d5224 Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Thu, 29 Aug 2024 23:17:33 +0300 Subject: Intermediate changes --- contrib/python/simplejson/py2/.dist-info/METADATA | 3 ++- contrib/python/simplejson/py2/simplejson/__init__.py | 2 +- contrib/python/simplejson/py2/ya.make | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'contrib/python') diff --git a/contrib/python/simplejson/py2/.dist-info/METADATA b/contrib/python/simplejson/py2/.dist-info/METADATA index 7fe11c11df0..84d46e5ecac 100644 --- a/contrib/python/simplejson/py2/.dist-info/METADATA +++ b/contrib/python/simplejson/py2/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: simplejson -Version: 3.19.2 +Version: 3.19.3 Summary: Simple, fast, extensible JSON encoder/decoder for Python Home-page: https://github.com/simplejson/simplejson Author: Bob Ippolito @@ -27,6 +27,7 @@ Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Libraries :: Python Modules diff --git a/contrib/python/simplejson/py2/simplejson/__init__.py b/contrib/python/simplejson/py2/simplejson/__init__.py index 2d1900d8c4a..d3ff141d00b 100644 --- a/contrib/python/simplejson/py2/simplejson/__init__.py +++ b/contrib/python/simplejson/py2/simplejson/__init__.py @@ -118,7 +118,7 @@ Serializing multiple objects to JSON lines (newline-delimited JSON):: """ from __future__ import absolute_import -__version__ = '3.19.2' +__version__ = '3.19.3' __all__ = [ 'dump', 'dumps', 'load', 'loads', 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder', diff --git a/contrib/python/simplejson/py2/ya.make b/contrib/python/simplejson/py2/ya.make index 440467d10d5..7397dd761d7 100644 --- a/contrib/python/simplejson/py2/ya.make +++ b/contrib/python/simplejson/py2/ya.make @@ -2,7 +2,7 @@ PY2_LIBRARY() -VERSION(3.19.2) +VERSION(3.19.3) LICENSE(MIT) -- cgit v1.3