| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -2/+2 |
| * | python3Packages.auth0-python: 4.11.0 -> 4.13.0 | R. Ryantm | 2025-09-23 | 1 | -2/+2 |
| * | python313Packages.auth0-python: 4.10.0 -> 4.11.0•••Diff: https://github.com/auth0/auth0-python/compare/4.10.0...4.11.0 Changelog: https://github.com/auth0/auth0-python/blob/4.11.0/CHANGELOG.md | Fabian Affolter | 2025-09-11 | 1 | -2/+2 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -1/+2 |
| * | python3Packages.auth0-python: 4.9.0 -> 4.10.0 | R. Ryantm | 2025-06-10 | 1 | -2/+2 |
| * | python312Packages.auth0-python: 4.8.1 -> 4.9.0 | R. Ryantm | 2025-04-03 | 1 | -2/+2 |
| * | python312Packages.auth0-python: 4.8.0 -> 4.8.1 | R. Ryantm | 2025-02-26 | 1 | -3/+3 |
| * | python312Packages.auth0-python: 4.7.2 -> 4.8.0 | R. Ryantm | 2025-01-30 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.auth0-python: 4.7.1 -> 4.7.2 | R. Ryantm | 2024-09-10 | 1 | -2/+2 |
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. | Martin Weinelt | 2024-06-14 | 1 | -2/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -23/+20 |
| * | Merge pull request #288048 from ocfox/auth0-python•••python311Packages.auth0-python: fix build | Peder Bergebakken Sundt | 2024-04-06 | 1 | -0/+6 |
| |\ | |||||
| | * | python311Packages.auth0-python: fix build | ocfox | 2024-02-11 | 1 | -0/+6 |
| * | | python3Packages.auth0-python: 4.7.0 -> 4.7.1•••https://github.com/auth0/auth0-python/blob/4.7.1/CHANGELOG.md | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| |/ | |||||
| * | python311Packages.auth0-python: 4.6.0 -> 4.6.1•••https://github.com/auth0/auth0-python/blob/4.6.1/CHANGELOG.md | Martin Weinelt | 2023-12-20 | 1 | -1/+8 |
| * | python311Packages.auth0-python: update disabled | Fabian Affolter | 2023-12-18 | 1 | -2/+2 |
| * | python310Packages.auth0-python: 4.6.1 -> 4.7.0 | R. Ryantm | 2023-12-18 | 1 | -2/+2 |
| * | python311Packages.auth0-python: 4.6.0 -> 4.6.1•••Diff: https://github.com/auth0/auth0-python/compare/refs/tags/4.6.0...4.6.1 Changelog: https://github.com/auth0/auth0-python/blob/4.6.1/CHANGELOG.md | Fabian Affolter | 2023-12-02 | 1 | -2/+2 |
| * | python311Packages.auth0-python: 4.5.0 -> 4.6.0 | R. Ryantm | 2023-11-10 | 1 | -2/+2 |
| * | python311Packages.auth0-python: 4.4.2 -> 4.5.0•••Diff: https://github.com/auth0/auth0-python/compare/refs/tags/4.4.2...4.5.0 Changelog: https://github.com/auth0/auth0-python/blob/4.5.0/CHANGELOG.md | Fabian Affolter | 2023-10-26 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/master' into staging-next | Martin Weinelt | 2023-10-03 | 1 | -5/+6 |
| |\ | |||||
| | * | python311Packages.auth0-python: 4.4.0 -> 4.4.2•••Changelog: https://github.com/auth0/auth0-python/blob/4.4.2/CHANGELOG.md | Fabian Affolter | 2023-10-03 | 1 | -5/+7 |
| * | | python3Packages.auth0-python: 4.4.0 -> 4.4.2 | Martin Weinelt | 2023-09-27 | 1 | -4/+12 |
| |/ | |||||
| * | python310Packages.auth0-python: 4.3.0 -> 4.4.0 | R. Ryantm | 2023-07-27 | 1 | -2/+2 |
| * | treewide: drop inactive maintainer costrouc from all python packages | Sandro Jäckel | 2023-07-18 | 1 | -1/+1 |
| * | python310Packages.auth0-python: 4.2.0 -> 4.3.0 | R. Ryantm | 2023-07-01 | 1 | -2/+2 |
| * | python311Packages.auth0-python: 4.1.1 -> 4.2.0•••Changelog: https://github.com/auth0/auth0-python/blob/4.2.0/CHANGELOG.md | Fabian Affolter | 2023-05-05 | 1 | -2/+2 |
| * | python310Packages.auth0-python: add changelog to meta | Fabian Affolter | 2023-04-28 | 1 | -2/+2 |
| * | python310Packages.auth0-python: 4.0.0 -> 4.1.1 | Fabian Affolter | 2023-04-28 | 1 | -2/+2 |
| * | python3Packages.auth0-python: 3.24.0 -> 4.0.0 | Martin Weinelt | 2023-03-03 | 1 | -2/+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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.auth0-python: 3.23.1 -> 3.24.0 | R. Ryantm | 2022-10-17 | 1 | -2/+2 |
| * | python3Packages.auth0-python: propagete pyjwt[crypto] | Martin Weinelt | 2022-10-05 | 1 | -1/+2 |
| * | python310Packages.auth0-python: adjust inputs | Fabian Affolter | 2022-08-11 | 1 | -2/+8 |
| * | python3Packages.auth0-python: 3.22.0 -> 3.23.1 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | python310Packages.auth0-python: 3.20.0 -> 3.22.0 | R. Ryantm | 2022-03-23 | 1 | -2/+2 |
| * | python3Packages.auth0-python: adjust inputs | Fabian Affolter | 2022-02-19 | 1 | -0/+1 |
| * | python3Packages.auth0-python: add format | Fabian Affolter | 2022-02-19 | 1 | -1/+6 |
| * | python310Packages.auth0-python: 3.19.0 -> 3.20.0 | R. Ryantm | 2022-02-19 | 1 | -2/+2 |
| * | python38Packages.auth0-python: 3.18.0 -> 3.19.0 | R. RyanTM | 2021-10-18 | 1 | -3/+2 |
| * | python3Packages.auth0-python: 3.17.0 -> 3.18.0 | Fabian Affolter | 2021-09-23 | 1 | -2/+4 |
| * | python3Packages.auth0-python: 3.16.2 -> 3.17.0 | Martin Weinelt | 2021-09-05 | 1 | -2/+2 |
| * | Merge branch 'master' into staging-next | Martin Weinelt | 2021-06-22 | 1 | -9/+7 |
| |\ | |||||
| | * | python3Packages.auth0-python: 3.14.0 -> 3.16.2 | Fabian Affolter | 2021-06-22 | 1 | -10/+9 |
| * | | python3Packages.auth0-python: fix build, add missing dep | Jonathan Ringer | 2021-06-22 | 1 | -0/+2 |
| * | | python3Packages.auth0-python: 3.14.0 -> 3.16.2 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| |/ | |||||
| * | python37Packages.auth0-python: 3.13.0 -> 3.14.0 | R. RyanTM | 2020-12-24 | 1 | -2/+2 |
