CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/08/23 04:15:26
Modified files:
databases/py-influxdb: Makefile
Added files:
databases/py-influxdb/patches:
patch-influxdb__dataframe_client_py
Log message:
Fix FutureWarning from py-pandas in py-influxdb
py-pandas>=1.1.0 adds a FutureWarning: Using short name for 'orient' is
deprecated, which caused a test to fail.
