python-rapidjson 1.24__tar.gz → 1.25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_rapidjson-1.24 → python_rapidjson-1.25}/CHANGES.rst +14 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/PKG-INFO +18 -1
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/changes.rst +14 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/python_rapidjson.egg-info/PKG-INFO +18 -1
- {python_rapidjson-1.24 → python_rapidjson-1.25}/setup.py +3 -1
- {python_rapidjson-1.24 → python_rapidjson-1.25}/.dir-locals.el +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/LICENSE +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/MANIFEST.in +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/README.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/benchmarks/conftest.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/benchmarks/tablize.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/benchmarks/test_benchmark.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/Makefile +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/api.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/benchmarks-tables.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/benchmarks.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/conf.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/decoder.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/dump.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/dumps.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/encoder.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/index.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/load.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/loads.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/quickstart.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/rawjson.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/docs/validator.rst +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/python_rapidjson.egg-info/SOURCES.txt +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/python_rapidjson.egg-info/dependency_links.txt +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/python_rapidjson.egg-info/top_level.txt +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/allocators.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/cursorstreamwrapper.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/document.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/encodedstream.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/encodings.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/error/en.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/error/error.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/filereadstream.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/filewritestream.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/fwd.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/biginteger.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/clzll.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/diyfp.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/dtoa.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/ieee754.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/itoa.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/meta.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/pow10.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/regex.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/stack.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/strfunc.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/strtod.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/swap.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/istreamwrapper.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/memorybuffer.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/memorystream.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/msinttypes/inttypes.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/msinttypes/stdint.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/ostreamwrapper.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/pointer.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/prettywriter.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/rapidjson.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/reader.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/schema.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/stream.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/stringbuffer.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/uri.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/writer.h +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/license.txt +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/readme.md +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson.cpp +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson_exact_version.txt +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/requirements-test.txt +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/requirements.txt +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/setup.cfg +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/conftest.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_base_types.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_circular.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_dict_subclass.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_enum.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_float.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_memory_leaks.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_params.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_pass1.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_pass2.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_pass3.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_rawjson.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_refs_count.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_streams.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_unicode.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tests/test_validator.py +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/tox.ini +0 -0
- {python_rapidjson-1.24 → python_rapidjson-1.25}/typings/rapidjson/__init__.pyi +0 -0
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
Changes
|
|
2
2
|
-------
|
|
3
3
|
|
|
4
|
+
1.25 (2026-09-06)
|
|
5
|
+
~~~~~~~~~~~~~~~~~
|
|
6
|
+
|
|
7
|
+
* Rectify packaging, mention minimal supported Python version (`issue 240`__)
|
|
8
|
+
|
|
9
|
+
__ https://github.com/python-rapidjson/python-rapidjson/issues/240
|
|
10
|
+
|
|
11
|
+
|
|
4
12
|
1.24 (2026-09-05)
|
|
5
13
|
~~~~~~~~~~~~~~~~~
|
|
6
14
|
|
|
@@ -21,6 +29,12 @@ Changes
|
|
|
21
29
|
|
|
22
30
|
__ https://github.com/python-rapidjson/python-rapidjson/pull/239
|
|
23
31
|
|
|
32
|
+
* Drop support for Python <3.10
|
|
33
|
+
|
|
34
|
+
* Generate wheels on PyPI for Python 3.15rc1, thanks to cibuildwheel `4.2.0`__
|
|
35
|
+
|
|
36
|
+
__ https://cibuildwheel.pypa.io/en/stable/changelog/#v420
|
|
37
|
+
|
|
24
38
|
|
|
25
39
|
1.23 (2025-12-07)
|
|
26
40
|
~~~~~~~~~~~~~~~~~
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-rapidjson
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.25
|
|
4
4
|
Summary: Python wrapper around rapidjson
|
|
5
5
|
Home-page: https://github.com/python-rapidjson/python-rapidjson
|
|
6
6
|
Author: Ken Robbins
|
|
@@ -19,7 +19,9 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.14
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
22
23
|
Classifier: Programming Language :: Python
|
|
24
|
+
Requires-Python: >=3.10
|
|
23
25
|
Description-Content-Type: text/x-rst
|
|
24
26
|
License-File: LICENSE
|
|
25
27
|
Dynamic: author
|
|
@@ -33,6 +35,7 @@ Dynamic: license
|
|
|
33
35
|
Dynamic: license-file
|
|
34
36
|
Dynamic: maintainer
|
|
35
37
|
Dynamic: maintainer-email
|
|
38
|
+
Dynamic: requires-python
|
|
36
39
|
Dynamic: summary
|
|
37
40
|
|
|
38
41
|
.. -*- coding: utf-8 -*-
|
|
@@ -185,6 +188,14 @@ __ https://python-rapidjson.readthedocs.io/en/latest/quickstart.html#incompatibi
|
|
|
185
188
|
Changes
|
|
186
189
|
-------
|
|
187
190
|
|
|
191
|
+
1.25 (2026-09-06)
|
|
192
|
+
~~~~~~~~~~~~~~~~~
|
|
193
|
+
|
|
194
|
+
* Rectify packaging, mention minimal supported Python version (`issue 240`__)
|
|
195
|
+
|
|
196
|
+
__ https://github.com/python-rapidjson/python-rapidjson/issues/240
|
|
197
|
+
|
|
198
|
+
|
|
188
199
|
1.24 (2026-09-05)
|
|
189
200
|
~~~~~~~~~~~~~~~~~
|
|
190
201
|
|
|
@@ -205,6 +216,12 @@ Changes
|
|
|
205
216
|
|
|
206
217
|
__ https://github.com/python-rapidjson/python-rapidjson/pull/239
|
|
207
218
|
|
|
219
|
+
* Drop support for Python <3.10
|
|
220
|
+
|
|
221
|
+
* Generate wheels on PyPI for Python 3.15rc1, thanks to cibuildwheel `4.2.0`__
|
|
222
|
+
|
|
223
|
+
__ https://cibuildwheel.pypa.io/en/stable/changelog/#v420
|
|
224
|
+
|
|
208
225
|
|
|
209
226
|
1.23 (2025-12-07)
|
|
210
227
|
~~~~~~~~~~~~~~~~~
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
Changes
|
|
2
2
|
-------
|
|
3
3
|
|
|
4
|
+
1.25 (2026-09-06)
|
|
5
|
+
~~~~~~~~~~~~~~~~~
|
|
6
|
+
|
|
7
|
+
* Rectify packaging, mention minimal supported Python version (`issue 240`__)
|
|
8
|
+
|
|
9
|
+
__ https://github.com/python-rapidjson/python-rapidjson/issues/240
|
|
10
|
+
|
|
11
|
+
|
|
4
12
|
1.24 (2026-09-05)
|
|
5
13
|
~~~~~~~~~~~~~~~~~
|
|
6
14
|
|
|
@@ -21,6 +29,12 @@ Changes
|
|
|
21
29
|
|
|
22
30
|
__ https://github.com/python-rapidjson/python-rapidjson/pull/239
|
|
23
31
|
|
|
32
|
+
* Drop support for Python <3.10
|
|
33
|
+
|
|
34
|
+
* Generate wheels on PyPI for Python 3.15rc1, thanks to cibuildwheel `4.2.0`__
|
|
35
|
+
|
|
36
|
+
__ https://cibuildwheel.pypa.io/en/stable/changelog/#v420
|
|
37
|
+
|
|
24
38
|
|
|
25
39
|
1.23 (2025-12-07)
|
|
26
40
|
~~~~~~~~~~~~~~~~~
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-rapidjson
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.25
|
|
4
4
|
Summary: Python wrapper around rapidjson
|
|
5
5
|
Home-page: https://github.com/python-rapidjson/python-rapidjson
|
|
6
6
|
Author: Ken Robbins
|
|
@@ -19,7 +19,9 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.14
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
22
23
|
Classifier: Programming Language :: Python
|
|
24
|
+
Requires-Python: >=3.10
|
|
23
25
|
Description-Content-Type: text/x-rst
|
|
24
26
|
License-File: LICENSE
|
|
25
27
|
Dynamic: author
|
|
@@ -33,6 +35,7 @@ Dynamic: license
|
|
|
33
35
|
Dynamic: license-file
|
|
34
36
|
Dynamic: maintainer
|
|
35
37
|
Dynamic: maintainer-email
|
|
38
|
+
Dynamic: requires-python
|
|
36
39
|
Dynamic: summary
|
|
37
40
|
|
|
38
41
|
.. -*- coding: utf-8 -*-
|
|
@@ -185,6 +188,14 @@ __ https://python-rapidjson.readthedocs.io/en/latest/quickstart.html#incompatibi
|
|
|
185
188
|
Changes
|
|
186
189
|
-------
|
|
187
190
|
|
|
191
|
+
1.25 (2026-09-06)
|
|
192
|
+
~~~~~~~~~~~~~~~~~
|
|
193
|
+
|
|
194
|
+
* Rectify packaging, mention minimal supported Python version (`issue 240`__)
|
|
195
|
+
|
|
196
|
+
__ https://github.com/python-rapidjson/python-rapidjson/issues/240
|
|
197
|
+
|
|
198
|
+
|
|
188
199
|
1.24 (2026-09-05)
|
|
189
200
|
~~~~~~~~~~~~~~~~~
|
|
190
201
|
|
|
@@ -205,6 +216,12 @@ Changes
|
|
|
205
216
|
|
|
206
217
|
__ https://github.com/python-rapidjson/python-rapidjson/pull/239
|
|
207
218
|
|
|
219
|
+
* Drop support for Python <3.10
|
|
220
|
+
|
|
221
|
+
* Generate wheels on PyPI for Python 3.15rc1, thanks to cibuildwheel `4.2.0`__
|
|
222
|
+
|
|
223
|
+
__ https://cibuildwheel.pypa.io/en/stable/changelog/#v420
|
|
224
|
+
|
|
208
225
|
|
|
209
226
|
1.23 (2025-12-07)
|
|
210
227
|
~~~~~~~~~~~~~~~~~
|
|
@@ -33,7 +33,7 @@ else:
|
|
|
33
33
|
" want to report the issue.")
|
|
34
34
|
|
|
35
35
|
# Automatically updated by bump-my-version at release time
|
|
36
|
-
VERSION = '1.
|
|
36
|
+
VERSION = '1.25'
|
|
37
37
|
|
|
38
38
|
with open('README.rst', encoding='utf-8') as f:
|
|
39
39
|
LONG_DESCRIPTION = f.read()
|
|
@@ -95,8 +95,10 @@ setup(
|
|
|
95
95
|
'Programming Language :: Python :: 3.12',
|
|
96
96
|
'Programming Language :: Python :: 3.13',
|
|
97
97
|
'Programming Language :: Python :: 3.14',
|
|
98
|
+
'Programming Language :: Python :: 3.15',
|
|
98
99
|
'Programming Language :: Python',
|
|
99
100
|
],
|
|
101
|
+
python_requires=">=3.10",
|
|
100
102
|
ext_modules=[Extension('rapidjson', **extension_options)],
|
|
101
103
|
package_dir={"rapidjson-stubs": "typings/rapidjson"},
|
|
102
104
|
packages=["rapidjson-stubs"],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/python_rapidjson.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/cursorstreamwrapper.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/filereadstream.h
RENAMED
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/filewritestream.h
RENAMED
|
File without changes
|
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/biginteger.h
RENAMED
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/clzll.h
RENAMED
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/diyfp.h
RENAMED
|
File without changes
|
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/ieee754.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/pow10.h
RENAMED
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/regex.h
RENAMED
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/stack.h
RENAMED
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/strfunc.h
RENAMED
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/internal/strtod.h
RENAMED
|
File without changes
|
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/istreamwrapper.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/msinttypes/inttypes.h
RENAMED
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/msinttypes/stdint.h
RENAMED
|
File without changes
|
{python_rapidjson-1.24 → python_rapidjson-1.25}/rapidjson/include/rapidjson/ostreamwrapper.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|