summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/github-webhook
AgeCommit message (Collapse)Author
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis
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
2020-05-11python3Packages.github-webhook: 1.0.2 -> 1.0.4Frederik Rietdijk
2019-07-13pythonPackages.github-webhook: unstable-2016-03-11 -> 1.0.2Jonathan Ringer
2018-10-18pythonPackages.github-webhook: refactor move to python-modulesChris Ostrouchov