azdev 0.2.3__tar.gz → 0.2.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.
Files changed (105) hide show
  1. {azdev-0.2.3 → azdev-0.2.5}/HISTORY.rst +9 -0
  2. {azdev-0.2.3/azdev.egg-info → azdev-0.2.5}/PKG-INFO +15 -5
  3. {azdev-0.2.3 → azdev-0.2.5}/azdev/__init__.py +1 -1
  4. {azdev-0.2.3 → azdev-0.2.5/azdev.egg-info}/PKG-INFO +15 -5
  5. {azdev-0.2.3 → azdev-0.2.5}/azdev.egg-info/requires.txt +1 -0
  6. {azdev-0.2.3 → azdev-0.2.5}/setup.py +6 -5
  7. {azdev-0.2.3 → azdev-0.2.5}/LICENSE +0 -0
  8. {azdev-0.2.3 → azdev-0.2.5}/MANIFEST.in +0 -0
  9. {azdev-0.2.3 → azdev-0.2.5}/README.md +0 -0
  10. {azdev-0.2.3 → azdev-0.2.5}/README.rst +0 -0
  11. {azdev-0.2.3 → azdev-0.2.5}/azdev/__main__.py +0 -0
  12. {azdev-0.2.3 → azdev-0.2.5}/azdev/commands.py +0 -0
  13. {azdev-0.2.3 → azdev-0.2.5}/azdev/completer.py +0 -0
  14. {azdev-0.2.3 → azdev-0.2.5}/azdev/config/__init__.py +0 -0
  15. {azdev-0.2.3 → azdev-0.2.5}/azdev/config/cli.flake8 +0 -0
  16. {azdev-0.2.3 → azdev-0.2.5}/azdev/config/cli_pylintrc +0 -0
  17. {azdev-0.2.3 → azdev-0.2.5}/azdev/config/ext.flake8 +0 -0
  18. {azdev-0.2.3 → azdev-0.2.5}/azdev/config/ext_pylintrc +0 -0
  19. {azdev-0.2.3 → azdev-0.2.5}/azdev/help.py +0 -0
  20. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/HISTORY.rst +0 -0
  21. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/README.rst +0 -0
  22. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/_client_factory.py +0 -0
  23. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/_help.py +0 -0
  24. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/_params.py +0 -0
  25. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/_validators.py +0 -0
  26. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/azext_metadata.json +0 -0
  27. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/blank__init__.py +0 -0
  28. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/commands.py +0 -0
  29. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/custom.py +0 -0
  30. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/module__init__.py +0 -0
  31. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/pkg_declare__init__.py +0 -0
  32. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/setup.cfg +0 -0
  33. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/setup.py +0 -0
  34. {azdev-0.2.3 → azdev-0.2.5}/azdev/mod_templates/test_service_scenario.py +0 -0
  35. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/__init__.py +0 -0
  36. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/breaking_change/__init__.py +0 -0
  37. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/breaking_change/markdown_template.jinja2 +0 -0
  38. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/cmdcov/__init__.py +0 -0
  39. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/cmdcov/_macros.j2 +0 -0
  40. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/cmdcov/cmdcov.py +0 -0
  41. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/cmdcov/component.css +0 -0
  42. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/cmdcov/component.js +0 -0
  43. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/cmdcov/favicon.ico +0 -0
  44. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/cmdcov/index.j2 +0 -0
  45. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/cmdcov/index2.j2 +0 -0
  46. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/cmdcov/module.j2 +0 -0
  47. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/code_gen.py +0 -0
  48. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/command_change/__init__.py +0 -0
  49. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/command_change/custom.py +0 -0
  50. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/command_change/util.py +0 -0
  51. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/constant.py +0 -0
  52. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/extensions/__init__.py +0 -0
  53. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/extensions/util.py +0 -0
  54. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/extensions/version_upgrade.py +0 -0
  55. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/help/__init__.py +0 -0
  56. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/help/refdoc/__init__.py +0 -0
  57. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/help/refdoc/conf.py +0 -0
  58. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/legal.py +0 -0
  59. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/__init__.py +0 -0
  60. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/data/cmd_example_config.json +0 -0
  61. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/linter.py +0 -0
  62. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/pylint_checkers/__init__.py +0 -0
  63. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/pylint_checkers/show_command.py +0 -0
  64. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/rule_decorators.py +0 -0
  65. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/rules/__init__.py +0 -0
  66. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/rules/ci_exclusions.yml +0 -0
  67. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/rules/command_coverage_rules.py +0 -0
  68. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/rules/command_group_rules.py +0 -0
  69. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/rules/command_rules.py +0 -0
  70. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/rules/help_rules.py +0 -0
  71. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/rules/linter_exclusions.yml +0 -0
  72. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/rules/parameter_rules.py +0 -0
  73. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/linter/util.py +0 -0
  74. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/performance.py +0 -0
  75. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/pypi.py +0 -0
  76. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/python_sdk.py +0 -0
  77. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/regex.py +0 -0
  78. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/resource.py +0 -0
  79. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/secret.py +0 -0
  80. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/setup.py +0 -0
  81. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/statistics/__init__.py +0 -0
  82. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/statistics/util.py +0 -0
  83. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/style.py +0 -0
  84. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/testtool/__init__.py +0 -0
  85. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/testtool/incremental_strategy.py +0 -0
  86. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/testtool/profile_context.py +0 -0
  87. {azdev-0.2.3 → azdev-0.2.5}/azdev/operations/testtool/pytest_runner.py +0 -0
  88. {azdev-0.2.3 → azdev-0.2.5}/azdev/params.py +0 -0
  89. {azdev-0.2.3 → azdev-0.2.5}/azdev/transformers.py +0 -0
  90. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/__init__.py +0 -0
  91. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/command.py +0 -0
  92. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/config.py +0 -0
  93. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/const.py +0 -0
  94. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/display.py +0 -0
  95. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/git_util.py +0 -0
  96. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/path.py +0 -0
  97. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/pypi.py +0 -0
  98. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/testing.py +0 -0
  99. {azdev-0.2.3 → azdev-0.2.5}/azdev/utilities/tools.py +0 -0
  100. {azdev-0.2.3 → azdev-0.2.5}/azdev.egg-info/SOURCES.txt +0 -0
  101. {azdev-0.2.3 → azdev-0.2.5}/azdev.egg-info/dependency_links.txt +0 -0
  102. {azdev-0.2.3 → azdev-0.2.5}/azdev.egg-info/entry_points.txt +0 -0
  103. {azdev-0.2.3 → azdev-0.2.5}/azdev.egg-info/top_level.txt +0 -0
  104. {azdev-0.2.3 → azdev-0.2.5}/pyproject.toml +0 -0
  105. {azdev-0.2.3 → azdev-0.2.5}/setup.cfg +0 -0
