summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/influxdb (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix typos in comments•••Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. Peder Bergebakken Sundt2025-02-241-1/+1
* python312Packages.influxdb: patch out noseMartin Weinelt2024-07-092-2/+718
* python312Packages.influxdb: format with nixfmtFabian Affolter2024-04-231-17/+16
* python312Packages.influxdb: refactorFabian Affolter2024-04-231-10/+17
* python311Packages.influxdb: 5.3.1 -> 5.3.2R. Ryantm2024-04-221-2/+2
* python311Packages.influxdb: switch to pynose, disable and fix failing testsMartin Weinelt2024-02-241-3/+12
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda adisbladis2023-12-071-0/+1
* python311Packages.influxdb: disable failing testsMartin Weinelt2023-09-271-1/+1
* python3.pkgs.influxdb: fix after Pandas bump•••Pandas has removed the deprecated pandas.util.testing package, and there are also some other behaviour changes with parsing date times. Patch the former, and skip the tests affected by the latter. Note that upstream is no longer supporting this package and it has been archived on GitHub. Luke Granger-Brown2023-08-131-0/+10
* python310Packages.influxdb: allow binding to localhost on darwinTheodore Ni2023-07-091-0/+2
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python3Packages.influxdb: 5.3.0 -> 5.3.1Martin Weinelt2022-02-031-15/+5
* python3Packages.influxdb: disable failing testMartin Weinelt2021-10-111-0/+2
* treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz2021-07-031-2/+2
* python3Packages.influxdb: disable failing testMartin Weinelt2021-03-211-1/+7
* python3Packages.influxdb: enable testsFabian Affolter2021-02-271-11/+37
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* python3.pkgs.influxdb: fix buildJörg Thalheim2020-06-201-1/+10
* python: influxdb: 5.2.3 -> 5.3.0Frederik Rietdijk2020-06-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python37Packages.influxdb: 5.2.2 -> 5.2.3•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-influxdb/versions R. RyanTM2019-09-281-2/+2
* python37Packages.influxdb: 5.2.1 -> 5.2.2•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-influxdb/versions (cherry picked from commit b20f2d007947988b57c0164f774fbd4f58f0d78e) R. RyanTM2019-04-071-2/+2
* python37Packages.influxdb: 5.2.0 -> 5.2.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-influxdb/versions R. RyanTM2018-12-261-2/+2
* python36Packages.influxdb: 4.0.0 -> 5.2.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-influxdb/versions R. RyanTM2018-10-241-2/+2
* pythonPackages.influxdb: refactor move to python-modulesChris Ostrouchov2018-10-181-0/+29