Browse Source

Intermediate changes

robot-piglet 6 months ago
parent
commit
e79b38f2bb

+ 2 - 1
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

+ 1 - 1
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',

+ 1 - 1
contrib/python/simplejson/py2/ya.make

@@ -2,7 +2,7 @@
 
 PY2_LIBRARY()
 
-VERSION(3.19.2)
+VERSION(3.19.3)
 
 LICENSE(MIT)