-
Notifications
You must be signed in to change notification settings - Fork 57
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
bump http-client-python 0.5.0 #2981
Draft
msyyc
wants to merge
20
commits into
main
Choose a base branch
from
bump-2024-12-25
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+129
−129
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
9a87631
bump http-client-python 0.5.0
msyyc d091a8a
fix install issue
msyyc 9c8569b
add changelog
msyyc 584a2b6
regenerate
msyyc 5720f65
fix ci
msyyc a8e1c40
optimize install and ci
msyyc cce2a65
optimize install and ci
msyyc 37626dc
update
msyyc aae64ed
update
msyyc 95e043e
fix ci
msyyc 2b24c81
fix ci
msyyc c38af8e
update tox.ini
msyyc 56e3096
Add requirements.txt installation step in install script
msyyc e2897a0
update for eng dependencies
msyyc 94be1cd
fix ci
msyyc 05dfeef
fix ci
msyyc 555c3b7
fix lint in ci
msyyc bc61e3f
fix lint in ci
msyyc 3bb65dc
fix format
msyyc 159befc
fix ci
msyyc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
changeKind: internal | ||
packages: | ||
- "@autorest/python" | ||
- "@azure-tools/typespec-python" | ||
--- | ||
|
||
Bump @typespec/http-client-python 0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
azure-pylint-guidelines-checker==0.0.8 | ||
colorama==0.4.6 | ||
debugpy==1.8.9 | ||
pytest==8.3.4 | ||
tox==4.23.2 | ||
coverage==7.6.9 | ||
black==24.10.0 | ||
setuptools==73.0.1 | ||
-r ../packages/typespec-python/dev_requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,11 @@ steps: | |
displayName: "Install Node.js 18.x" | ||
inputs: | ||
versionSpec: "18.x" | ||
|
||
- task: UsePythonVersion@0 | ||
displayName: "Use Python 3.11" | ||
displayName: "Use Python $(PythonVersion)" | ||
inputs: | ||
versionSpec: 3.11 | ||
versionSpec: $(PythonVersion) | ||
|
||
- script: npm install -g [email protected] | ||
displayName: Install pnpm 9.5.0 | ||
|
@@ -129,11 +130,6 @@ steps: | |
workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/autorest.python/test | ||
condition: and(succeeded(), ${{ parameters.regenerate }}, ${{ parameters.checkChange }}) | ||
|
||
- task: UsePythonVersion@0 | ||
displayName: "Use Python $(PythonVersion)" | ||
inputs: | ||
versionSpec: $(PythonVersion) | ||
|
||
- script: | | ||
pnpm pack | ||
AbsolutePkgPath=$(find "$(pwd)" -name "autorest-python-*" -maxdepth 1) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
-e . | ||
-e ./generator | ||
-r ../../eng/requirements.txt | ||
-r ../../eng/dev_requirements.txt | ||
ptvsd==4.3.2 | ||
types-PyYAML==6.0.12.8 | ||
invoke==2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
black==24.4.0 | ||
click==8.1.3 | ||
docutils==0.19 | ||
Jinja2==3.1.4 | ||
m2r2==0.3.3 | ||
MarkupSafe==2.1.2 | ||
mistune==0.8.4 | ||
pathspec==0.11.1 | ||
platformdirs==3.2.0 | ||
PyYAML==6.0.1 | ||
tomli==2.0.1 | ||
setuptools==69.2.0 | ||
json-rpc==1.14.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I fix the CI to enable pylint for autorest.python then some tiny lint issues are reporeted. I disable some specific items and we could fix them in another PR.