Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot-automerge] vyper v0.3.10 #27

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ python:
- 3.10.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ python:
- 3.8.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ python:
- 3.9.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/win_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ python:
- 3.10.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/win_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ python:
- 3.8.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
3 changes: 0 additions & 3 deletions .ci_support/win_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ python:
- 3.9.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "vyper" %}
{% set version = "0.3.7" %}
{% set version = "0.3.10" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/vyper-{{ version }}.tar.gz
sha256: 1874eff683b7034ac376547d566d29fd05780bcec9f875c3d9615a9efc82636a
sha256: 8dc1f501caab417fb0ce9c68a6944587f0147ec7cc7d3889cf3a45c19466e489

build:
number: 1
number: 0
skip: true # [py2k or py<38 or py>=311]
entry_points:
- vyper=vyper.cli.vyper_compile:_parse_cli_args
Expand Down