Skip to content

Commit

Permalink
Conda bump to 1.2.4 (i.e. update meta.yaml files).
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dkurokawa committed Oct 31, 2024
1 parent 9c6c5b4 commit 1d1c671
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/connectors/snowflake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-connectors-snowflake" %}
{% set version = "1.2.2" %}
{% set version = "1.2.4" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: afe145e90144de38598a48de8893a27aefafde2865079ef6fba6a81308e2b0e2
sha256: 642f8134a8808a7b876f26d874f2a5a3c3cf590198a260491a0e6fe23aaf2835

build:
noarch: python
Expand Down
4 changes: 2 additions & 2 deletions src/core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-core" %}
{% set version = "1.2.2" %}
{% set version = "1.2.4" %}

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

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

build:
noarch: python
Expand Down
4 changes: 2 additions & 2 deletions src/feedback/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-feedback" %}
{% set version = "1.2.2" %}
{% set version = "1.2.4" %}

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

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

build:
noarch: python
Expand Down
4 changes: 2 additions & 2 deletions src/providers/cortex/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "trulens-providers-cortex" %}
{% set version = "1.2.2" %}
{% set version = "1.2.4" %}

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

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

build:
noarch: python
Expand Down

0 comments on commit 1d1c671

Please sign in to comment.