diff -Nru pandas-0.25.3+dfsg2/debian/changelog pandas-0.25.3+dfsg2/debian/changelog --- pandas-0.25.3+dfsg2/debian/changelog 2020-06-28 20:47:22.000000000 +0000 +++ pandas-0.25.3+dfsg2/debian/changelog 2020-07-02 17:56:40.000000000 +0000 @@ -1,3 +1,10 @@ +pandas (0.25.3+dfsg2-3+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 0.25.3+dfsg-9+rpi1 by Peter Michael Green at Thu, 09 Apr 2020 03:11:32 +0000] + * Disable testsuite. + + -- Raspbian forward porter Thu, 02 Jul 2020 17:56:40 +0000 + pandas (0.25.3+dfsg2-3) unstable; urgency=medium * Nested DataFrames may raise ValueError with numpy 1.19 diff -Nru pandas-0.25.3+dfsg2/debian/rules pandas-0.25.3+dfsg2/debian/rules --- pandas-0.25.3+dfsg2/debian/rules 2020-06-28 18:53:18.000000000 +0000 +++ pandas-0.25.3+dfsg2/debian/rules 2020-07-02 17:56:40.000000000 +0000 @@ -110,7 +110,7 @@ python$* setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp python-test%: python-install% -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) echo "backend : Agg" >| $(CURDIR)/build/matplotlibrc : # Run unittests here against installed pandas, in sections to avoid out-of-memory crash (#943732); exit code 5 means no tests in this file echo "$*" | grep -q '^3' && PY=3 || PY=$*; \