summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/flake8-future-import (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python311Packages.flake8-future-import: modernizePeder Bergebakken Sundt2024-08-131-3/+6
* treewide: Remove indefinite article from meta.description•••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/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-20/+20
* 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.flake8-future-import: add missing runHooknatsukium2023-05-111-0/+4
* python3Packages.flake8-future-import: fix testsnatsukium2023-05-111-0/+5
* 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
* python3Packages.flake8-future-import: 0.4.6 -> 0.4.7Martin Weinelt2023-01-051-3/+3
* pythonPackages.flake8-future-import: fix build on Python 3.10Markus S. Wamser2021-11-093-3/+20
* python39Packages.flake8-future-import: fix testsRobert Schütz2021-07-051-10/+24
* pythonPackages.flake8-future-import: fix build•••Was broken after python3.8 upgraded to 3.8.6 due to this change: bpo-41314: Changed the release when from future import annotations becomes the default from 4.0 to 3.10 (following a change in PEP 563). Martin Weinelt2020-10-152-2/+16
* python37Packages.flake8-future-import: fix dependenciesJonathan Ringer2020-06-111-2/+5
* pythonPackages.flake8-future-import: 0.4.5 -> 0.4.6 and fix build•••The build is currently broken on master and 20.03. This upgrades to the latest version and also disables the bad py2 test. I spent a long time trying to figure out what the issue is, but since it's disabled upstream on python3 anyways let's just skip it on python2 as well. ZHF: #80379 Benjamin Hipple2020-03-232-14/+24
* pythonPackages.flake8-future-import: fix build on Python 3.7Mario Rodas2018-12-051-1/+9
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-2/+1
* python.pkgs.flake8-future-import: 0.4.3 -> 0.4.5Robert Schütz2018-04-211-13/+4
* flake8-future-import: Add patch to fix tests.Tom Hunger2017-09-281-1/+13
* pythonPackages.flake8-future-import: Init at 0.4.3Tuomas Tynkkynen2017-09-201-0/+20