| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python314Packages.awsiotpythonsdk: migrate to finalAttrs | Fabian Affolter | 2026-01-31 | 1 | -5/+5 |
| * | python3Packages.awsiotpythonsdk: 1.5.5 -> 1.6.0 | R. Ryantm | 2026-01-31 | 1 | -2/+2 |
| * | 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ütz | 2026-01-11 | 1 | -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 Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python3Packages.awsiotpythonsdk: 1.5.4 -> 1.5.5•••https://github.com/aws/aws-iot-device-sdk-python/releases/tag/v1.5.5 This commit was automatically generated using update-python-libraries. | Martin Weinelt | 2025-08-09 | 1 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -11/+8 |
| * | python311Packages.awsiotpythonsdk: 1.5.2 -> 1.5.4•••Diff: https://github.com/aws/aws-iot-device-sdk-python/compare/refs/tags/v1.5.2...v1.5.4 Changelog: https://github.com/aws/aws-iot-device-sdk-python/releases/tag/v1.5.4 | Fabian Affolter | 2024-02-15 | 1 | -2/+2 |
| * | python311Packages.awsiotpythonsdk: refactor | Fabian Affolter | 2024-02-15 | 1 | -2/+8 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | python310Packages.awsiotpythonsdk: 1.5.1 -> 1.5.2 | R. Ryantm | 2022-04-14 | 1 | -3/+3 |
| * | python310Packages.awsiotpythonsdk: 1.5.0 -> 1.5.1 | R. Ryantm | 2022-03-12 | 1 | -2/+2 |
| * | python3Packages.awsiotpythonsdk: disable on older Python releases | Fabian Affolter | 2022-01-19 | 1 | -2/+9 |
| * | python310Packages.awsiotpythonsdk: 1.4.9 -> 1.5.0 | R. Ryantm | 2022-01-19 | 1 | -2/+2 |
| * | python3Packages.awsiotpythonsdk: init at 1.4.9 | Fabian Affolter | 2021-01-17 | 1 | -0/+27 |
