azdev 0.2.4__tar.gz → 0.2.6__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.
- {azdev-0.2.4 → azdev-0.2.6}/HISTORY.rst +9 -0
- {azdev-0.2.4/azdev.egg-info → azdev-0.2.6}/PKG-INFO +16 -7
- {azdev-0.2.4 → azdev-0.2.6}/azdev/__init__.py +1 -1
- {azdev-0.2.4 → azdev-0.2.6/azdev.egg-info}/PKG-INFO +16 -7
- {azdev-0.2.4 → azdev-0.2.6}/azdev.egg-info/requires.txt +2 -2
- {azdev-0.2.4 → azdev-0.2.6}/setup.py +7 -7
- {azdev-0.2.4 → azdev-0.2.6}/LICENSE +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/MANIFEST.in +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/README.md +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/README.rst +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/__main__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/commands.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/completer.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/config/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/config/cli.flake8 +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/config/cli_pylintrc +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/config/ext.flake8 +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/config/ext_pylintrc +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/help.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/HISTORY.rst +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/README.rst +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/_client_factory.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/_help.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/_params.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/_validators.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/azext_metadata.json +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/blank__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/commands.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/custom.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/module__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/pkg_declare__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/setup.cfg +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/setup.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/mod_templates/test_service_scenario.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/breaking_change/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/breaking_change/markdown_template.jinja2 +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/cmdcov/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/cmdcov/_macros.j2 +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/cmdcov/cmdcov.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/cmdcov/component.css +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/cmdcov/component.js +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/cmdcov/favicon.ico +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/cmdcov/index.j2 +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/cmdcov/index2.j2 +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/cmdcov/module.j2 +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/code_gen.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/command_change/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/command_change/custom.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/command_change/util.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/constant.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/extensions/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/extensions/util.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/extensions/version_upgrade.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/help/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/help/refdoc/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/help/refdoc/conf.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/legal.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/data/cmd_example_config.json +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/linter.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/pylint_checkers/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/pylint_checkers/show_command.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/rule_decorators.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/rules/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/rules/ci_exclusions.yml +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/rules/command_coverage_rules.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/rules/command_group_rules.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/rules/command_rules.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/rules/help_rules.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/rules/linter_exclusions.yml +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/rules/parameter_rules.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/linter/util.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/performance.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/pypi.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/python_sdk.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/regex.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/resource.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/secret.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/setup.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/statistics/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/statistics/util.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/style.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/testtool/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/testtool/incremental_strategy.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/testtool/profile_context.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/operations/testtool/pytest_runner.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/params.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/transformers.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/__init__.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/command.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/config.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/const.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/display.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/git_util.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/path.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/pypi.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/testing.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev/utilities/tools.py +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev.egg-info/SOURCES.txt +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev.egg-info/dependency_links.txt +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev.egg-info/entry_points.txt +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/azdev.egg-info/top_level.txt +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/pyproject.toml +0 -0
- {azdev-0.2.4 → azdev-0.2.6}/setup.cfg +0 -0
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Release History
|
|
4
4
|
===============
|
|
5
|
+
0.2.6
|
|
6
|
+
++++++
|
|
7
|
+
* Bump `deepdiff` to 8.6.1 and `azure-cli-diff-tool` to 0.1.1
|
|
8
|
+
|
|
9
|
+
0.2.5
|
|
10
|
+
++++++
|
|
11
|
+
* Add support for Python 3.11, 3.12, and 3.13
|
|
12
|
+
* Tested compatibility (externally via External GitHub Actions)
|
|
13
|
+
|
|
5
14
|
0.2.4
|
|
6
15
|
++++++
|
|
7
16
|
* pin setuptools to 70.0.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: azdev
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: Microsoft Azure CLI Developer Tools
|
|
5
5
|
Home-page: https://github.com/Azure/azure-cli-dev-tools
|
|
6
6
|
Author: Microsoft Corporation
|
|
@@ -13,12 +13,12 @@ Classifier: Topic :: Software Development :: Build Tools
|
|
|
13
13
|
Classifier: Environment :: Console
|
|
14
14
|
Classifier: License :: OSI Approved :: MIT License
|
|
15
15
|
Classifier: Natural Language :: English
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
19
16
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
17
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
-
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Requires-Python: >=3.9
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: azure-multiapi-storage
|
|
24
24
|
Requires-Dist: docutils
|
|
@@ -35,8 +35,8 @@ Requires-Dist: requests
|
|
|
35
35
|
Requires-Dist: sphinx==1.6.7
|
|
36
36
|
Requires-Dist: tox
|
|
37
37
|
Requires-Dist: jsbeautifier~=1.14.7
|
|
38
|
-
Requires-Dist: deepdiff~=6.
|
|
39
|
-
Requires-Dist: azure-cli-diff-tool~=0.1.
|
|
38
|
+
Requires-Dist: deepdiff~=8.6.1
|
|
39
|
+
Requires-Dist: azure-cli-diff-tool~=0.1.1
|
|
40
40
|
Requires-Dist: packaging
|
|
41
41
|
Requires-Dist: tqdm
|
|
42
42
|
Requires-Dist: wheel==0.30.0
|
|
@@ -160,6 +160,15 @@ License
|
|
|
160
160
|
|
|
161
161
|
Release History
|
|
162
162
|
===============
|
|
163
|
+
0.2.6
|
|
164
|
+
++++++
|
|
165
|
+
* Bump `deepdiff` to 8.6.1 and `azure-cli-diff-tool` to 0.1.1
|
|
166
|
+
|
|
167
|
+
0.2.5
|
|
168
|
+
++++++
|
|
169
|
+
* Add support for Python 3.11, 3.12, and 3.13
|
|
170
|
+
* Tested compatibility (externally via External GitHub Actions)
|
|
171
|
+
|
|
163
172
|
0.2.4
|
|
164
173
|
++++++
|
|
165
174
|
* pin setuptools to 70.0.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: azdev
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: Microsoft Azure CLI Developer Tools
|
|
5
5
|
Home-page: https://github.com/Azure/azure-cli-dev-tools
|
|
6
6
|
Author: Microsoft Corporation
|
|
@@ -13,12 +13,12 @@ Classifier: Topic :: Software Development :: Build Tools
|
|
|
13
13
|
Classifier: Environment :: Console
|
|
14
14
|
Classifier: License :: OSI Approved :: MIT License
|
|
15
15
|
Classifier: Natural Language :: English
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
19
16
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
17
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
-
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Requires-Python: >=3.9
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: azure-multiapi-storage
|
|
24
24
|
Requires-Dist: docutils
|
|
@@ -35,8 +35,8 @@ Requires-Dist: requests
|
|
|
35
35
|
Requires-Dist: sphinx==1.6.7
|
|
36
36
|
Requires-Dist: tox
|
|
37
37
|
Requires-Dist: jsbeautifier~=1.14.7
|
|
38
|
-
Requires-Dist: deepdiff~=6.
|
|
39
|
-
Requires-Dist: azure-cli-diff-tool~=0.1.
|
|
38
|
+
Requires-Dist: deepdiff~=8.6.1
|
|
39
|
+
Requires-Dist: azure-cli-diff-tool~=0.1.1
|
|
40
40
|
Requires-Dist: packaging
|
|
41
41
|
Requires-Dist: tqdm
|
|
42
42
|
Requires-Dist: wheel==0.30.0
|
|
@@ -160,6 +160,15 @@ License
|
|
|
160
160
|
|
|
161
161
|
Release History
|
|
162
162
|
===============
|
|
163
|
+
0.2.6
|
|
164
|
+
++++++
|
|
165
|
+
* Bump `deepdiff` to 8.6.1 and `azure-cli-diff-tool` to 0.1.1
|
|
166
|
+
|
|
167
|
+
0.2.5
|
|
168
|
+
++++++
|
|
169
|
+
* Add support for Python 3.11, 3.12, and 3.13
|
|
170
|
+
* Tested compatibility (externally via External GitHub Actions)
|
|
171
|
+
|
|
163
172
|
0.2.4
|
|
164
173
|
++++++
|
|
165
174
|
* pin setuptools to 70.0.0
|
|
@@ -40,14 +40,14 @@ setup(
|
|
|
40
40
|
'Environment :: Console',
|
|
41
41
|
'License :: OSI Approved :: MIT License',
|
|
42
42
|
'Natural Language :: English',
|
|
43
|
-
'Programming Language :: Python :: 3.6',
|
|
44
|
-
'Programming Language :: Python :: 3.7',
|
|
45
|
-
'Programming Language :: Python :: 3.8',
|
|
46
43
|
'Programming Language :: Python :: 3.9',
|
|
47
|
-
'Programming Language :: Python :: 3.10'
|
|
44
|
+
'Programming Language :: Python :: 3.10',
|
|
45
|
+
'Programming Language :: Python :: 3.11',
|
|
46
|
+
'Programming Language :: Python :: 3.12',
|
|
47
|
+
'Programming Language :: Python :: 3.13'
|
|
48
48
|
],
|
|
49
49
|
keywords='azure',
|
|
50
|
-
python_requires='>=3.
|
|
50
|
+
python_requires='>=3.9',
|
|
51
51
|
packages=[
|
|
52
52
|
'azdev',
|
|
53
53
|
'azdev.config',
|
|
@@ -82,8 +82,8 @@ setup(
|
|
|
82
82
|
'sphinx==1.6.7',
|
|
83
83
|
'tox',
|
|
84
84
|
'jsbeautifier~=1.14.7',
|
|
85
|
-
'deepdiff~=6.
|
|
86
|
-
'azure-cli-diff-tool~=0.1.
|
|
85
|
+
'deepdiff~=8.6.1',
|
|
86
|
+
'azure-cli-diff-tool~=0.1.1',
|
|
87
87
|
'packaging',
|
|
88
88
|
'tqdm',
|
|
89
89
|
'wheel==0.30.0',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|