On 2024/02/28 15:10, Martin Reindl wrote:
> - clarify the ports description and make it clear which on is for InfluxDB 1.x
>   and 2.x (there is also a separate 3.x client already)
> - update the 2.x port to the latest release 1.40.0
> - take maintainer for the 2.x port
> 
> OK?

nits below, please refer to packages rather than ports; people reading
DESCR often won't have a ports tree installed.  otherwise ok.

> --- py-influxdb/pkg/DESCR     17 Sep 2018 21:15:10 -0000      1.1.1.1
> +++ py-influxdb/pkg/DESCR     28 Feb 2024 14:01:37 -0000
> @@ -1 +1,3 @@
> -InfluxDB-Python is a client for interacting with InfluxDB.
> +InfluxDB-Python is a client for interacting with InfluxDB 1.x. For
> +connecting to InfluxDB 2.x instances, use the
> +databases/py-influxdb_client port.

+connecting to InfluxDB 2.x instances, install py3-influxdb_client.

> diff -u -p -r1.1.1.1 DESCR
> --- py-influxdb_client/pkg/DESCR      29 Jun 2022 01:35:45 -0000      1.1.1.1
> +++ py-influxdb_client/pkg/DESCR      28 Feb 2024 14:01:37 -0000
> @@ -1,3 +1,2 @@
> -Python client library for the InfluxDB 1.8, 2.0+, and InfluxDB
> -Cloud. To connect to InfluxDB 1.7 or earlier instances, use the
> -databases/py-influxdb port.
> +Python client library for use with InfluxDB 2.x and Flux. To connect
> +to InfluxDB 1.x instances, use the databases/py-influxdb port.

+to InfluxDB 1.x instances, install py3-influxdb.

Reply via email to