Skip to content

Commit

Permalink
[bot-automerge] polars v1.5.0 (#261)
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 Aug 15, 2024
2 parents 511147e + c0fff6f commit 8789639
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

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

4 changes: 2 additions & 2 deletions build-locally.py

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.2.1" %}
{% set version = "1.5.0" %}

# Note: This recipe is specifically designed to work well with the autotick bot.
# Also refer to https://github.com/conda-forge/rust-feedstock/blob/main/recipe/meta.yaml.
Expand All @@ -8,11 +8,11 @@ package:

source:
- url: https://pypi.io/packages/source/p/polars/polars-{{ version }}.tar.gz # [polars_variant == "polars"]
sha256: a46aba51acce7ecf85151f72d25ef2a3eeb5735d55f4b7cc69ec4a596e9fbefd # [polars_variant == "polars"]
sha256: 22f767d28d76e54ff15aa38fd58c6ff9e510f22f5e20bb72e6428d70a17ba56a # [polars_variant == "polars"]
- url: https://pypi.io/packages/source/p/polars-lts-cpu/polars_lts_cpu-{{ version }}.tar.gz # [polars_variant == "polars-lts-cpu"]
sha256: 5717d606c7de5eccac29ef59067e8066a3a134ab0fc5c5b4b5f956460010f183 # [polars_variant == "polars-lts-cpu"]
sha256: d9e39545a95818aad4633e04d6e7082fd3802276e53303f907176f50ae12e4de # [polars_variant == "polars-lts-cpu"]
- url: https://pypi.io/packages/source/p/polars-u64-idx/polars_u64_idx-{{ version }}.tar.gz # [polars_variant == "polars-u64-idx"]
sha256: 13e9e3dac166ea1166239bcfd1757967495aa12048fbad78a01bdb181b5d691e # [polars_variant == "polars-u64-idx"]
sha256: edbbb1e7b001da8c30f7becbc3c6d021dd9866d48ea90600527412aa71b9504e # [polars_variant == "polars-u64-idx"]


build:
Expand Down

0 comments on commit 8789639

Please sign in to comment.