Skip to content

Commit

Permalink
[bot-automerge] opentelemetry-instrumentation-sqlalchemy v0.45b0 (#24)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
2 parents a4d8a75 + a4c41e6 commit d367f23
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 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.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

5 changes: 3 additions & 2 deletions build-locally.py

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

9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "opentelemetry-instrumentation-sqlalchemy" %}
{% set version = "0.44b0" %}
{% set version = "0.45b0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/opentelemetry_instrumentation_sqlalchemy-{{ version }}.tar.gz
sha256: 9341603aa0314cbc9325a5997ab9733ff67fbd38a475376753f21dd8d3c67ed7
sha256: 1141865207ea5d8314a1e44033a24f8921027470b296386a535dd50a2eb73aec

build:
noarch: python
Expand All @@ -22,8 +22,8 @@ requirements:
run:
- python >=3.7
- opentelemetry-api ~=1.12
- opentelemetry-instrumentation ==0.44b0
- opentelemetry-semantic-conventions ==0.44b0
- opentelemetry-instrumentation ==0.45b0
- opentelemetry-semantic-conventions ==0.45b0
- packaging >=21.0
- wrapt >=1.11.2
# - sqlalchemy
Expand Down Expand Up @@ -58,6 +58,7 @@ requirements:
# - pytest
# - opentelemetry-sdk ~=1.12
# - opentelemetry-instrumentation-sqlalchemy
# - sqlalchemy

test:
imports:
Expand Down

0 comments on commit d367f23

Please sign in to comment.