Commit Graph

13 Commits

Author SHA1 Message Date
Martin Weinelt
0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Guillaume Girol
33afbf39f6 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.
2023-01-21 12:00:00 +00:00
Martin Weinelt
bb90ae6dad python3Packages.flake8-future-import: 0.4.6 -> 0.4.7 2023-01-05 01:09:01 +01:00
Markus S. Wamser
d3528e22ec pythonPackages.flake8-future-import: fix build on Python 3.10 2021-11-09 22:22:39 +01:00
Robert Schütz
87f6a8dde5 python39Packages.flake8-future-import: fix tests 2021-07-05 12:34:02 -07:00
Martin Weinelt
c7129fbe8e 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).
2020-10-15 23:48:12 -07:00
Jonathan Ringer
7b9c13e749 python37Packages.flake8-future-import: fix dependencies 2020-06-11 10:00:27 +02:00
Benjamin Hipple
3248eac2bf 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
2020-03-23 10:48:24 -07:00
Mario Rodas
8af15af15c pythonPackages.flake8-future-import: fix build on Python 3.7 2018-12-05 19:37:06 -05:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Robert Schütz
6a45d0b179 python.pkgs.flake8-future-import: 0.4.3 -> 0.4.5 2018-04-21 08:10:24 +02:00
Tom Hunger
09fa385995 flake8-future-import: Add patch to fix tests. 2017-09-28 15:12:44 +02:00
Tuomas Tynkkynen
ecebb6090a pythonPackages.flake8-future-import: Init at 0.4.3 2017-09-20 17:55:31 +03:00