Skip to content

Commit

Permalink
[bot-automerge] zen-engine v0.31.0 (#47)
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 Oct 23, 2024
2 parents 6942da0 + 8c5f0cc commit bc735e5
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

19 changes: 2 additions & 17 deletions .azure-pipelines/azure-pipelines-win.yml

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

42 changes: 0 additions & 42 deletions .ci_support/migrations/python312.yaml

This file was deleted.

14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

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

43 changes: 27 additions & 16 deletions .scripts/run_osx_build.sh

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

42 changes: 32 additions & 10 deletions .scripts/run_win_build.bat

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

33 changes: 29 additions & 4 deletions azure-pipelines.yml

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

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "zen-engine" %}
{% set version = "0.30.0" %}
{% set version = "0.31.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/zen_engine-{{ version }}.tar.gz
sha256: 2fed4fc7beb434972bc88c62593a00b3d801bf3c8010b942f789322cc754c167
sha256: 06a4a43c6d16850a83a88af836c0afe1c1d04814b5ebbbc22401b52bba026764

build:
script: {{ PYTHON }} -m pip install . -vv
Expand Down

0 comments on commit bc735e5

Please sign in to comment.