summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiolookin (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done Robert Schütz2026-01-111-3/+0
* treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-101-3/+3
* python3Packages.aiolookin: disable tests•••They're async, have previously been skipped and are now erroring out. Martin Weinelt2025-08-091-5/+2
* treewide: substitute pname for strings (python3Packages.[a-g].*)Peder Bergebakken Sundt2025-05-251-1/+1
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-15/+12
* 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
* python310Packages.aiolookin: 0.1.1 -> 1.0.0•••Diff: https://github.com/ANMalko/aiolookin/compare/refs/tags/v0.1.1...v1.0.0 Changelog: https://github.com/ANMalko/aiolookin/blob/v1.0.0/CHANGELOG.md Fabian Affolter2022-12-041-2/+2
* python310Packages.aiolookin: add changelog to metaFabian Affolter2022-12-041-2/+3
* python310Packages.aiolookin: 0.1.0 -> 0.1.1Fabian Affolter2022-06-051-2/+2
* python3Packages.aiolookin: 0.0.4 -> 0.1.0Martin Weinelt2022-02-031-2/+2
* python3Packages.aiolookin: 0.0.3 -> 0.0.4Fabian Affolter2021-11-151-2/+2
* python3Packages.aiolookin: init at 0.0.3Fabian Affolter2021-10-241-0/+52