-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore(arcdata): version bump to 1.5.30 #9767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25316,6 +25316,80 @@ | |
| } | ||
| ], | ||
| "arcdata": [ | ||
| { | ||
| "downloadUrl": "https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.30-py2.py3-none-any.whl", | ||
| "filename": "arcdata-1.5.30-py2.py3-none-any.whl", | ||
| "metadata": { | ||
| "azext.isExperimental": false, | ||
| "azext.minCliCoreVersion": "2.3.1", | ||
| "classifiers": [ | ||
| "Development Status :: 1 - Beta", | ||
| "Intended Audience :: Developers", | ||
| "Programming Language :: Python :: 3", | ||
| "Programming Language :: Python :: 3.10", | ||
| "Programming Language :: Python :: 3.11", | ||
| "Programming Language :: Python :: 3.12", | ||
| "Programming Language :: Python :: 3.13", | ||
| "Programming Language :: Python :: 3.14", | ||
| "License :: OSI Approved :: MIT License" | ||
| ], | ||
| "extensions": { | ||
| "python.details": { | ||
| "contacts": [ | ||
| { | ||
| "email": "dpgswdist@microsoft.com", | ||
| "name": "Microsoft Corporation", | ||
| "role": "author" | ||
| } | ||
| ], | ||
| "document_names": { | ||
| "description": "DESCRIPTION.rst" | ||
| }, | ||
| "project_urls": { | ||
| "Home": "https://docs.microsoft.com/en-us/azure/azure-arc/data/" | ||
| } | ||
| } | ||
| }, | ||
| "extras": [], | ||
| "generator": "bdist_wheel (0.30.0)", | ||
| "license": "MIT", | ||
| "license_file": "LICENSE", | ||
| "metadata_version": "2.0", | ||
| "name": "arcdata", | ||
| "requires_python": ">=3.10", | ||
| "run_requires": [ | ||
|
Comment on lines
+25357
to
+25360
|
||
| { | ||
| "requires": [ | ||
| "colorama (>=0.4.4)", | ||
| "colorama>=0.4.4", | ||
| "jinja2 (>=3.1.6)", | ||
| "jinja2>=3.1.6", | ||
| "jsonpatch (==1.24)", | ||
| "jsonpatch==1.24", | ||
| "jsonpath-ng (==1.4.3)", | ||
| "jsonpath_ng==1.4.3", | ||
| "jsonschema (==3.2.0)", | ||
| "jsonschema==3.2.0", | ||
| "kubernetes (>=31.0.0)", | ||
| "kubernetes>=31.0.0", | ||
| "msrestazure (>=0.6.4.post1)", | ||
| "msrestazure>=0.6.4.post1", | ||
| "ndjson (>=0.3.1)", | ||
| "ndjson>=0.3.1", | ||
| "pem (>=21.2.0)", | ||
| "pem>=21.2.0", | ||
| "pydash (>=7.0.6)", | ||
| "pydash>=7.0.6", | ||
| "regex (>=2023.10.3)", | ||
| "regex>=2023.10.3" | ||
| ] | ||
| } | ||
| ], | ||
| "summary": "Tools for managing ArcData.", | ||
| "version": "1.5.30" | ||
| }, | ||
| "sha256Digest": "07aa8ddeeb839f3f3b63654a85d102aa85870f5e9664f0c1b7b547717e1a0d68" | ||
| }, | ||
| { | ||
| "downloadUrl": "https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.29-py2.py3-none-any.whl", | ||
| "filename": "arcdata-1.5.29-py2.py3-none-any.whl", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description/template explicitly says not to modify
src/index.json(it should be updated by the publish pipeline). This change directly editssrc/index.json; either revert this file change and update the extension source’ssetup.py/HISTORY.rst, or update the PR description to clarify why this is an exception (e.g., external extension without source here).