33 Commits

Author SHA1 Message Date
Robert Schütz 1a04744f74 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
2026-01-11 09:34:20 -08:00
Ihar Hrachyshka 567e8dfd8e 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>
2025-12-10 18:09:49 +01:00
Ben Siraphob fc397c9cb3 vyper: 0.4.1 -> 0.4.3
Also add immutables dependency.
2025-07-20 02:44:33 -07:00
Thomas Gerbet 4828c40ef4 vyper: 0.4.0 -> 0.4.1
Fixes CVE-2025-21607, CVE-2025-27105, CVE-2025-26622 and CVE-2025-27104.

https://github.com/vyperlang/vyper/releases/tag/v0.4.1
2025-04-06 12:56:01 +02:00
Silvan Mosberger 4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Sandro Jäckel 8b5f6df860 vyper: drop useless pytest-runner 2024-09-15 14:58:57 +02:00
Sebastián Mancilla d43c890c4f Merge pull request #323252 from LeSuisse/vyper-0.4.0
vyper: 0.3.10 -> 0.4.0
2024-08-15 22:03:13 -04:00
Thomas Gerbet 1043d2477e vyper: 0.3.10 -> 0.4.0
Fixes CVE-2024-22419, CVE-2024-24559, CVE-2024-24560, CVE-2024-24561, CVE-2024-24563 and CVE-2024-24567.

Release notes:
https://github.com/vyperlang/vyper/releases/tag/v0.4.0
2024-06-29 00:25:00 +02:00
Martin Weinelt abdf5dc772 treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Martin Weinelt faf432ed57 vyper: relax packaging constraint 2024-03-28 16:45:04 +01:00
Fabian Affolter c08ebe49fa python311Packages.vyper: refactor 2024-01-15 09:52:12 +01:00
Thomas Gerbet 47f4cd9933 vyper: 0.3.9 -> 0.3.10
Fixes CVE-2023-40015, CVE-2023-41052, CVE-2023-42441, CVE-2023-42443 and CVE-2023-42460

Release notes:
https://github.com/vyperlang/vyper/releases/tag/v0.3.10
2023-10-07 12:59:12 +02:00
R. Ryantm 5d126b145a vyper: 0.3.8 -> 0.3.9 2023-06-04 00:11:50 +00:00
Ben Siraphob a13dfb7e5f vyper: 0.3.6 -> 0.3.8 2023-05-23 17:38:23 -04:00
Berk D. Demir 800fc2b1cd vyper: pythonRelaxDeps += [asttokens] 2022-10-28 22:38:41 -07:00
R. Ryantm 94ff988c2b vyper: 0.3.5 -> 0.3.6 2022-08-11 01:36:54 +00:00
Ben Siraphob 81e6eaab30 vyper: 0.3.3 -> 0.3.5 2022-08-06 01:51:22 -07:00
Martin Weinelt 4af35d92a0 python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
Robert Schütz 587c686926 python310Packages.vyper: mark insecure 2022-06-21 22:21:50 +00:00
Theodore Ni 7f68e42883 vyper: 0.3.1 -> 0.3.3
https://github.com/vyperlang/vyper/releases/tag/v0.3.3
2022-05-11 11:21:25 -05:00
P. R. d. O eee661ba01 vyper: relax semantic-version dependency 2022-05-10 14:38:56 -06:00
Ben Siraphob d1787b020f vyper: remove unused postPatch and add setuptools-scm 2022-01-14 17:05:10 +07:00
Ben Siraphob 444baf106d vyper: 0.3.0 -> 0.3.1 2022-01-11 12:57:11 +07:00
R. RyanTM e47dd11f4a python38Packages.vyper: 0.2.16 -> 0.3.0 2021-10-06 00:50:57 +00:00
R. RyanTM 1025f27189 python38Packages.vyper: 0.2.15 -> 0.2.16 2021-08-29 08:38:08 +00:00
Ben Siraphob 63510151a8 vyper: 0.2.11 -> 0.2.15 2021-07-28 20:50:27 +07:00
Sandro Jäckel 2e9c330216 pythonPackages: deprecate pytest_xdist alias 2021-07-21 13:32:52 +02:00
Sandro Jäckel 9bfdf57e13 pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
Sandro Jäckel 4209fed914 pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
R. RyanTM 5da369be09 python38Packages.vyper: 0.2.8 -> 0.2.11 2021-03-10 09:30:27 +00:00
Pavol Rusnak a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob acc5f7b18a pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
Ben Siraphob e9b6e535a6 vyper: init at 0.2.8 (#104758)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-11 02:01:47 +01:00