zope.pytestlayer 8.3__tar.gz → 9.0__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.
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/.pre-commit-config.yaml +2 -2
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/CHANGES.rst +6 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/PKG-INFO +9 -2
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/pyproject.toml +1 -1
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/setup.py +1 -5
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/test_layer.py +1 -1
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope.pytestlayer.egg-info/PKG-INFO +9 -2
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope.pytestlayer.egg-info/SOURCES.txt +0 -2
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/tox.ini +2 -2
- zope_pytestlayer-8.3/src/zope/__init__.py +0 -1
- zope_pytestlayer-8.3/src/zope.pytestlayer.egg-info/namespace_packages.txt +0 -1
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/.readthedocs.yaml +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/CONTRIBUTING.md +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/COPYRIGHT.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/HACKING.rst +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/LICENSE.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/MANIFEST.in +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/README.rst +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/docs/about.rst +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/docs/api.rst +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/docs/changes.rst +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/docs/conf.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/docs/index.rst +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/pytest.ini +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/setup.cfg +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/_compat.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/doctest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/fixture.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/layered.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/plugin.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/testing.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/bad_layer/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/bad_layer/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/bad_layer/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/custom_fixture_name/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/custom_fixture_name/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/custom_fixture_name/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/keep_layer_across_test_classes/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/keep_layer_across_test_classes/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/keep_layer_across_test_classes/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/layers_with_same_name/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/layers_with_same_name/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/layers_with_same_name/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/no_setup_or_teardown/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/no_setup_or_teardown/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/no_setup_or_teardown/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/order_by_layer/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/order_by_layer/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/order_by_layer/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/foo.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/foobar.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/order_with_layered_suite/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/session_fixture/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/session_fixture/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/session_fixture/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/shared_with_layered_suite/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/shared_with_layered_suite/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/shared_with_layered_suite/mydoctest.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/shared_with_layered_suite/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer_in_two_modules/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer_in_two_modules/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer_in_two_modules/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer_in_two_modules/test_second_module.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer_with_unattached_base_layer/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer_with_unattached_base_layer/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layer_with_unattached_base_layer/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layered_suite/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layered_suite/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layered_suite/doctest.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/single_layered_suite/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/bar.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/foo.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_dependent_layered_suites/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_dependent_layers/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_dependent_layers/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_dependent_layers/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_independent_layers/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_independent_layers/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/two_independent_layers/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/with_and_without_layer/__init__.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/with_and_without_layer/conftest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/fixture/with_and_without_layer/test_core.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/test_doctest.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/test_fixture.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/test_integration.py +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope.pytestlayer.egg-info/dependency_links.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope.pytestlayer.egg-info/entry_points.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope.pytestlayer.egg-info/not-zip-safe +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope.pytestlayer.egg-info/requires.txt +0 -0
- {zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope.pytestlayer.egg-info/top_level.txt +0 -0
|
@@ -12,7 +12,7 @@ repos:
|
|
|
12
12
|
- id: autopep8
|
|
13
13
|
args: [--in-place, --aggressive, --aggressive]
|
|
14
14
|
- repo: https://github.com/asottile/pyupgrade
|
|
15
|
-
rev: v3.
|
|
15
|
+
rev: v3.20.0
|
|
16
16
|
hooks:
|
|
17
17
|
- id: pyupgrade
|
|
18
18
|
args: [--py39-plus]
|
|
@@ -21,7 +21,7 @@ repos:
|
|
|
21
21
|
hooks:
|
|
22
22
|
- id: teyit
|
|
23
23
|
- repo: https://github.com/PyCQA/flake8
|
|
24
|
-
rev: "7.
|
|
24
|
+
rev: "7.3.0"
|
|
25
25
|
hooks:
|
|
26
26
|
- id: flake8
|
|
27
27
|
additional_dependencies:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: zope.pytestlayer
|
|
3
|
-
Version:
|
|
3
|
+
Version: 9.0
|
|
4
4
|
Summary: Integration of zope.testrunner-style test layers into pytest framework
|
|
5
5
|
Home-page: https://github.com/zopefoundation/zope.pytestlayer/
|
|
6
6
|
Author: gocept
|
|
@@ -47,6 +47,7 @@ Dynamic: description
|
|
|
47
47
|
Dynamic: home-page
|
|
48
48
|
Dynamic: keywords
|
|
49
49
|
Dynamic: license
|
|
50
|
+
Dynamic: license-file
|
|
50
51
|
Dynamic: provides-extra
|
|
51
52
|
Dynamic: requires-dist
|
|
52
53
|
Dynamic: requires-python
|
|
@@ -177,6 +178,12 @@ Developing zope.pytestlayer
|
|
|
177
178
|
Change log for zope.pytestlayer
|
|
178
179
|
=================================
|
|
179
180
|
|
|
181
|
+
9.0 (2025-09-12)
|
|
182
|
+
================
|
|
183
|
+
|
|
184
|
+
- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
|
|
185
|
+
|
|
186
|
+
|
|
180
187
|
8.3 (2025-05-15)
|
|
181
188
|
================
|
|
182
189
|
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"""Integration of zope.testrunner-style test layers into pytest framework"""
|
|
2
2
|
|
|
3
|
-
from setuptools import find_packages
|
|
4
3
|
from setuptools import setup
|
|
5
4
|
|
|
6
5
|
|
|
7
6
|
setup(
|
|
8
7
|
name='zope.pytestlayer',
|
|
9
|
-
version='
|
|
8
|
+
version='9.0',
|
|
10
9
|
|
|
11
10
|
python_requires='>=3.9',
|
|
12
11
|
install_requires=[
|
|
@@ -68,9 +67,6 @@ setup(
|
|
|
68
67
|
'HACKING.rst',
|
|
69
68
|
'CHANGES.rst',
|
|
70
69
|
)),
|
|
71
|
-
namespace_packages=['zope'],
|
|
72
|
-
packages=find_packages('src'),
|
|
73
|
-
package_dir={'': 'src'},
|
|
74
70
|
include_package_data=True,
|
|
75
71
|
zip_safe=False,
|
|
76
72
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: zope.pytestlayer
|
|
3
|
-
Version:
|
|
3
|
+
Version: 9.0
|
|
4
4
|
Summary: Integration of zope.testrunner-style test layers into pytest framework
|
|
5
5
|
Home-page: https://github.com/zopefoundation/zope.pytestlayer/
|
|
6
6
|
Author: gocept
|
|
@@ -47,6 +47,7 @@ Dynamic: description
|
|
|
47
47
|
Dynamic: home-page
|
|
48
48
|
Dynamic: keywords
|
|
49
49
|
Dynamic: license
|
|
50
|
+
Dynamic: license-file
|
|
50
51
|
Dynamic: provides-extra
|
|
51
52
|
Dynamic: requires-dist
|
|
52
53
|
Dynamic: requires-python
|
|
@@ -177,6 +178,12 @@ Developing zope.pytestlayer
|
|
|
177
178
|
Change log for zope.pytestlayer
|
|
178
179
|
=================================
|
|
179
180
|
|
|
181
|
+
9.0 (2025-09-12)
|
|
182
|
+
================
|
|
183
|
+
|
|
184
|
+
- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
|
|
185
|
+
|
|
186
|
+
|
|
180
187
|
8.3 (2025-05-15)
|
|
181
188
|
================
|
|
182
189
|
|
|
@@ -17,12 +17,10 @@ docs/api.rst
|
|
|
17
17
|
docs/changes.rst
|
|
18
18
|
docs/conf.py
|
|
19
19
|
docs/index.rst
|
|
20
|
-
src/zope/__init__.py
|
|
21
20
|
src/zope.pytestlayer.egg-info/PKG-INFO
|
|
22
21
|
src/zope.pytestlayer.egg-info/SOURCES.txt
|
|
23
22
|
src/zope.pytestlayer.egg-info/dependency_links.txt
|
|
24
23
|
src/zope.pytestlayer.egg-info/entry_points.txt
|
|
25
|
-
src/zope.pytestlayer.egg-info/namespace_packages.txt
|
|
26
24
|
src/zope.pytestlayer.egg-info/not-zip-safe
|
|
27
25
|
src/zope.pytestlayer.egg-info/requires.txt
|
|
28
26
|
src/zope.pytestlayer.egg-info/top_level.txt
|
|
@@ -19,7 +19,7 @@ usedevelop = true
|
|
|
19
19
|
package = wheel
|
|
20
20
|
wheel_build_env = .pkg
|
|
21
21
|
deps =
|
|
22
|
-
setuptools ==
|
|
22
|
+
setuptools == 78.1.1
|
|
23
23
|
pytest
|
|
24
24
|
pytest-cov
|
|
25
25
|
pytest-remove-stale-bytecode
|
|
@@ -41,7 +41,7 @@ description = ensure that the distribution is ready to release
|
|
|
41
41
|
basepython = python3
|
|
42
42
|
skip_install = true
|
|
43
43
|
deps =
|
|
44
|
-
setuptools ==
|
|
44
|
+
setuptools == 78.1.1
|
|
45
45
|
wheel
|
|
46
46
|
twine
|
|
47
47
|
build
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__import__('pkg_resources').declare_namespace(__name__)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
zope
|
|
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
|
{zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope/pytestlayer/tests/test_integration.py
RENAMED
|
File without changes
|
{zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope.pytestlayer.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{zope_pytestlayer-8.3 → zope_pytestlayer-9.0}/src/zope.pytestlayer.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|