Skip to content

Commit

Permalink
Merge pull request #5 from regro-cf-autotick-bot/0.2.17_h45da97
Browse files Browse the repository at this point in the history
odc-apps-dc-tools v0.2.17
  • Loading branch information
Ariana-B authored Jul 1, 2024
2 parents c378e07 + a596b8e commit 59ea0ac
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 15 deletions.
1 change: 1 addition & 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.

13 changes: 12 additions & 1 deletion .gitignore

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

12 changes: 3 additions & 9 deletions .scripts/build_steps.sh

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

6 changes: 6 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.

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.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "odc-apps-dc-tools" %}
{% set version = "0.2.16" %}
{% set version = "0.2.17" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 93335333fd9f1c82f71c6b3e23c66b48b52975feb8b9f87b4b621905c4aa0a17
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: a0a2152819130adaaa2ac0e155591d5d1d7d504b0bb83957926440781fb546cb

build:
entry_points:
Expand Down

0 comments on commit 59ea0ac

Please sign in to comment.