-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Adding mypy-boto3-sts #28918
base: main
Are you sure you want to change the base?
Adding mypy-boto3-sts #28918
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin, please restart ci |
Hi! This is the staged-recipes linter and I found some lint. File-specific lints and/or hints:
|
@janjagusch Can you please confirm whether you'd also be interested in maintaining this recipe? |
Glad to be listed as a recipe maintainer here. |
@conda-forge-admin, please ping conda-forge/help-python |
Hi! This is the friendly automated conda-forge-webservice. I was asked to ping @conda-forge/help-python and so here I am doing that. |
@conda-forge-admin, please restart ci |
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
python_version: ${{ python_min }}.* | ||
|
||
about: | ||
summary: Type annotations for boto3 STS ${{ version }}service generated with mypy-boto3-builder |
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.
summary: Type annotations for boto3 STS ${{ version }}service generated with mypy-boto3-builder | |
summary: Type annotations for boto3 STS ${{ version }} service generated with mypy-boto3-builder |
version: ${{ version }} | ||
|
||
source: | ||
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name | replace('-', '_') }}-${{ version }}.tar.gz |
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.
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name | replace('-', '_') }}-${{ version }}.tar.gz | |
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/mypy_boto3_sts-${{ version }}.tar.gz |
context: | ||
name: mypy-boto3-sts | ||
version: 1.36.0 | ||
python_min: "3.9" |
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 don't think you need to set this if you're just using the conda-forge default of 3.9. I guess it's ok if you want to be explicit.
noarch: python | ||
script: | ||
env: | ||
PYTHONUTF8: 1 |
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.
What's the rationale for setting this?
This is the same as #28917 but replacing mypy-boto3-kinesis with mypy-boto3-sts.
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).