diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 1491d2a..4b12dcf 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -23,6 +23,7 @@ jobs: matrix: include: - CONFIG: linux_64_ + STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True os: ubuntu runs_on: ['ubuntu-latest'] @@ -99,7 +100,7 @@ jobs: env: # default value; make it explicit, as it needs to match with artefact # generation below. Not configurable for now, can be revisited later - CONDA_BLD_DIR: C:\bld + CONDA_BLD_PATH: C:\bld MINIFORGE_HOME: ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge PYTHONUNBUFFERED: 1 CONFIG: ${{ matrix.CONFIG }} diff --git a/.gitignore b/.gitignore index 47b5408..86a9c55 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Ignore all files and folders in root * !/conda-forge.yml +!.recipe_maintainers.json # Don't ignore any files/folders if the parent folder is 'un-ignored' # This also avoids warnings when adding an already-checked file with an ignored parent. diff --git a/pixi.toml b/pixi.toml index 6244194..e0917f7 100644 --- a/pixi.toml +++ b/pixi.toml @@ -5,7 +5,7 @@ [workspace] name = "google-cloud-bigtable-feedstock" -version = "3.58.1" # conda-smithy version used to generate this file +version = "3.61.2" # conda-smithy version used to generate this file description = "Pixi configuration for conda-forge/google-cloud-bigtable-feedstock" authors = ["@conda-forge/google-cloud-bigtable"] channels = ["conda-forge"] diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 0d0623d..964a1ca 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: name: google-cloud-bigtable - version: "2.36.0" + version: "2.37.0" package: name: ${{ name|lower }} @@ -10,7 +10,7 @@ package: source: url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name | replace('-', '_') }}-${{ version }}.tar.gz - sha256: d5987733c2f60c739f93f259d2037858411cc994ac37cdfbccb6bb159f3ca43e + sha256: dda8b1972b0499238459b6e8a1bc38fb232fe70fab218607850149ed47c93933 build: number: 0 @@ -24,14 +24,16 @@ requirements: - setuptools run: - python >=${{ python_min }} - - google-api-core >=2.17.0,<3.0.0 + - google-api-core >=2.11.0,<3.0.0 - google-api-core-grpc - - google-cloud-core >=1.4.4,<3.0.0 - - google-auth >=2.23.0,<3.0.0,!=2.24.0,!=2.25.0 - - grpc-google-iam-v1 >=0.12.4,<1.0.0 + - google-auth >=2.14.1,<3.0.0,!=2.24.0,!=2.25.0 + # more restrictive constraint for python >=3.14 + - grpcio >=1.75.1,<2.0.0 # more restrictive constraint for python >=3.13 - proto-plus >=1.25.0,<2.0.0 - - protobuf >=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5 + - protobuf >=4.25.8,<8.0.0 + - google-cloud-core >=1.4.4,<3.0.0 + - grpc-google-iam-v1 >=0.12.4,<1.0.0 - google-crc32c >=1.5.0,<2.0.0dev tests: