| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python311Packages.cachetools: 5.3.0 -> 5.3.2•••https://github.com/tkem/cachetools/blob/v5.3.2/CHANGELOG.rst | Martin Weinelt | 2023-12-20 | 1 | -4/+13 |
| * | python310Packages.cachetools: 5.2.1 -> 5.3.0•••Diff: https://github.com/tkem/cachetools/compare/refs/tags/v5.2.1...v5.3.0 Changelog: https://github.com/tkem/cachetools/blob/v5.3.0/CHANGELOG.rst | Fabian Affolter | 2023-02-21 | 1 | -2/+2 |
| * | Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs | Guillaume Girol | 2023-01-21 | 1 | -1/+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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | | python310Packages.cachetools: 5.2.0 -> 5.2.1•••Diff: https://github.com/tkem/cachetools/compare/refs/tags/v5.2.0...v5.2.1 Changelog: https://github.com/tkem/cachetools/blob/v5.2.1/CHANGELOG.rst | Fabian Affolter | 2023-01-10 | 1 | -2/+2 |
| * | | python310Packages.cachetools: add changelog to meta | Fabian Affolter | 2023-01-09 | 1 | -1/+2 |
| |/ | |||||
| * | python310Packages.cachetools: 5.0.0 -> 5.2.0 | Fabian Affolter | 2022-06-06 | 1 | -2/+2 |
| * | python3Packages.cachetools: 4.2.4 -> 5.0.0 | Fabian Affolter | 2022-01-23 | 1 | -3/+3 |
| * | python3Packages.cachetools: 4.2.3 -> 4.2.4 | Fabian Affolter | 2021-11-10 | 1 | -3/+6 |
| * | python3Packages.cachetools: 4.2.2 -> 4.2.3 | Fabian Affolter | 2021-09-30 | 1 | -5/+7 |
| * | python3Packages.cachetools: 4.2.1 -> 4.2.2 | Fabian Affolter | 2021-06-22 | 1 | -2/+2 |
| * | pythonPackages.cachetools: dropped support for Python 2.7 | Robert Schütz | 2021-03-20 | 1 | -0/+3 |
| * | python3Packages.cachetools: enable tests | Fabian Affolter | 2021-01-31 | 1 | -6/+13 |
| * | python3Packages.cachetools: 4.1.1 -> 4.2.1 | Fabian Affolter | 2021-01-31 | 1 | -3/+7 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -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 | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | python: cachetools: 4.1.0 -> 4.1.1 | Frederik Rietdijk | 2020-08-04 | 1 | -2/+2 |
| * | python: cachetools: 4.0.0 -> 4.1.0 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | python2Packages.cachetools: restore 3.1.1 for python2 | Frederik Rietdijk | 2020-01-05 | 1 | -1/+0 |
| * | Revert "python-google_auth: build this package with on older version of cache...•••This reverts commit 177ab0e01e4183bf47dc3805d148970409cce23d. | Frederik Rietdijk | 2020-01-05 | 1 | -17/+0 |
| * | python-google_auth: build this package with on older version of cachetools•••Fixes https://github.com/NixOS/nixpkgs/issues/76978. | Peter Simons | 2020-01-05 | 1 | -0/+17 |
| * | pythonPackages.cachetools: disable py2, abandoned upstream | Jonathan Ringer | 2019-12-30 | 1 | -1/+2 |
| * | python: cachetools: 3.1.1 -> 4.0.0 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | python: cachetools: 3.1.0 -> 3.1.1 | Frederik Rietdijk | 2019-06-15 | 1 | -2/+2 |
| * | python: cachetools: 2.1.0 -> 3.1.0 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | python.pkgs.cachetools_1: remove•••It is not used anywhere and was pointing to version 2.1.0 anyway. | Robert Schütz | 2019-01-21 | 1 | -17/+0 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | 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 Rietdijk | 2018-06-23 | 2 | -2/+0 |
| * | python: cachetools: 2.0.1 -> 2.1.0 | Frederik Rietdijk | 2018-06-21 | 1 | -2/+2 |
| * | python: cachetools: 2.0.1 -> 2.1.0 | Frederik Rietdijk | 2018-06-21 | 1 | -2/+2 |
| * | python: cachetools: 1.1.3 -> 2.0.1 | Frederik Rietdijk | 2018-02-26 | 1 | -2/+2 |
| * | pythonPackages.cachetools: Add version 2.0.1•••Textacy requires a later version. v2.0.0 introduced breaking changes, so keep two versions for other packages. | Rodney Lorrimar | 2017-09-16 | 2 | -0/+36 |
