csu 2.3.4__tar.gz → 2.3.5__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.
- {csu-2.3.4 → csu-2.3.5}/.bumpversion.cfg +1 -1
- {csu-2.3.4 → csu-2.3.5}/.cookiecutterrc +1 -1
- {csu-2.3.4 → csu-2.3.5}/PKG-INFO +3 -3
- {csu-2.3.4 → csu-2.3.5}/README.rst +2 -2
- {csu-2.3.4 → csu-2.3.5}/pyproject.toml +1 -1
- {csu-2.3.4 → csu-2.3.5}/src/csu/__init__.py +1 -1
- {csu-2.3.4 → csu-2.3.5}/src/csu/service.py +1 -1
- {csu-2.3.4 → csu-2.3.5}/src/csu.egg-info/PKG-INFO +3 -3
- {csu-2.3.4 → csu-2.3.5}/tests/test_service.py +9 -9
- {csu-2.3.4 → csu-2.3.5}/tests/test_service_auth.py +2 -2
- {csu-2.3.4 → csu-2.3.5}/tox.ini +1 -0
- {csu-2.3.4 → csu-2.3.5}/.coveragerc +0 -0
- {csu-2.3.4 → csu-2.3.5}/.editorconfig +0 -0
- {csu-2.3.4 → csu-2.3.5}/.github/workflows/github-actions.yml +0 -0
- {csu-2.3.4 → csu-2.3.5}/.pre-commit-config.yaml +0 -0
- {csu-2.3.4 → csu-2.3.5}/.tombi.toml +0 -0
- {csu-2.3.4 → csu-2.3.5}/AUTHORS.rst +0 -0
- {csu-2.3.4 → csu-2.3.5}/CHANGELOG.rst +0 -0
- {csu-2.3.4 → csu-2.3.5}/CONTRIBUTING.rst +0 -0
- {csu-2.3.4 → csu-2.3.5}/LICENSE +0 -0
- {csu-2.3.4 → csu-2.3.5}/MANIFEST.in +0 -0
- {csu-2.3.4 → csu-2.3.5}/ci/bootstrap.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/ci/requirements.txt +0 -0
- {csu-2.3.4 → csu-2.3.5}/ci/templates/.github/workflows/github-actions.yml +0 -0
- {csu-2.3.4 → csu-2.3.5}/pytest.ini +0 -0
- {csu-2.3.4 → csu-2.3.5}/setup.cfg +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/admin.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/conf.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/consts.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/__init__.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/auth.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/fields.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/forms.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/perms.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/phonenumber.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/serializers.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/test_auth.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/test_fields.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/test_forms.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/test_phonenumber.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/test_serializers.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/drf/views.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/enums.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/env.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/exceptions.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/export.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/fixups.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/forms/__init__.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/forms/crispy.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/forms/fields.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/gettext.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/gettext_lazy.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/locale/ro/LC_MESSAGES/django.mo +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/locale/ro/LC_MESSAGES/django.po +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/logging.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/management.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/models.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/query.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/routers.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/templates/api_exception.html +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/templates/forms/widgets/opaquewidget.html +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/test_consts.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/test_env.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/test_exceptions.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/test_logging.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/test_management.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/test_service.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/test_timezones.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/test_utils.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/test_xml.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/timezones.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/utils.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/views.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/worker/__init__.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/worker/admin.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/worker/asgi.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/worker/engine.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/worker/enums.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/worker/job.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/worker/models.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/worker/registry.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/wsgi.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu/xml.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu.egg-info/SOURCES.txt +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu.egg-info/dependency_links.txt +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu.egg-info/requires.txt +0 -0
- {csu-2.3.4 → csu-2.3.5}/src/csu.egg-info/top_level.txt +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/cassettes/test_service/test_custom_context.yaml +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/cassettes/test_service/test_custom_context_0_retries.yaml +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/cassettes/test_service/test_decoding.yaml +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/cassettes/test_service/test_error.yaml +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/cassettes/test_service/test_logging.yaml +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/cassettes/test_service/test_redirects.yaml +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/cassettes/test_service_auth/test_async.yaml +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/cassettes/test_service_auth/test_sync.yaml +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/conftest.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/exampleworker.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/test_exampleworker.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/test_models.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/test_views.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/test_worker.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/testproject/__init__.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/testproject/fixtures/testuser.json +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/testproject/models.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/testproject/settings.py +0 -0
- {csu-2.3.4 → csu-2.3.5}/tests/testproject/urls.py +0 -0
{csu-2.3.4 → csu-2.3.5}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: csu
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.5
|
|
4
4
|
Summary: Clean Slate Utils - bunch of utility code, mostly Django/DRF specific.
|
|
5
5
|
Author-email: Ionel Cristian Mărieș <contact@ionelmc.ro>
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -69,9 +69,9 @@ Overview
|
|
|
69
69
|
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/csu.svg
|
|
70
70
|
:alt: Supported implementations
|
|
71
71
|
:target: https://pypi.org/project/csu
|
|
72
|
-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-csu/v2.3.
|
|
72
|
+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-csu/v2.3.5.svg
|
|
73
73
|
:alt: Commits since latest release
|
|
74
|
-
:target: https://github.com/ionelmc/python-csu/compare/v2.3.
|
|
74
|
+
:target: https://github.com/ionelmc/python-csu/compare/v2.3.5...main
|
|
75
75
|
.. |scrutinizer| image:: https://img.shields.io/scrutinizer/quality/g/ionelmc/python-csu/main.svg
|
|
76
76
|
:alt: Scrutinizer Status
|
|
77
77
|
:target: https://scrutinizer-ci.com/g/ionelmc/python-csu/
|
|
@@ -34,9 +34,9 @@ Overview
|
|
|
34
34
|
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/csu.svg
|
|
35
35
|
:alt: Supported implementations
|
|
36
36
|
:target: https://pypi.org/project/csu
|
|
37
|
-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-csu/v2.3.
|
|
37
|
+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-csu/v2.3.5.svg
|
|
38
38
|
:alt: Commits since latest release
|
|
39
|
-
:target: https://github.com/ionelmc/python-csu/compare/v2.3.
|
|
39
|
+
:target: https://github.com/ionelmc/python-csu/compare/v2.3.5...main
|
|
40
40
|
.. |scrutinizer| image:: https://img.shields.io/scrutinizer/quality/g/ionelmc/python-csu/main.svg
|
|
41
41
|
:alt: Scrutinizer Status
|
|
42
42
|
:target: https://scrutinizer-ci.com/g/ionelmc/python-csu/
|
|
@@ -161,7 +161,7 @@ class HTTPServiceContext[RTYPE = HTTPServiceResponse]:
|
|
|
161
161
|
THICK_LINE,
|
|
162
162
|
)
|
|
163
163
|
|
|
164
|
-
def log_response(self, response: Response):
|
|
164
|
+
def log_response(self, response: Response, **kwargs):
|
|
165
165
|
self.handle_log_response(response, response.content)
|
|
166
166
|
|
|
167
167
|
def handle_log_response(self, response: Response | AsyncResponse, content):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: csu
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.5
|
|
4
4
|
Summary: Clean Slate Utils - bunch of utility code, mostly Django/DRF specific.
|
|
5
5
|
Author-email: Ionel Cristian Mărieș <contact@ionelmc.ro>
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -69,9 +69,9 @@ Overview
|
|
|
69
69
|
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/csu.svg
|
|
70
70
|
:alt: Supported implementations
|
|
71
71
|
:target: https://pypi.org/project/csu
|
|
72
|
-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-csu/v2.3.
|
|
72
|
+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-csu/v2.3.5.svg
|
|
73
73
|
:alt: Commits since latest release
|
|
74
|
-
:target: https://github.com/ionelmc/python-csu/compare/v2.3.
|
|
74
|
+
:target: https://github.com/ionelmc/python-csu/compare/v2.3.5...main
|
|
75
75
|
.. |scrutinizer| image:: https://img.shields.io/scrutinizer/quality/g/ionelmc/python-csu/main.svg
|
|
76
76
|
:alt: Scrutinizer Status
|
|
77
77
|
:target: https://scrutinizer-ci.com/g/ionelmc/python-csu/
|
|
@@ -174,7 +174,7 @@ INFO | [01:000000.00] GET [&HTTPBIN]/status/599
|
|
|
174
174
|
Accept: '*/*'
|
|
175
175
|
Accept-Encoding: 'gzip, deflate, br'
|
|
176
176
|
Connection: 'keep-alive'
|
|
177
|
-
User-Agent: 'niquests/3.18.
|
|
177
|
+
User-Agent: 'niquests/3.18.6'\
|
|
178
178
|
""",
|
|
179
179
|
"""\
|
|
180
180
|
INFO | [01:000000.00] GET [&HTTPBIN]/status/599 => 599 in 0.0000s (HNone)
|
|
@@ -221,7 +221,7 @@ INFO | [01:000000.00] GET [&HTTPBIN]/status/418
|
|
|
221
221
|
Accept: '*/*'
|
|
222
222
|
Accept-Encoding: 'gzip, deflate, br'
|
|
223
223
|
Connection: 'keep-alive'
|
|
224
|
-
User-Agent: 'niquests/3.18.
|
|
224
|
+
User-Agent: 'niquests/3.18.6'\
|
|
225
225
|
""",
|
|
226
226
|
'''\
|
|
227
227
|
INFO | [01:000000.00] GET [&HTTPBIN]/status/418 => 418 in 0.0000s (HNone)
|
|
@@ -245,7 +245,7 @@ ERROR | (renderer: NoneType)
|
|
|
245
245
|
{}
|
|
246
246
|
---------------------------------------------------------------- traceback -----------------------------------------------------------------
|
|
247
247
|
Traceback (most recent call last):
|
|
248
|
-
File "[&MODELS_PATH]", line
|
|
248
|
+
File "[&MODELS_PATH]", line 1527, in json
|
|
249
249
|
return _json.loads(str(encoding_guess), **kwargs)
|
|
250
250
|
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
251
251
|
File "[&JSON_PATH]", line 365, in loads
|
|
@@ -263,7 +263,7 @@ During handling of the above exception, another exception occurred:
|
|
|
263
263
|
Traceback (most recent call last):
|
|
264
264
|
File "[&SERVICE_PATH]", line 305, in request
|
|
265
265
|
json = response.json(parse_float=Decimal)
|
|
266
|
-
File "[&MODELS_PATH]", line
|
|
266
|
+
File "[&MODELS_PATH]", line 1529, in json
|
|
267
267
|
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
|
|
268
268
|
niquests.exceptions.JSONDecodeError: Expecting value: line 2 column 5 (char 5)
|
|
269
269
|
|
|
@@ -312,7 +312,7 @@ INFO | [01:000000.00] GET [&HTTPBIN]/status/599
|
|
|
312
312
|
Accept: '*/*'
|
|
313
313
|
Accept-Encoding: 'gzip, deflate, br'
|
|
314
314
|
Connection: 'keep-alive'
|
|
315
|
-
User-Agent: 'niquests/3.18.
|
|
315
|
+
User-Agent: 'niquests/3.18.6'\
|
|
316
316
|
""",
|
|
317
317
|
"""\
|
|
318
318
|
INFO | [01:000000.00] GET [&HTTPBIN]/status/599 => 599 in 0.0000s (HNone)
|
|
@@ -520,7 +520,7 @@ INFO | [01:000000.00] POST [&HTTPBIN]/anything?foo=bar&accept_statuses=%7B999
|
|
|
520
520
|
Accept-Encoding: 'gzip, deflate, br'
|
|
521
521
|
Connection: 'keep-alive'
|
|
522
522
|
Content-Length: '27'
|
|
523
|
-
User-Agent: 'niquests/3.18.
|
|
523
|
+
User-Agent: 'niquests/3.18.6'
|
|
524
524
|
------------------------------------------------ request body (no content-type - 27 bytes) -------------------------------------------------
|
|
525
525
|
"config={'custom': 'config'}"
|
|
526
526
|
============================================================================================================================================\
|
|
@@ -557,7 +557,7 @@ INFO | [01:000000.00] POST [&HTTPBIN]/anything?foo=bar&accept_statuses=%7B999
|
|
|
557
557
|
Accept-Encoding: 'gzip, deflate, br'
|
|
558
558
|
Connection: 'keep-alive'
|
|
559
559
|
Content-Length: '27'
|
|
560
|
-
User-Agent: 'niquests/3.18.
|
|
560
|
+
User-Agent: 'niquests/3.18.6'
|
|
561
561
|
------------------------------------------------ request body (no content-type - 27 bytes) -------------------------------------------------
|
|
562
562
|
"config={'custom': 'config'}"
|
|
563
563
|
============================================================================================================================================\
|
|
@@ -594,7 +594,7 @@ INFO | [01:000000.00] POST [&HTTPBIN]/anything?foo=bar&accept_statuses=%7B999
|
|
|
594
594
|
Accept-Encoding: 'gzip, deflate, br'
|
|
595
595
|
Connection: 'keep-alive'
|
|
596
596
|
Content-Length: '27'
|
|
597
|
-
User-Agent: 'niquests/3.18.
|
|
597
|
+
User-Agent: 'niquests/3.18.6'
|
|
598
598
|
------------------------------------------------ request body (no content-type - 27 bytes) -------------------------------------------------
|
|
599
599
|
"config={'custom': 'config'}"
|
|
600
600
|
============================================================================================================================================\
|
|
@@ -631,7 +631,7 @@ INFO | [01:000000.00] POST [&HTTPBIN]/anything?foo=bar&accept_statuses=%7B999
|
|
|
631
631
|
Accept-Encoding: 'gzip, deflate, br'
|
|
632
632
|
Connection: 'keep-alive'
|
|
633
633
|
Content-Length: '27'
|
|
634
|
-
User-Agent: 'niquests/3.18.
|
|
634
|
+
User-Agent: 'niquests/3.18.6'
|
|
635
635
|
------------------------------------------------ request body (no content-type - 27 bytes) -------------------------------------------------
|
|
636
636
|
"config={'custom': 'config'}"
|
|
637
637
|
============================================================================================================================================\
|
|
@@ -59,7 +59,7 @@ INFO | [01:000000.00] POST http://[&HTTPBIN]/post
|
|
|
59
59
|
Connection: 'keep-alive'
|
|
60
60
|
Content-Length: '15'
|
|
61
61
|
Content-Type: 'application/json;charset=utf-8'
|
|
62
|
-
User-Agent: 'niquests/3.18.
|
|
62
|
+
User-Agent: 'niquests/3.18.6'
|
|
63
63
|
---------------------------------------- request body ('application/json;charset=utf-8' - 15 bytes) ----------------------------------------
|
|
64
64
|
b'{"foobar": 123}'
|
|
65
65
|
============================================================================================================================================\
|
|
@@ -84,7 +84,7 @@ INFO | [01:000000.00] GET http://[&HTTPBIN]/json
|
|
|
84
84
|
Accept: '*/*'
|
|
85
85
|
Accept-Encoding: 'gzip, deflate, br'
|
|
86
86
|
Connection: 'keep-alive'
|
|
87
|
-
User-Agent: 'niquests/3.18.
|
|
87
|
+
User-Agent: 'niquests/3.18.6'
|
|
88
88
|
X-Auth: '123'\
|
|
89
89
|
""",
|
|
90
90
|
"""\
|
{csu-2.3.4 → csu-2.3.5}/tox.ini
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
|
{csu-2.3.4 → csu-2.3.5}/LICENSE
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
|
|
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
|
|
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
|