Skip to content

Commit

Permalink
[bot-automerge] azure-storage-blob v12.20.0 (#50)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 9, 2024
2 parents e32aba9 + 152b6a3 commit f9f965b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "azure-storage-blob" %}
{% set version = "12.19.1" %}
{% set version = "12.20.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 13e16ba42fc54ac2c7e8f976062173a5c82b9ec0594728e134aac372965a11b0
sha256: eeb91256e41d4b5b9bad6a87fd0a8ade07dd58aa52344e2c8d2746e27a017d3b

build:
number: 0
Expand All @@ -20,10 +20,10 @@ requirements:
- pip
run:
- python >=3.7
- azure-core <2.0.0,>=1.28.0
- azure-core >=1.28.0
- cryptography >=2.1.4
- isodate >=0.6.1
- typing-extensions >=4.3.0
- typing-extensions >=4.6.0

test:
imports:
Expand Down

0 comments on commit f9f965b

Please sign in to comment.