summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/auth0-python/default.nix (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-2/+2
* python3Packages.auth0-python: 4.11.0 -> 4.13.0R. Ryantm2025-09-231-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 Affolter2025-09-111-2/+2
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-1/+2
* python3Packages.auth0-python: 4.9.0 -> 4.10.0R. Ryantm2025-06-101-2/+2
* python312Packages.auth0-python: 4.8.1 -> 4.9.0R. Ryantm2025-04-031-2/+2
* python312Packages.auth0-python: 4.8.0 -> 4.8.1R. Ryantm2025-02-261-3/+3
* python312Packages.auth0-python: 4.7.2 -> 4.8.0R. Ryantm2025-01-301-2/+2
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.auth0-python: 4.7.1 -> 4.7.2R. Ryantm2024-09-101-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 Thalheim2024-07-291-1/+1
* treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. Martin Weinelt2024-06-141-2/+0
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-23/+20
* Merge pull request #288048 from ocfox/auth0-python•••python311Packages.auth0-python: fix buildPeder Bergebakken Sundt2024-04-061-0/+6
|\
| * python311Packages.auth0-python: fix buildocfox2024-02-111-0/+6
* | python3Packages.auth0-python: 4.7.0 -> 4.7.1•••https://github.com/auth0/auth0-python/blob/4.7.1/CHANGELOG.md Martin Weinelt2024-03-121-2/+2
|/
* python311Packages.auth0-python: 4.6.0 -> 4.6.1•••https://github.com/auth0/auth0-python/blob/4.6.1/CHANGELOG.md Martin Weinelt2023-12-201-1/+8
* python311Packages.auth0-python: update disabledFabian Affolter2023-12-181-2/+2
* python310Packages.auth0-python: 4.6.1 -> 4.7.0R. Ryantm2023-12-181-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 Affolter2023-12-021-2/+2
* python311Packages.auth0-python: 4.5.0 -> 4.6.0R. Ryantm2023-11-101-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 Affolter2023-10-261-2/+2
* Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2023-10-031-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 Affolter2023-10-031-5/+7
* | python3Packages.auth0-python: 4.4.0 -> 4.4.2Martin Weinelt2023-09-271-4/+12
|/
* python310Packages.auth0-python: 4.3.0 -> 4.4.0R. Ryantm2023-07-271-2/+2
* treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel2023-07-181-1/+1
* python310Packages.auth0-python: 4.2.0 -> 4.3.0R. Ryantm2023-07-011-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 Affolter2023-05-051-2/+2
* python310Packages.auth0-python: add changelog to metaFabian Affolter2023-04-281-2/+2
* python310Packages.auth0-python: 4.0.0 -> 4.1.1Fabian Affolter2023-04-281-2/+2
* python3Packages.auth0-python: 3.24.0 -> 4.0.0Martin Weinelt2023-03-031-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 Girol2023-01-211-1/+1
* python310Packages.auth0-python: 3.23.1 -> 3.24.0R. Ryantm2022-10-171-2/+2
* python3Packages.auth0-python: propagete pyjwt[crypto]Martin Weinelt2022-10-051-1/+2
* python310Packages.auth0-python: adjust inputsFabian Affolter2022-08-111-2/+8
* python3Packages.auth0-python: 3.22.0 -> 3.23.1Martin Weinelt2022-07-211-2/+2
* python310Packages.auth0-python: 3.20.0 -> 3.22.0R. Ryantm2022-03-231-2/+2
* python3Packages.auth0-python: adjust inputsFabian Affolter2022-02-191-0/+1
* python3Packages.auth0-python: add formatFabian Affolter2022-02-191-1/+6
* python310Packages.auth0-python: 3.19.0 -> 3.20.0R. Ryantm2022-02-191-2/+2
* python38Packages.auth0-python: 3.18.0 -> 3.19.0R. RyanTM2021-10-181-3/+2
* python3Packages.auth0-python: 3.17.0 -> 3.18.0Fabian Affolter2021-09-231-2/+4
* python3Packages.auth0-python: 3.16.2 -> 3.17.0Martin Weinelt2021-09-051-2/+2
* Merge branch 'master' into staging-nextMartin Weinelt2021-06-221-9/+7
|\
| * python3Packages.auth0-python: 3.14.0 -> 3.16.2Fabian Affolter2021-06-221-10/+9
* | python3Packages.auth0-python: fix build, add missing depJonathan Ringer2021-06-221-0/+2
* | python3Packages.auth0-python: 3.14.0 -> 3.16.2Martin Weinelt2021-06-211-2/+2
|/
* python37Packages.auth0-python: 3.13.0 -> 3.14.0R. RyanTM2020-12-241-2/+2