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

apache-airflow-providers-yandex v3.4.0 #12

Merged
Merged
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
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "apache-airflow-providers-yandex" %}
{% set version = "3.3.0" %}
{% set version = "3.4.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/apache-airflow-providers-yandex-{{ version }}.tar.gz
sha256: 6d90fa34fc65445a3402f912bea908f89d0d885dbe46cdae96806379d03cb5b2
sha256: 4edd76c210c9ba52ed5dc7e047c5b721046e6f0f2042891ae383c3724c364cce

build:
noarch: python
Expand All @@ -16,13 +16,13 @@ build:

requirements:
host:
- python >=3.7
- setuptools >=67.2.0
- python >=3.8
- setuptools >=67.2.0,<68.0.0
- pip
run:
- python >=3.7
- apache-airflow >=2.3.0
- yandexcloud >=0.173.0
- python >=3.8
- apache-airflow >=2.4.0
- yandexcloud >=0.228.0

test:
imports:
Expand Down
Loading