Skip to content

Commit 1821854

Browse files
committed
Require cython >= 0.23 or otherwise use pre-cythoned sources (should resolve pandas-dev#14699 on jessie)
1 parent 08d7b1b commit 1821854

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
pandas (0.19.1-3) UNRELEASED; urgency=medium
2+
3+
* Require cython >= 0.23 or otherwise use pre-cythoned sources
4+
(should resolve https://github.com/pandas-dev/pandas/issues/14699
5+
on jessie)
6+
7+
-- Yaroslav Halchenko <[email protected]> Thu, 08 Dec 2016 11:11:08 -0500
8+
19
pandas (0.19.1-2) unstable; urgency=medium
210

311
* debian/control

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ UVER := $(shell LC_ALL=C dpkg-parsechangelog | awk '/^Version:/{print $$2;}' | s
2222
UVER_PY := $(shell echo $(UVER) | sed -e 's,[~],,g')
2323
UVER_PYSHORT := $(shell echo $(UVER_PY) | sed -e 's,+git.*,,g')
2424

25-
MIN_CYTHONVER = 0.20.2
25+
MIN_CYTHONVER = 0.23
2626

2727
# Some unittests might need to be excluded for different Python versions
2828
EXCLUDE_TESTS := --exclude 'test_(bar_log|set_locale|constructor_compound_dtypes|invalid_index_types|searchsorted_sorter|sparse_max_row)'

0 commit comments

Comments
 (0)