Skip to content

Commit fcfd142

Browse files
committed
Bump requirements: librdkafka to v0.9.5, Python to 2.7
1 parent cd28388 commit fcfd142

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ matrix:
66
dist: trusty
77
python: "2.7"
88
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
9-
# Source package verification with Python 2.7 and librdkafka v0.9.2
9+
# Source package verification with Python 2.7 and librdkafka v0.9.5
1010
- os: linux
1111
language: python
1212
dist: trusty
1313
python: "2.7"
14-
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.9.2
14+
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.9.5
1515
# Source package verification with Python 3.5 and librdkafka master
1616
- os: linux
1717
language: python
1818
dist: trusty
1919
python: "3.5"
20-
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.9.2
20+
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.9.5
2121
# cibuildwheel for osx
2222
- os: osx
2323
env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl master tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ https://github.com/edenhill/librdkafka/wiki/Broker-version-compatibility
136136
Prerequisites
137137
=============
138138

139-
* Python >= 2.6 or Python 3.x
140-
* [librdkafka](https://github.com/edenhill/librdkafka) >= 0.9.1 (embedded in Linux wheels)
139+
* Python >= 2.7 or Python 3.x
140+
* [librdkafka](https://github.com/edenhill/librdkafka) >= 0.9.5 (latest release is embedded in wheels)
141141

142142
librdkafka is embedded in the manylinux wheels, for other platforms or
143143
when a specific version of librdkafka is desired, following these guidelines:

0 commit comments

Comments
 (0)