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 filePatch | File delta | Description |
---|---|---|
pandas025.patch | (download) |
feather/api.py |
5 3 + 2 - 0 ! |
be compatible with pandas 0.25 |
test_pandas.patch | (download) |
feather/api.py |
4 3 + 1 - 0 ! |
test_pandas |
setuptools60.patch | (download) |
setup.py |
3 2 + 1 - 0 ! |
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 ! |
drop the runtime dependency on cython |
pandas2.0.patch | (download) |
feather/api.py |
3 0 + 3 - 0 ! |
adapt to pandas 2.0 Bug-Debian: https://bugs.debian.org/1044071 |