Skip to content

Commit 3b5b58f

Browse files
Merge pull request snowflakedb#7 from regro-cf-autotick-bot/1.7.6
snowflake-connector-python v1.7.6
2 parents e0ebbee + fcfb989 commit 3b5b58f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929
# If there is a newer build queued for the same PR, cancel this one.
3030
- cmd: |
3131
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/conda-forge/conda-forge-ci-setup-feedstock/master/recipe/conda_forge_ci_setup/ff_ci_pr_build.py', 'ff_ci_pr_build.py')"
32-
ff_ci_pr_build -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%"
32+
"%CONDA_INSTALL_LOCN%\python.exe" ff_ci_pr_build.py -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%"
3333
del ff_ci_pr_build.py
3434
3535
# Cygwin's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.)

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
displayName: conda-forge build setup
8282
8383
84+
- script: |
85+
rmdir C:\strawberry /s /q
86+
continueOnError: true
87+
displayName: remove strawberryperl
88+
8489
# Special cased version setting some more things!
8590
- script: |
8691
conda.exe build recipe -m .ci_support\%CONFIG%.yaml

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{% set name = "snowflake-connector-python" %}
2-
{% set version = "1.7.3" %}
2+
{% set version = "1.7.6" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10-
sha256: ad0ca724c6f9769e0df7bb602dbeafc9fd8150bb627d41c62f4a0d4195f01df1
10+
sha256: 78f2522ec8e0100409a0422ed006cc5273908424d6e6411bca9969e397a3e710
1111

1212
build:
13-
number: 1000
13+
number: 0
1414
script: "{{ PYTHON }} -m pip install . --no-deps -vvv"
1515
entry_points:
1616
- snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main

0 commit comments

Comments
 (0)