1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-03 06:19:10 +03:00
Commit graph

16 commits

Author SHA1 Message Date
Sandro
0d9ae0c806
python310Packages.flask-restful: add comment to patch 2022-10-17 23:45:08 +02:00
Martin Weinelt
4e4104a961 python3Packages.flask-restful: disable failing test
This test broke with flask>2.2.0 and the project is otherwise
unmaintained, so this is a best-effort fix.
2022-08-26 09:18:48 +02:00
Robert Schütz
632a8936b3 Revert "python310Packages.flask-restful: remove condition from patch" 2022-06-06 20:32:21 +02:00
Sandro Jäckel
8d7b3a1878
python310Packages.flask-restful: remove condition from patch 2022-05-30 06:23:02 +02:00
Robert Schütz
9d32e349d2 python3Packages.flask-restful: only apply patch if necessary 2022-05-15 03:49:31 +00:00
Fabian Affolter
7d81750f21 python3Packages.flask-restful: update pname
- add pythonImportsCheck
- disable on older Python releases
2022-04-24 11:10:54 +02:00
Martin Weinelt
46111b2bcd python3Packages.flask-restful: apply patch for werkzeug 2.1.0 compat
Based on https://github.com/python-restx/flask-restx/pull/423.
2022-04-15 01:39:50 +02:00
Martin Weinelt
c782a11715
python3Packages.flask-restful: 0.3.8 -> 0.3.9 2021-06-21 16:48:38 -07:00
Jonathan Ringer
bb1dbfbf47 python3Packages.flask-restful: fix tests 2020-06-23 16:09:22 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Ryan Mulligan
508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
Robert Schütz
a04c9e2deb python.pkgs.flask-restful: fix tests
Fixes #43001.
2018-07-05 18:59:25 +02:00
Vladimír Čunát
2059bf9e39
Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
Marti Serra
3dd8b03da9 pythonPackages.flask-restful: disable broken test 2018-06-27 21:39:20 +02:00
Frederik Rietdijk
ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
67651d80bc Merge pull request #28884 from FRidh/python-fixes
Python: several fixes
2017-09-06 13:54:10 +02:00