Skip to content
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

chore: Update Cinema 4D open JD version recipe to 0.7.3 #91

Open
wants to merge 3 commits into
base: mainline
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions conda_recipes/cinema4d-openjd/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes

{% set name = "cinema4d-openjd" %}
{% set version = "0.6.1" %}
{% set version = "0.7.3" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/d/deadline-cloud-for-cinema-4d/deadline_cloud_for_cinema_4d-{{ version }}.tar.gz
sha256: e285197afa243ca2b54888d2ddee983723bbb724c6263f02f2fe4565cda9b502
sha256: 0aec84bc57a542393534fb5f76cab5051da49a5827ba97954f76d7b300601163
patches:
- 0001-Remove-version-hook.patch

Expand Down Expand Up @@ -40,7 +40,7 @@ requirements:
run:
# For the variant config file in deadline-cloud.yaml to work, python must not specify a version here.
- python
- deadline ==0.49.*
- deadline >=0.49.7,<0.50
- openjd-adaptor-runtime ==0.9.*

test:
Expand Down
6 changes: 3 additions & 3 deletions conda_recipes/cinema4d-openjd/recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes

context:
version: "0.6.1"
version: "0.7.3"

package:
name: cinema4d-openjd
Expand All @@ -15,7 +15,7 @@ package:
# This source reference uses the source archive published to PyPI
source:
url: https://pypi.io/packages/source/d/deadline-cloud-for-cinema-4d/deadline_cloud_for_cinema_4d-${{ version }}.tar.gz
sha256: e285197afa243ca2b54888d2ddee983723bbb724c6263f02f2fe4565cda9b502
sha256: 0aec84bc57a542393534fb5f76cab5051da49a5827ba97954f76d7b300601163
patches:
- 0001-Remove-version-hook.patch

Expand All @@ -32,7 +32,7 @@ requirements:
- pip
run:
- python
- deadline 0.49.*
- deadline >=0.49.7,<0.50
- openjd-adaptor-runtime 0.9.*

tests:
Expand Down