summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/flask-restful (follow)
Commit message (Expand)AuthorAgeFilesLines
* python312Packages.flask-restful: disable failing testsMartin Weinelt2024-10-131-0/+3
* python312Packages.flask-restful: remove unused nose argumentSigmanificient2024-08-101-2/+0
* python3Packages.flask-restful: drop nose dependencySigmanificient2024-07-292-1/+183
* 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
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-21/+18
* python311Packages.flask-restful: fix tests•••Signals are now always available, since flask depends on blinker. Martin Weinelt2024-01-262-0/+26
* python311Packages.flask-restful: disable failing tests•••Can likely be attributed to changes in werkzeug 2.3.x. Martin Weinelt2023-09-271-0/+3
* python310Packages.flask-restful: 0.3.9 -> 0.3.10R. Ryantm2023-06-081-2/+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.flask-restful: add comment to patchSandro2022-10-171-0/+1
* 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. Martin Weinelt2022-08-261-0/+5
* Revert "python310Packages.flask-restful: remove condition from patch"Robert Schütz2022-06-061-1/+1
* python310Packages.flask-restful: remove condition from patchSandro Jäckel2022-05-301-1/+1
* python3Packages.flask-restful: only apply patch if necessaryRobert Schütz2022-05-151-1/+2
* python3Packages.flask-restful: update pname•••- add pythonImportsCheck - disable on older Python releases Fabian Affolter2022-04-241-10/+20
* python3Packages.flask-restful: apply patch for werkzeug 2.1.0 compat•••Based on https://github.com/python-restx/flask-restx/pull/423. Martin Weinelt2022-04-152-0/+118
* python3Packages.flask-restful: 0.3.8 -> 0.3.9Martin Weinelt2021-06-211-15/+31
* python3Packages.flask-restful: fix testsJonathan Ringer2020-06-231-20/+10
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-2/+2
* treewide: fix redirect URLsRyan Mulligan2019-07-101-1/+1
* python.pkgs.flask-restful: fix tests•••Fixes #43001. Robert Schütz2018-07-051-10/+18
* Merge older staging with added firefox-related updatesVladimír Čunát2018-06-291-1/+0
|\
| * 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`. Frederik Rietdijk2018-06-231-1/+0
* | pythonPackages.flask-restful: disable broken testMarti Serra2018-06-271-0/+4
|/
* Merge pull request #28884 from FRidh/python-fixes•••Python: several fixesFrederik Rietdijk2017-09-061-0/+29