azdev 0.2.9__tar.gz → 0.2.10__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.9 → azdev-0.2.10}/HISTORY.rst +6 -1
- {azdev-0.2.9/azdev.egg-info → azdev-0.2.10}/PKG-INFO +10 -5
- {azdev-0.2.9 → azdev-0.2.10}/azdev/__init__.py +1 -1
- {azdev-0.2.9 → azdev-0.2.10/azdev.egg-info}/PKG-INFO +10 -5
- {azdev-0.2.9 → azdev-0.2.10}/azdev.egg-info/requires.txt +1 -1
- {azdev-0.2.9 → azdev-0.2.10}/setup.py +4 -4
- {azdev-0.2.9 → azdev-0.2.10}/LICENSE +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/MANIFEST.in +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/README.md +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/README.rst +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/__main__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/commands.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/completer.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/config/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/config/cli.flake8 +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/config/cli_pylintrc +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/config/ext.flake8 +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/config/ext_pylintrc +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/help.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/HISTORY.rst +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/README.rst +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/_client_factory.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/_help.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/_params.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/_validators.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/azext_metadata.json +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/blank__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/commands.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/custom.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/module__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/pkg_declare__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/setup.cfg +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/setup.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/mod_templates/test_service_scenario.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/breaking_change/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/breaking_change/markdown_template.jinja2 +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/cmdcov/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/cmdcov/_macros.j2 +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/cmdcov/cmdcov.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/cmdcov/component.css +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/cmdcov/component.js +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/cmdcov/favicon.ico +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/cmdcov/index.j2 +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/cmdcov/index2.j2 +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/cmdcov/module.j2 +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/code_gen.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/command_change/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/command_change/custom.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/command_change/util.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/constant.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/extensions/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/extensions/util.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/extensions/version_upgrade.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/help/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/help/refdoc/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/help/refdoc/conf.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/latest_index.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/legal.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/data/cmd_example_config.json +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/linter.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/pylint_checkers/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/pylint_checkers/show_command.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/rule_decorators.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/rules/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/rules/ci_exclusions.yml +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/rules/command_coverage_rules.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/rules/command_group_rules.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/rules/command_rules.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/rules/help_rules.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/rules/linter_exclusions.yml +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/rules/parameter_rules.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/linter/util.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/performance.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/pypi.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/python_sdk.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/regex.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/resource.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/secret.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/setup.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/statistics/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/statistics/util.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/style.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/testtool/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/testtool/incremental_strategy.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/testtool/profile_context.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/operations/testtool/pytest_runner.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/params.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/transformers.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/__init__.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/command.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/config.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/const.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/display.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/git_util.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/path.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/pypi.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/testing.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev/utilities/tools.py +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev.egg-info/SOURCES.txt +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev.egg-info/dependency_links.txt +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev.egg-info/entry_points.txt +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/azdev.egg-info/top_level.txt +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/pyproject.toml +0 -0
- {azdev-0.2.9 → azdev-0.2.10}/setup.cfg +0 -0
|
@@ -2,12 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Release History
|
|
4
4
|
===============
|
|
5
|
+
0.2.10
|
|
6
|
+
++++++
|
|
7
|
+
* Add support for Python 3.14 and drop support for Python 3.9
|
|
8
|
+
* Bump pylint constraint to >=4,<5 for Python 3.14 and style compatibility
|
|
9
|
+
|
|
5
10
|
0.2.9
|
|
6
11
|
+++++
|
|
7
12
|
* `azdev latest-index`: Add `generate` and `verify` commands to manage Azure CLI packaged latest indices (`commandIndex.latest.json`, `helpIndex.latest.json`) with CI-friendly verify exit behavior.
|
|
8
13
|
|
|
9
14
|
0.2.8
|
|
10
|
-
|
|
15
|
+
+++++
|
|
11
16
|
* Pin pip to 25.2 as pip 25.3 remove support for the legacy setup.py develop editable method in setuptools editable installs; setuptools >= 64 is now required. (#11457)
|
|
12
17
|
|
|
13
18
|
0.2.7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: azdev
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.10
|
|
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.9
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
-
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
21
|
+
Requires-Python: >=3.10
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: azure-multiapi-storage
|
|
24
24
|
Requires-Dist: docutils
|
|
@@ -26,7 +26,7 @@ Requires-Dist: flake8
|
|
|
26
26
|
Requires-Dist: gitpython
|
|
27
27
|
Requires-Dist: jinja2
|
|
28
28
|
Requires-Dist: knack
|
|
29
|
-
Requires-Dist: pylint<4
|
|
29
|
+
Requires-Dist: pylint<5,>=4
|
|
30
30
|
Requires-Dist: pytest-xdist
|
|
31
31
|
Requires-Dist: pytest-forked
|
|
32
32
|
Requires-Dist: pytest>=5.0.0
|
|
@@ -203,12 +203,17 @@ License
|
|
|
203
203
|
|
|
204
204
|
Release History
|
|
205
205
|
===============
|
|
206
|
+
0.2.10
|
|
207
|
+
++++++
|
|
208
|
+
* Add support for Python 3.14 and drop support for Python 3.9
|
|
209
|
+
* Bump pylint constraint to >=4,<5 for Python 3.14 and style compatibility
|
|
210
|
+
|
|
206
211
|
0.2.9
|
|
207
212
|
+++++
|
|
208
213
|
* `azdev latest-index`: Add `generate` and `verify` commands to manage Azure CLI packaged latest indices (`commandIndex.latest.json`, `helpIndex.latest.json`) with CI-friendly verify exit behavior.
|
|
209
214
|
|
|
210
215
|
0.2.8
|
|
211
|
-
|
|
216
|
+
+++++
|
|
212
217
|
* Pin pip to 25.2 as pip 25.3 remove support for the legacy setup.py develop editable method in setuptools editable installs; setuptools >= 64 is now required. (#11457)
|
|
213
218
|
|
|
214
219
|
0.2.7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: azdev
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.10
|
|
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.9
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
-
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
21
|
+
Requires-Python: >=3.10
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: azure-multiapi-storage
|
|
24
24
|
Requires-Dist: docutils
|
|
@@ -26,7 +26,7 @@ Requires-Dist: flake8
|
|
|
26
26
|
Requires-Dist: gitpython
|
|
27
27
|
Requires-Dist: jinja2
|
|
28
28
|
Requires-Dist: knack
|
|
29
|
-
Requires-Dist: pylint<4
|
|
29
|
+
Requires-Dist: pylint<5,>=4
|
|
30
30
|
Requires-Dist: pytest-xdist
|
|
31
31
|
Requires-Dist: pytest-forked
|
|
32
32
|
Requires-Dist: pytest>=5.0.0
|
|
@@ -203,12 +203,17 @@ License
|
|
|
203
203
|
|
|
204
204
|
Release History
|
|
205
205
|
===============
|
|
206
|
+
0.2.10
|
|
207
|
+
++++++
|
|
208
|
+
* Add support for Python 3.14 and drop support for Python 3.9
|
|
209
|
+
* Bump pylint constraint to >=4,<5 for Python 3.14 and style compatibility
|
|
210
|
+
|
|
206
211
|
0.2.9
|
|
207
212
|
+++++
|
|
208
213
|
* `azdev latest-index`: Add `generate` and `verify` commands to manage Azure CLI packaged latest indices (`commandIndex.latest.json`, `helpIndex.latest.json`) with CI-friendly verify exit behavior.
|
|
209
214
|
|
|
210
215
|
0.2.8
|
|
211
|
-
|
|
216
|
+
+++++
|
|
212
217
|
* Pin pip to 25.2 as pip 25.3 remove support for the legacy setup.py develop editable method in setuptools editable installs; setuptools >= 64 is now required. (#11457)
|
|
213
218
|
|
|
214
219
|
0.2.7
|
|
@@ -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.9',
|
|
44
43
|
'Programming Language :: Python :: 3.10',
|
|
45
44
|
'Programming Language :: Python :: 3.11',
|
|
46
45
|
'Programming Language :: Python :: 3.12',
|
|
47
|
-
'Programming Language :: Python :: 3.13'
|
|
46
|
+
'Programming Language :: Python :: 3.13',
|
|
47
|
+
'Programming Language :: Python :: 3.14'
|
|
48
48
|
],
|
|
49
49
|
keywords='azure',
|
|
50
|
-
python_requires='>=3.
|
|
50
|
+
python_requires='>=3.10',
|
|
51
51
|
packages=[
|
|
52
52
|
'azdev',
|
|
53
53
|
'azdev.config',
|
|
@@ -73,7 +73,7 @@ setup(
|
|
|
73
73
|
'gitpython',
|
|
74
74
|
'jinja2',
|
|
75
75
|
'knack',
|
|
76
|
-
'pylint
|
|
76
|
+
'pylint>=4,<5',
|
|
77
77
|
'pytest-xdist', # depends on pytest-forked
|
|
78
78
|
'pytest-forked',
|
|
79
79
|
'pytest>=5.0.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
|
|
File without changes
|