Skip to content

Commit

Permalink
awscliv2 v2.3.0 (#7)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Apr 30, 2024
2 parents 2417f6e + 37a0d46 commit 672a6f7
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 17 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bot:
inspection: update-grayskull
conda_forge_output_validation: true
github:
branch_name: main
Expand Down
15 changes: 7 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
{% set name = "awscliv2" %}
{% set version = "2.1.1" %}
{% set version = "2.3.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/awscliv2-{{ version }}.tar.gz
sha256: 9c2cb03d599859c66f5db9588c20be2743cdabdf52968269727dfb495b37f5a4
sha256: 508617da0f9cd72ab2707ce9366bbd05c7cb2328f668a6f23ef1e73a06d423d7

build:
entry_points:
- awscliv2 = awscliv2.main:main_cli
- awsv2 = awscliv2.main:main_cli
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
build:
host:
- python >=3.6,<4.0
- python >=3.7,<4.0
- pip
- poetry-core >=1.0.0
run:
- python >=3.6,<4.0
- executor
- importlib-resources
- python >=3.7,<4.0
- importlib-metadata

test:
imports:
Expand Down

0 comments on commit 672a6f7

Please sign in to comment.