summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/databases (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: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-1/+1
* 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-48/+25
* python312Packages.databases: refactorFabian Affolter2024-03-021-5/+8
* python312Packages.databases: 0.8.0 -> 0.9.0R. Ryantm2024-03-021-2/+2
* python3Packages.databases: 0.7.0 -> 0.8.0Martin Weinelt2023-09-271-2/+2
* treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel2023-07-181-1/+1
* python310Packages.databases: Mark broken with sqlalchemy>=2.0•••The upstream indicated that they have no resources to develop support themselves. Martin Weinelt2023-03-031-0/+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.databases: 0.6.2 -> 0.7.0•••Diff: https://github.com/encode/databases/compare/refs/tags/0.6.2...0.7.0 Changelog: https://github.com/encode/databases/releases/tag/0.7.0 Martin Weinelt2022-12-281-2/+2
* python310Packages.databases: 0.6.1 -> 0.6.2•••Changelog: https://github.com/encode/databases/releases/tag/0.6.2 Fabian Affolter2022-11-261-2/+2
* python310Packages.databases: move to optional-dependencies•••- update disabled - add changelog to meta Fabian Affolter2022-11-261-17/+37
* python310Packages.databases: 0.6.0 -> 0.6.1Fabian Affolter2022-08-101-2/+2
* python310Packages.databases: 0.5.5 -> 0.6.0Fabian Affolter2022-06-061-2/+2
* python3Packages.databases: 0.5.4 -> 0.5.5Fabian Affolter2022-02-131-2/+2
* python3Packages.databases: 0.5.3 -> 0.5.4Fabian Affolter2022-01-231-2/+3
* python3Packages.databases: 0.5.2 -> 0.5.3Fabian Affolter2021-10-171-12/+19
* python3Packages.databases: 0.5.0 -> 0.5.2Fabian Affolter2021-10-081-2/+2
* python3Packages.databases: 0.4.3 -> 0.5.0Martin Weinelt2021-08-261-15/+2
* python3Packages.database: add patches for sqlalchemy 1.4 compatMartin Weinelt2021-06-221-0/+13
* python3Packages.databases: 0.2.6 -> 0.4.3Martin Weinelt2021-05-071-11/+16
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python3Packages.databases: init at 0.2.6Chris Ostrouchov2019-12-291-0/+49