summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/agate-sql/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* python312Packages.agate-sql: disable crate integration testFliegendeWurst2025-02-031-1/+5
* 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 vrthra from meta.maintainers [all orphans]•••Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642 Inactive since 2017 Anderson Torres2024-07-071-1/+1
* treewide: Remove ending period from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-11/+19
* python311Packages.agate-sql: 0.7.0 -> 0.7.2R. Ryantm2024-01-201-2/+2
* 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
* python311Packages.agate-sql: unbreakOTABI Tomoya2023-10-201-2/+0
* python311Packages.agate-sql: 0.5.9 -> 0.7.0R. Ryantm2023-10-191-2/+2
* python310Packages.agate-sql: Mark broken with sqlachemy 2.0•••The upstream explicitly pins sqlalchemy<2, so supporting it is not possible right now. Application can downgrade sqlalchemy instead. Martin Weinelt2023-03-091-0/+2
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* python310Packages.agate-sql: 0.5.8 -> 0.5.9R. Ryantm2023-01-301-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
* python3Packages.agate-sql: reenable test and use pytest instead of noseMartin Weinelt2022-07-211-10/+2
* python38Packages.agate-sql: 0.5.7 -> 0.5.8R. RyanTM2021-09-171-2/+2
* python38Packages.agate-sql: 0.5.6 -> 0.5.7R. RyanTM2021-08-131-2/+2
* pythonPackages.crate: mark broken (#130017)Guillaume Maudoux2021-07-201-0/+4
* python3Packages.agate-sql: use fetchPypiRobert Schütz2021-03-121-6/+4
* python3Packages.agate-sql: 0.5.5 -> 0.5.6Robert Schütz2021-03-081-8/+25
* pythonPackages.agate-sql: format, add pythonImportsCheck, mark brokenSandro Jäckel2021-03-081-13/+17
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* python.pkgs.agate-sql: fix tests by adding crate to inputsDoron Behar2020-09-201-2/+2
* python: agate-sql: 0.5.4 -> 0.5.5Frederik Rietdijk2020-08-041-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: agate-sql: 0.5.3 -> 0.5.4Frederik Rietdijk2019-04-181-2/+2
* 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
* python: agate-sql: 0.5.2 -> 0.5.3Frederik Rietdijk2018-02-031-2/+2
* agate-sql: refactorRahul Gopinath2017-05-031-0/+21