summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/eth-hash/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix typos in comments•••Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. Peder Bergebakken Sundt2025-02-241-1/+1
* python312Packages.eth-hash: 0.5.2 -> 0.7.1Florian Franzen2025-01-191-20/+31
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-3/+3
* 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 the definite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-20/+23
* 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
* treewide: reduce packages I maintainerSandro Jäckel2023-07-231-1/+1
* python311Packages.eth-hash: 0.3.2 -> 0.5.2Miao, ZhiCheng2023-07-061-2/+2
* python38Packages.eth-hash: fix the build by not depending on safe-pysha3•••eth-hash can work with pycryptodome, which builds on Python 3.8. This fixes the build of grab-site, which is still stuck on Python 3.8, and depends on eth-hash through its authobahn dependency. Ivan Kozik2023-05-211-1/+6
* pythonPackages.pysha3: replace with safe-pysha3Yongun Seong2023-05-201-2/+1
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* python311Packages.eth-hash: fix buildWeijia Wang2023-01-311-1/+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.eth-hash: adopt, cleanupSandro Jäckel2022-06-041-35/+23
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-1/+0
* python38Packages.eth-hash: 0.3.1 -> 0.3.2R. RyanTM2021-09-041-2/+2
* python3Packages.eth-hash: break circular dependencyFrederik Rietdijk2021-04-031-1/+5
* python2Packages.typing: we no longer need it for Python 3Frederik Rietdijk2021-04-031-3/+10
* python3Packages.eth-hash: 0.2.0 -> 0.3.1Frederik Rietdijk2021-04-031-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* pythonPackages.eth-hash: init at 0.1.14Jaakko Luttinen2018-09-111-0/+45