From 1cd3fa052551b3d98f9c4bd51a52dfa4b2412e74 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Thu, 30 May 2024 06:42:57 -0500 Subject: [PATCH 1/2] Version Upgrade v0.19.6 --- recipe/meta.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 34ea18c..fb29456 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "kedro" %} -{% set version = "0.19.5" %} +{% set version = "0.19.6" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/kedro-{{ version }}.tar.gz - sha256: a8c1ecf371de9dc72876a3907dd0a11e9743ec46dc0e9b174652c220c76ae798 + sha256: cd4128fe8a9716ae83cf2f88ce2b76305d66af99a497207e3e4294afd3d96e15 build: noarch: python @@ -35,18 +35,17 @@ requirements: - gitpython >=3.0 - importlib-metadata >=3.6,<8.0 - importlib-resources >=1.3,<7.0 - - jmespath >=0.9.5 - - kedro-datasets + - kedro-datasets # Only required for tests Now - more-itertools >=8.14.0 - omegaconf >=2.1.1 - parse >=1.19.0 - - pluggy >=1.0,<1.4.0 + - pluggy >=1.0 - pre-commit-hooks - pyyaml >=4.2,<7.0 - rich >=12.0,<14.0 - rope >=0.21,<2.0 - toml >=0.10.0 - - toposort >=1.5 + - graphlib-backport >=1.0.0 test: imports: From 95fab9db95b4bdb6f14fd29f34fa6ec1bdb0d920 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 11:46:24 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.1, and conda-forge-pinning 2024.05.29.16.17.59 --- .ci_support/linux_64_.yaml | 7 ------- .gitattributes | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 3166d1d..6c59082 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,7 +1,3 @@ -c_stdlib: -- sysroot -c_stdlib_version: -- '2.12' cdt_name: - cos6 channel_sources: @@ -10,6 +6,3 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 -zip_keys: -- - c_stdlib_version - - cdt_name diff --git a/.gitattributes b/.gitattributes index 7f32763..18f114a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,8 +20,8 @@ bld.bat text eol=crlf .travis.yml linguist-generated=true .scripts/* linguist-generated=true .woodpecker.yml linguist-generated=true -LICENSE.txt linguist-generated=true -README.md linguist-generated=true +/LICENSE.txt linguist-generated=true +/README.md linguist-generated=true azure-pipelines.yml linguist-generated=true build-locally.py linguist-generated=true shippable.yml linguist-generated=true