summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/patsy
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
2024-01-19python311Packages.patsy: 0.5.4 -> 0.5.6R. Ryantm
2023-12-20python3Packages.patsy: 0.5.3 -> 0.5.4Martin 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
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2022-10-09python310Packages.patsy: 0.5.2 -> 0.5.3R. Ryantm
2021-10-11python3Package.patsy: migrate to pytestMartin Weinelt
2021-10-11python3Packages.patsy: 0.5.1 -> 0.5.2Martin Weinelt
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2018-11-08python36Packages.patsy: 0.5.0 -> 0.5.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-patsy/versions
2018-04-28pythonPackages.patsy: 0.3.0 -> 0.5.0Ilya Kolpakov