Skip to content

Commit

Permalink
Merge pull request #92 from regro-cf-autotick-bot/2.5.3_h150095
Browse files Browse the repository at this point in the history
python-confluent-kafka v2.5.3
  • Loading branch information
lpsinger authored Sep 3, 2024
2 parents f677e00 + 189c0f9 commit e0a2061
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion build-locally.py

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set pkgname = "python-confluent-kafka" %}
{% set name = "confluent-kafka" %}
{% set version = "2.5.0" %}
{% set version = "2.5.3" %}

package:
name: {{ pkgname|lower }}
Expand All @@ -9,15 +9,15 @@ package:
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/confluentinc/confluent-kafka-python/archive/refs/tags/v{{ version }}.tar.gz
sha256: 4f29db32ddfb7ff56bf3c8776fa0f0377c0cc72dd36345c5c31d7dac94a8a2a9
sha256: 3f3f7bcb5a1a5ab1ebc13b2bcd8238dc37666115e3294a1489b4fd95231a2f93
patches:
- 0001-Fix-setup-for-windows.patch # [win]

build:
# This package does not support PyPy.
# See https://github.com/confluentinc/confluent-kafka-python/issues/1747#issuecomment-2112004625
skip: true # [python_impl == 'pypy']
number: 1
number: 0
script:
- export CFLAGS="${CFLAGS} -I${PREFIX}/include" # [unix]
- export LDFLAGS="${LDFLAGS} -I${PREFIX}/lib" # [unix]
Expand Down

0 comments on commit e0a2061

Please sign in to comment.