Skip to content

Commit

Permalink
Update to 0.3.0 (#35)
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 Apr 2, 2024
2 parents bd9aa24 + d5b5977 commit 3c3ee38
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 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.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
6 changes: 3 additions & 3 deletions .scripts/build_steps.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.

13 changes: 6 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{% set name = "teensytoany" %}
{% set version = "0.2.1" %}
{% set version = "0.3.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: b0dfacde25b38d734e128050cfbe1190c4f2773d6804f86fe45bae57da8227df
url: https://pypi.io/packages/source/t/teensytoany/teensytoany-{{ version }}.tar.gz
sha256: 465a21cf3920dfd018b43c2afeb659234e518be382ac21d89ef7c782151982d8

build:
number: 0
Expand All @@ -16,10 +15,10 @@ build:

requirements:
host:
- python >=3.8,<4
- python >=3.9,<4
- pip
run:
- python >=3.8,<4
- python >=3.9,<4
- pyserial
- packaging

Expand Down

0 comments on commit 3c3ee38

Please sign in to comment.