about summary refs log tree commit diff
path: root/pkgs/development/python-modules/freezegun/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-12python3Packages.freezegun: 1.3.1 -> 1.4.0Martin Weinelt1-2/+2
https://github.com/spulec/freezegun/blob/1.4.0/CHANGELOG
2023-12-20python311Packages.freezegun: 1.2.2 -> 1.3.1Fabian Affolter1-12/+8
Changelog: https://github.com/spulec/freezegun/blob/1.3.1/CHANGELOG
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2022-09-18python3Packages.freezegun: 1.2.1 -> 1.2.2Martin Weinelt1-3/+3
2022-03-26python3Packages.freezegun: 1.1.0 -> 1.2.1Fabian Affolter1-10/+21
2021-12-09python310Packages.freezegun: fix buildJonathan Ringer1-0/+10
2021-07-03treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz1-2/+2
2021-01-31python3Packages.freezegun: 1.0.0 -> 1.1.0Robert Schütz1-12/+6
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-01pythonPackages.freezegun: disable python2Jonathan Ringer1-0/+2
``` Processing ./freezegun-1.0.0-py2.py3-none-any.whl ERROR: Package 'freezegun' requires a different Python: 2.7.18 not in '>=3.5' ```
2020-12-01python3Packages.freezegun: 0.3.15 -> 1.0.0Frederik Rietdijk1-2/+2
2020-06-16python2Packages.freezegun: disable tests for python2Jonathan Ringer1-0/+3
Contains python3 exclusive code
2020-05-11python3Packages.freezegun: 0.3.12 -> 0.3.15Frederik Rietdijk1-2/+2
2019-06-15freezegun: fix buildFrederik Rietdijk1-1/+2
2019-06-15python: freezegun: 0.3.11 -> 0.3.12Frederik Rietdijk1-2/+2
2019-02-17python.pkgs.freezegun: use correct inputsFrederik Rietdijk1-1/+1
2018-12-03python: freezegun: 0.3.8 -> 0.3.11Frederik Rietdijk1-2/+2
2018-10-30pythonPackages.freezegun: refactor move to python-modulesChris Ostrouchov1-0/+28