summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/brotli (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* 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
* python312Packages.brotli: fix src FOD hash•••Fixes the hash, because we were using the wrong fetcher in update-python- libraries. Martin Weinelt2024-06-271-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-10/+7
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••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 adisbladis2023-12-071-0/+1
* python3Packages.brotli: 1.0.9 -> 1.1.0Martin Weinelt2023-09-271-3/+3
* treewide: reduce packages I maintainerSandro Jäckel2023-07-231-1/+1
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* 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
* python39Packages.brotli: update comments, add SuperSandro2000 as maintainerSandro Jäckel2022-03-231-4/+5
* pythonPackages.brotli: don't use deepClone•••It's not reproducible Dmitry Kalinkin2022-01-311-2/+2
* python3Packages.brotli: convert to pytestCheckHookMartin Weinelt2021-09-011-7/+13
* python3Packages.brotli: fix testsJonathan Ringer2021-04-031-1/+3
* python3Packages.brotli: 1.0.7 -> 1.0.9Jonathan Ringer2021-04-031-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* pythonPackages.brotli: fix build•••Recent changes to buildPythonPackage seem to have enabled a configure script that doesn't work, so disable it. arcnmx2019-09-101-0/+2
* python36Packages.brotli: 1.0.5 -> 1.0.7 (#50169)•••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-brotli/versionsR. RyanTM2018-11-101-2/+2
* pythonPackages.brotli: init at 1.0.5Jaakko Luttinen2018-10-021-0/+26