@@ -2,6 +2,15 @@
2
2
 
3
3
  Release History
4
4
  ===============
5
+ 0.2.5
6
+ ++++++
7
+ * Add support for Python 3.11, 3.12, and 3.13
8
+ * Tested compatibility (externally via External GitHub Actions)
9
+
10
+ 0.2.4
11
+ ++++++
12
+ * pin setuptools to 70.0.0
13
+
5
14
  0.2.3
6
15
  ++++++
7
16
  * `azdev linter`: Fix `list index out of range` in missing_command_test_coverage regex
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: azdev
3
- Version: 0.2.3
3
+ Version: 0.2.5
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
- Requires-Python: >=3.6
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
@@ -40,6 +40,7 @@ Requires-Dist: azure-cli-diff-tool~=0.1.0
40
40
  Requires-Dist: packaging
41
41
  Requires-Dist: tqdm
42
42
  Requires-Dist: wheel==0.30.0
43
+ Requires-Dist: setuptools==70.0.0
43
44
  Requires-Dist: microsoft-security-utilities-secret-masker~=1.0.0b4
44
45
  Dynamic: author
45
46
  Dynamic: author-email
@@ -159,6 +160,15 @@ License
159
160
 
160
161
  Release History
161
162
  ===============
163
+ 0.2.5
164
+ ++++++
165
+ * Add support for Python 3.11, 3.12, and 3.13
166
+ * Tested compatibility (externally via External GitHub Actions)
167
+
168
+ 0.2.4
169
+ ++++++
170
+ * pin setuptools to 70.0.0
171
+
162
172
  0.2.3
163
173
  ++++++
164
174
  * `azdev linter`: Fix `list index out of range` in missing_command_test_coverage regex
@@ -4,4 +4,4 @@
4
4
  # license information.
5
5
  # -----------------------------------------------------------------------------
6
6
 
7
- __VERSION__ = '0.2.3'
7
+ __VERSION__ = '0.2.5'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: azdev
3
- Version: 0.2.3
3
+ Version: 0.2.5
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
- Requires-Python: >=3.6
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
@@ -40,6 +40,7 @@ Requires-Dist: azure-cli-diff-tool~=0.1.0
40
40
  Requires-Dist: packaging
41
41
  Requires-Dist: tqdm
42
42
  Requires-Dist: wheel==0.30.0
43
+ Requires-Dist: setuptools==70.0.0
43
44
  Requires-Dist: microsoft-security-utilities-secret-masker~=1.0.0b4
44
45
  Dynamic: author
45
46
  Dynamic: author-email
@@ -159,6 +160,15 @@ License
159
160
 
160
161
  Release History
161
162
  ===============
163
+ 0.2.5
164
+ ++++++
165
+ * Add support for Python 3.11, 3.12, and 3.13
166
+ * Tested compatibility (externally via External GitHub Actions)
167
+
168
+ 0.2.4
169
+ ++++++
170
+ * pin setuptools to 70.0.0
171
+
162
172
  0.2.3
163
173
  ++++++
164
174
  * `azdev linter`: Fix `list index out of range` in missing_command_test_coverage regex
@@ -18,4 +18,5 @@ azure-cli-diff-tool~=0.1.0
18
18
  packaging
19
19
  tqdm
20
20
  wheel==0.30.0
21
+ setuptools==70.0.0
21
22
  microsoft-security-utilities-secret-masker~=1.0.0b4
@@ -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.6',
50
+ python_requires='>=3.9',
51
51
  packages=[
52
52
  'azdev',
53
53
  'azdev.config',
@@ -87,6 +87,7 @@ setup(
87
87
  'packaging',
88
88
  'tqdm',
89
89
  'wheel==0.30.0',
90
+ 'setuptools==70.0.0',
90
91
  'microsoft-security-utilities-secret-masker~=1.0.0b4'
91
92
  ],
92
93
  package_data={
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes