summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/apispec (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Robert Schütz2026-01-111-3/+0
* 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> Ihar Hrachyshka2025-12-101-2/+2
* treewide: use lib.concatAttrValues to obtain all optional-dependenciesRobert Schütz2025-11-271-1/+1
* python3Packages.apispec: 6.8.3 -> 6.8.4R. Ryantm2025-09-301-2/+2
* python3Packages.apispec: 6.8.2 -> 6.8.3R. Ryantm2025-09-081-2/+2
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-2/+4
* python313Packages.apispec: refactorFabian Affolter2025-05-171-2/+2
* python3Packages.apispec: 6.8.1 -> 6.8.2R. Ryantm2025-05-171-2/+2
* python312Packages.apispec: 6.8.0 -> 6.8.1R. Ryantm2025-01-191-2/+2
* python312Packages.apispec: drop support for python 3.8•••Co-authored-by: Nick Cao <nickcao@nichi.co>Weijia Wang2025-01-011-1/+1
* python312Packages.apispec: 6.6.1 -> 6.8.0R. Ryantm2024-12-061-2/+2
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-2/+2
* python3Packages: remove unused argumentsSigmanificient2024-07-301-1/+0
* 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
* 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-28/+19
* python311Packages.apispec: 6.6.0 -> 6.6.1R. Ryantm2024-04-261-2/+2
* python311Packages.apispec: 6.5.0 -> 6.6.0R. Ryantm2024-03-181-2/+2
* python311Packages.apispec: 6.4.0 -> 6.5.0•••Changelog: https://github.com/marshmallow-code/apispec/blob/6.5.0/CHANGELOG.rst Fabian Affolter2024-03-051-4/+10
* python311Packages.apispec: 6.3.1 -> 6.4.0R. Ryantm2024-01-131-2/+2
* python310Packages.apispec: 6.3.0 -> 6.3.1R. Ryantm2023-12-271-2/+2
* treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel2023-07-181-1/+1
* python310Packages.apispec: 6.2.0 -> 6.3.0R. Ryantm2023-03-151-2/+2
* python310Packages.apispec: 6.1.0 -> 6.2.0•••Changelog: https://github.com/marshmallow-code/apispec/blob/6.2.0/CHANGELOG.rst Robert Schütz2023-03-071-3/+3
* python310Packages.apispec: 6.0.2 -> 6.1.0R. Ryantm2023-03-051-2/+2
* python310Packages.apispec: add optional-dependenciesFabian Affolter2023-02-271-5/+16
* python310Packages.apispec: add meta.changelogRobert Schütz2023-01-211-0/+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.apispec: 5.2.2 -> 6.0.2Martin Weinelt2023-01-051-2/+2
* python310Packages.apispec: 5.2.1 -> 5.2.2R. Ryantm2022-05-131-2/+2
* python310Packages.apispec: 5.2.0 -> 5.2.1R. Ryantm2022-05-021-2/+2
* python310Packages.apispec: update disableFabian Affolter2022-04-301-8/+12
* python310Packages.apispec: 5.1.1 -> 5.2.0R. Ryantm2022-04-301-2/+2
* python2.pkgs: move expressions into python2-modules/ folder•••Another step in further separating python2 from python3. Frederik Rietdijk2022-01-161-47/+0
* tribler: 7.4.4 -> 7.10.0•••This also adds old versions of apispec and webargs that tribler requires, and aiohttp-apispec as well. Lluís Batlle i Rossell2021-11-241-0/+47
* python38Packages.apispec: 5.1.0 -> 5.1.1R. RyanTM2021-09-281-2/+2
* python3Packages.apispec: 4.7.1 -> 5.1.0Martin Weinelt2021-09-051-2/+2
* python3Packages.apispec: 4.7.0 -> 4.7.1Fabian Affolter2021-07-271-2/+2
* python3Packages.apispec: 4.6.0 -> 4.7.0Fabian Affolter2021-07-021-3/+5
* python3Packages.apispec: 4.4.1 -> 4.6.0Martin Weinelt2021-06-211-2/+2
* python3Packages.apispec: 4.3.1 -> 4.4.1Fabian Affolter2021-05-171-3/+8
* python38Packages.apispec: 4.2.0 -> 4.3.0 (#117662)R. RyanTM2021-03-261-2/+2
* python37Packages.apispec: 4.0.0 -> 4.2.0R. RyanTM2021-02-081-2/+2
* python3Packages.apispec: 3.3.2 -> 4.0.0Frederik Rietdijk2020-12-011-2/+2
* python3Packages.apispec: 3.3.1 -> 3.3.2Frederik Rietdijk2020-11-051-2/+2
* python: apispec: 3.3.0 -> 3.3.1Frederik Rietdijk2020-08-041-2/+2
* python: apispec: 3.1.1 -> 3.3.0Frederik Rietdijk2020-06-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: apispec: 3.1.0 -> 3.1.1Frederik Rietdijk2019-12-301-2/+2
* apache-airflow: 1.10.3 -> 1.10.5, enable python•••Includes misc fixes suggested during the PR process. Ariel2019-11-171-8/+4