Merge pull request #305510 from fabaff/influxdb3-python-bump

python312Packages.influxdb3-python: 0.3.6 -> 0.4.0
This commit is contained in:
Fabian Affolter 2024-04-20 13:30:57 +02:00 committed by GitHub
commit fc58829abe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 17 deletions

View File

@ -1,19 +1,20 @@
{ lib
, buildPythonPackage
, certifi
, fetchFromGitHub
, pyarrow
, pytestCheckHook
, python-dateutil
, pythonOlder
, reactivex
, setuptools
, urllib3
{
lib,
buildPythonPackage,
certifi,
fetchFromGitHub,
pyarrow,
pytestCheckHook,
python-dateutil,
pythonOlder,
reactivex,
setuptools,
urllib3,
}:
buildPythonPackage rec {
pname = "influxdb3-python";
version = "0.3.6";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,14 +23,12 @@ buildPythonPackage rec {
owner = "InfluxCommunity";
repo = "influxdb3-python";
rev = "refs/tags/v${version}";
hash = "sha256-ZKN3chJvtOenk2jp02rvw+HooJcee0hwxWoLvEYjfcg=";
hash = "sha256-qFcXqbYsjn27BPeKxTsWxKJdF6y8Oz3VBrmSyO0vCGo=";
};
nativeBuildInputs = [
setuptools
];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
certifi
pyarrow
python-dateutil