pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-influxdb: Update to 5.3.0
Module Name: pkgsrc-wip
Committed By: Frédéric Fauberteau <triaxx%NetBSD.org@localhost>
Pushed By: frederic
Date: Fri Jan 29 08:51:21 2021 +0000
Changeset: 72860c83ab9e7aed9040667a248df1debb579b77
Modified Files:
py-influxdb/Makefile
py-influxdb/distinfo
Log Message:
py-influxdb: Update to 5.3.0
upstream-changes:
-----------------
[v5.3.0] - 2020-04-10
Added
* Add mypy testing framework (#756)
* Add support for messagepack (#734 thx @lovasoa)
* Add support for 'show series' (#357 thx @gaker)
* Add support for custom request session in InfluxDBClient (#360 thx
@dschien)
* Add support for handling np.nan and np.inf values in DataFrameClient
(#436 thx @nmerket)
* Add support for optional time_precision in the SeriesHelper (#502 &&
#719 thx @appunni-dishq && @klDen)
* Add ability to specify retention policy in SeriesHelper (#723 thx
@csanz91)
* Add gzip compression for post and response data (#732 thx
@KEClaytor)
* Add support for chunked responses in ResultSet (#753 and #538 thx
@hrbonz && @psy0rz)
* Add support for empty string fields (#766 thx @gregschrock)
* Add support for context managers to InfluxDBClient (#721 thx
@JustusAdam)
Changed
* Clean up stale CI config (#755)
* Add legacy client test (#752 & #318 thx @oldmantaiter & @sebito91)
* Update make_lines section in line_protocol.py to split out core
function (#375 thx @aisbaa)
* Fix nanosecond time resolution for points (#407 thx @AndreCAndersen
&& @clslgrnc)
* Fix import of distutils.spawn (#805 thx @Hawk777)
* Update repr of float values including properly handling of boolean
(#488 thx @ghost)
* Update DataFrameClient to fix faulty empty tags (#770 thx
@michelfripiat)
* Update DataFrameClient to properly return dropna values (#778 thx
@jgspiro)
* Update DataFrameClient to test for pd.DataTimeIndex before blind
conversion (#623 thx @testforvin)
* Update client to type-set UDP port to int (#651 thx @yifeikong)
* Update batched writing support for all iterables (#746 thx @JayH5)
* Update SeriesHelper to enable class instantiation when not
initialized (#772 thx @ocworld)
* Update UDP test case to add proper timestamp to datapoints (#808 thx
@shantanoo-desai)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=72860c83ab9e7aed9040667a248df1debb579b77
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-influxdb/Makefile | 2 +-
py-influxdb/distinfo | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-influxdb/Makefile b/py-influxdb/Makefile
index cea2686666..cc15528b33 100644
--- a/py-influxdb/Makefile
+++ b/py-influxdb/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= influxdb-5.2.3
+DISTNAME= influxdb-5.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel databases
MASTER_SITES= ${MASTER_SITE_PYPI:=i/influxdb/}
diff --git a/py-influxdb/distinfo b/py-influxdb/distinfo
index d87a5099cd..702bc73f69 100644
--- a/py-influxdb/distinfo
+++ b/py-influxdb/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (influxdb-5.2.3.tar.gz) = 51b5515ac4f5995d17328f83eba9aeac6f49a332
-RMD160 (influxdb-5.2.3.tar.gz) = 46024f1c6f76c6aa9684ff813838da1af73f8a43
-SHA512 (influxdb-5.2.3.tar.gz) = de62c745fdbe2d77b4f4a596a5377b8ec5c0bd0a6030b08e1b45435139efc4ade4fcdfbf71fc6d37f65cb04b2d48028ded2f14e5ad337fee5630ce8082c4d617
-Size (influxdb-5.2.3.tar.gz) = 62569 bytes
+SHA1 (influxdb-5.3.0.tar.gz) = f54a2a94a5220a0415c995e2e2ddd53d7bbb21d0
+RMD160 (influxdb-5.3.0.tar.gz) = 6bf69fc3bceb36da8e014bfbdc67c2efa4ab68ba
+SHA512 (influxdb-5.3.0.tar.gz) = 49ae48dc56ea8f6c6d4103f33207a35af4877c292ff4bfd32ebf8ff35fae816f570e64657406fdf9ef13092c69e7e2d1f0c641124445d35731a4a37812f67242
+Size (influxdb-5.3.0.tar.gz) = 66683 bytes
Home |
Main Index |
Thread Index |
Old Index