On Wed, Sep 07, 2022 at 09:16:04PM +0000, Lucas Raab wrote:
> Hello,
> 
> The devel/py-rx update is a bit of a weird one. It's basically a
> break from the v3 version and the library has been internally
> renamed. Given py-influxdb_client is the only consumer, it
> seemed to make sense to update in place. If there's a better way to
> handle that, let me know. This is the first time using MODPY_PEP517,
> but I think I've done it right...
> 
> py-influxdb_client now requires py-rx to be 4.0.4+ hence submitting
> them together.
> 
> py-rx changelogs:
> https://github.com/ReactiveX/RxPY/releases/tag/v4.0.0
> https://github.com/ReactiveX/RxPY/releases/tag/v4.0.1
> https://github.com/ReactiveX/RxPY/releases/tag/v4.0.2
> https://github.com/ReactiveX/RxPY/releases/tag/v4.0.3
> https://github.com/ReactiveX/RxPY/releases/tag/v4.0.4
> 
> py-influxdb_client changelog:
> Bug Fixes
> #483: Querying data if the debug is enabled
> #477: Parsing date fails due to thread race
> #486: Serializing DataFrames with columns starting with digits
> #491: Creating Tasks with import statements
> 
> Dependencies
> #472: Update RxPY to 4.0.4
> 
> Others
> #472: Drop supports for Python 3.6
> #495: Add warning for measurement name starts with #
> 
> Documentation
> #397: Add an example: How to use RxPY to prepare batches by maximum
>       bytes count
> #269: Add new example: How to check connection credentials
> 
> Tested a bit with my InfluxDB Cloud instance, but other tests welcome
> 
> Thanks,
> Lucas

oops, messed up the py-influxdb_client diff. Correction attached
diff refs/heads/master refs/heads/rxpy
commit - aa6cc5fd90161303cd18ca2f1a82ed94db31dba6
commit + 75eca446d0fde2fd140deba46cde6f25f7e34d8a
blob - b140c9545ef62bf727b564655e9d6d2ce429946b
blob + 8f5abf613b1a21dff4312e2a8017d564c9861bf8
--- databases/py-influxdb_client/Makefile
+++ databases/py-influxdb_client/Makefile
@@ -1,6 +1,6 @@
 COMMENT =      Python client library for InfluxDB 1.8/2.0+/Cloud
 
-MODPY_EGG_VERSION =    1.31.0
+MODPY_EGG_VERSION =    1.32.0
 DISTNAME =     influxdb_client-${MODPY_EGG_VERSION}
 PKGNAME =      py-${DISTNAME}
 
@@ -21,7 +21,7 @@ MODPY_SETUPTOOLS =    Yes
 
 RUN_DEPENDS =  devel/py-certifi${MODPY_FLAVOR} \
                devel/py-dateutil${MODPY_FLAVOR} \
-               devel/py-rx${MODPY_FLAVOR} \
+               devel/py-rx${MODPY_FLAVOR}>=4.0.4 \
                www/py-urllib3${MODPY_FLAVOR}
 
 # tests requires new packages: randomize, aioresponses
blob - 896108417ada123716ba5060dbef0b808c659118
blob + eaa661383c76c49202a47aec16e1b60b5ee39c42
--- databases/py-influxdb_client/distinfo
+++ databases/py-influxdb_client/distinfo
@@ -1,2 +1,2 @@
-SHA256 (influxdb_client-1.31.0.tar.gz) = 
rfbf3zX3w5z1Q7JDNZ0sCuefxGLx71egnQ8WI/GBeW0=
-SIZE (influxdb_client-1.31.0.tar.gz) = 312058
+SHA256 (influxdb_client-1.32.0.tar.gz) = 
Kb1Ak0y9y8DpFIhgKL7gasBQUc/1vMrs4EV+77Z6zm0=
+SIZE (influxdb_client-1.32.0.tar.gz) = 312154

Reply via email to