Package: python-feather-format / 0.3.1+dfsg1-8

Metadata

Package Version Patches format
python-feather-format 0.3.1+dfsg1-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pandas025.patch | (download)

feather/api.py | 5 3 + 2 - 0 !
feather/tests/test_reader.py | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 4 deletions(-)

 be compatible with pandas 0.25

test_pandas.patch | (download)

feather/api.py | 4 3 + 1 - 0 !
feather/tests/test_reader.py | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 3 deletions(-)

 test_pandas


setuptools60.patch | (download)

setup.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 import setuptools before cython.distutils

setuptools bundles its own distutils, and installs them in sys.path on
import. So import it before anything else that looks for distutils.

This allows feather to work with setuptools >= 60.

Bug-Debian: https://bugs.debian.org/1022475
no runtime cython.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 drop the runtime dependency on cython
pandas2.0.patch | (download)

feather/api.py | 3 0 + 3 - 0 !
feather/ext.pyx | 2 1 + 1 - 0 !
feather/tests/test_reader.py | 5 3 + 2 - 0 !
3 files changed, 4 insertions(+), 6 deletions(-)

 adapt to pandas 2.0
Bug-Debian: https://bugs.debian.org/1044071