Skip to content

Commit

Permalink
Merge pull request #105 from gmarciani/wip/mgiacomo/release-pcluster-…
Browse files Browse the repository at this point in the history
…3.11.1

[Release] Bump AWS ParallelCluster version to 3.11.1.
  • Loading branch information
gmarciani authored Oct 21, 2024
2 parents 0e327bd + c20e5a8 commit 9d6ff0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "aws-parallelcluster" %}
{% set version = "3.11.0" %}
{% set version = "3.11.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/aws-parallelcluster-{{ version }}.tar.gz
sha256: af24013ebc638089132800c80d93a0e4f1dfb2199fad651b82a7e71f551c49df
sha256: cabb2ae83a4d127f9507344458f3028bad30e682b54bb94ac3f5c7174ca43eed

build:
entry_points:
Expand All @@ -21,10 +21,11 @@ requirements:
host:
- python >=3.7
- pip
- setuptools
run:
- python-jsii ==1.85.0
- python >=3.7
- setuptools <70.0.0
- setuptools
- boto3 >=1.16.14
- tabulate >=0.8.8,<=0.8.10
- pyyaml >=5.3.1,!=5.4
Expand Down

1 comment on commit 9d6ff0c

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.