pyinfra 3.4__tar.gz → 3.4.1__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.
- {pyinfra-3.4 → pyinfra-3.4.1}/CHANGELOG.md +5 -1
- {pyinfra-3.4/pyinfra.egg-info → pyinfra-3.4.1}/PKG-INFO +1 -1
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/arguments.py +2 -1
- {pyinfra-3.4 → pyinfra-3.4.1/pyinfra.egg-info}/PKG-INFO +1 -1
- {pyinfra-3.4 → pyinfra-3.4.1}/LICENSE.md +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/MANIFEST.in +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/README.md +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/__main__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/arguments_typed.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/command.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/config.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/connect.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/connectors.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/deploy.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/exceptions.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/facts.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/host.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/inventory.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/operation.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/operations.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/state.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/api/util.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/base.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/chroot.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/docker.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/dockerssh.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/local.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/ssh.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/ssh_util.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/sshuserclient/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/sshuserclient/client.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/sshuserclient/config.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/terraform.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/util.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/connectors/vagrant.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/context.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/apk.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/apt.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/brew.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/bsdinit.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/cargo.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/choco.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/crontab.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/deb.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/dnf.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/docker.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/efibootmgr.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/files.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/flatpak.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/freebsd.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/gem.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/git.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/gpg.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/hardware.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/iptables.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/launchd.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/lxd.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/mysql.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/npm.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/openrc.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/opkg.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/pacman.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/pip.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/pipx.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/pkg.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/pkgin.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/podman.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/postgres.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/postgresql.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/rpm.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/runit.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/selinux.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/server.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/snap.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/systemd.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/sysvinit.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/upstart.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/util/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/util/databases.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/util/packaging.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/util/units.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/util/win_files.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/vzctl.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/xbps.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/yum.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/zfs.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/facts/zypper.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/local.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/apk.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/apt.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/brew.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/bsdinit.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/cargo.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/choco.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/crontab.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/dnf.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/docker.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/files.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/flatpak.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/freebsd/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/freebsd/freebsd_update.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/freebsd/pkg.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/freebsd/service.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/freebsd/sysrc.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/gem.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/git.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/iptables.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/launchd.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/lxd.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/mysql.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/npm.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/openrc.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/opkg.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/pacman.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/pip.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/pipx.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/pkg.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/pkgin.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/postgres.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/postgresql.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/puppet.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/python.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/runit.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/selinux.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/server.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/snap.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/ssh.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/systemd.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/sysvinit.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/upstart.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/util/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/util/docker.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/util/files.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/util/packaging.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/util/service.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/vzctl.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/xbps.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/yum.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/zfs.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/operations/zypper.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/progress.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/py.typed +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra/version.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra.egg-info/SOURCES.txt +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra.egg-info/dependency_links.txt +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra.egg-info/entry_points.txt +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra.egg-info/requires.txt +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra.egg-info/top_level.txt +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/__main__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/commands.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/exceptions.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/inventory.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/log.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/main.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/prints.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/util.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyinfra_cli/virtualenv.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/pyproject.toml +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/setup.cfg +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/setup.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api_arguments.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api_command.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api_config.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api_deploys.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api_facts.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api_host.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api_inventory.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api_operations.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_api/test_api_util.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_cli/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_cli/test_cli.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_cli/test_cli_deploy.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_cli/test_cli_exceptions.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_cli/test_cli_inventory.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_cli/test_cli_util.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_cli/test_context_objects.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_cli/util.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/__init__.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/test_chroot.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/test_docker.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/test_dockerssh.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/test_local.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/test_ssh.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/test_sshuserclient.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/test_terraform.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/test_util.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_connectors/test_vagrant.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_facts.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_global_arguments.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_operations.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_operations_utils.py +0 -0
- {pyinfra-3.4 → pyinfra-3.4.1}/tests/test_units.py +0 -0
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# v3.4.1
|
|
2
|
+
|
|
3
|
+
- fix config context when getting operation arguments
|
|
4
|
+
|
|
1
5
|
# v3.4
|
|
2
6
|
|
|
3
7
|
Much delayed 3.4, great collection of additions and improvements. Huge THANK YOU to all contributors as always. New features:
|
|
@@ -27,7 +31,7 @@ Operation/fact fixes:
|
|
|
27
31
|
|
|
28
32
|
Internal/meta:
|
|
29
33
|
|
|
30
|
-
- remove
|
|
34
|
+
- remove unnecessary setuptools runtime dependency (@karlicoss)
|
|
31
35
|
|
|
32
36
|
# v3.3.1
|
|
33
37
|
|
|
@@ -305,7 +305,8 @@ def pop_global_arguments(
|
|
|
305
305
|
|
|
306
306
|
config = state.config
|
|
307
307
|
if ctx_config.isset():
|
|
308
|
-
config =
|
|
308
|
+
config = ctx_config.get()
|
|
309
|
+
assert config is not None
|
|
309
310
|
|
|
310
311
|
cdkwargs = host.current_deploy_kwargs
|
|
311
312
|
meta_kwargs: dict[str, Any] = cdkwargs or {} # type: ignore[assignment]
|
|
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
|
|
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
|
|
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
|