summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/astral (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-3/+3
* python313Packages.astral: modernizeFabian Affolter2025-08-151-6/+5
* python312Packages.backports-zoneinfo: remove•••backports-zoneinfo has been removed, since we no longer need to backport to python3.8 natsukium2024-11-121-5/+0
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-17/+14
* 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.astral: 2.2 -> 3.2•••https://github.com/sffjunkie/astral/blob/3.2/ChangeLog.md Martin Weinelt2023-01-051-9/+32
* 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
* python3.pkgs.astral: add missing freezegunJörg Thalheim2020-06-191-2/+2
* pythonPackages.astral: disable for python2•••``` Processing ./astral-2.2-py2-none-any.whl ERROR: Package 'astral' requires a different Python: 2.7.18 not in '>=3.6' ``` Jonathan Ringer2020-06-161-1/+2
* python: astral: 1.10.1 -> 2.2Frederik Rietdijk2020-06-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python.pkgs.astral: improve checkPhaseRobert Schütz2019-03-041-2/+0
* python: astral: 1.9.2 -> 1.10.1Frederik Rietdijk2019-02-171-2/+2
* python.pkgs.astral: 1.9.1 -> 1.9.2Robert Schütz2019-01-311-2/+2
* python.pkgs.astral: 1.8 -> 1.9.1Robert Schütz2019-01-291-3/+3
* python37Packages.astral: 1.7.1 -> 1.8•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-astral/versions R. RyanTM2019-01-271-2/+2
* python36Packages.astral: 1.6.1 -> 1.7.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-astral/versions R. RyanTM2018-11-091-2/+2
* python: astral: 1.6 -> 1.6.1Frederik Rietdijk2018-05-101-2/+2
* pythonPackages.astral: fix buildRobert Schütz2018-02-271-3/+5
* python: astral: 1.5 -> 1.6Frederik Rietdijk2018-02-261-2/+2
* pythonPackages.astral: 1.4 -> 1.5Robert Schütz2018-02-101-3/+2
* astral: init at 1.4Florian Klink2018-01-301-0/+26