about summary refs log tree commit diff
path: root/pkgs/development/python-modules/filelock
AgeCommit message (Collapse)AuthorFilesLines
2022-01-23python3Packages.filelock: 3.3.0 -> 3.4.2Jonathan Ringer1-2/+2
2022-01-16python2.pkgs: move expressions into python2-modules/ folderFrederik Rietdijk1-22/+0
Another step in further separating python2 from python3.
2021-12-18python2Packages.filelock: use correct versionFrederik Rietdijk1-1/+5
instead of 0.0.0 when setuptools-scm is not used. This broke virtualenv.
2021-11-09python2.7-filelock: Init version 3.2.1 for Python 2Henk Kalkwater1-0/+18
This adds filelock 3.2.1, the last version that still supports Python 2. This fixes nixops, as it still was dependent on filelock for Python 2. See #145109.
2021-10-11python3Packages.filelock: migrate to pyproject and setuptools-scmMartin Weinelt1-1/+17
2021-10-11python3Packages.filelock: 3.0.12 -> 3.3.0Martin Weinelt1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-06-15python: filelock: 3.0.10 -> 3.0.12Frederik Rietdijk1-2/+2
2018-11-10python36Packages.filelock: 3.0.9 -> 3.0.10 (#49993)R. RyanTM1-2/+2
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-filelock/versions
2018-10-13python: filelock: 3.0.6 -> 3.0.9Frederik Rietdijk1-2/+2
2018-08-25python: filelock: 3.0.4 -> 3.0.6Frederik Rietdijk1-2/+2
2018-02-03python: filelock: 3.0.0 -> 3.0.4Frederik Rietdijk1-2/+2
2018-01-07python: filelock: 2.0.14 -> 3.0.0Frederik Rietdijk1-2/+2
2017-12-30python: filelock: 2.0.13 -> 2.0.14Frederik Rietdijk1-2/+2
2017-12-28pythonPackages.filelock: init at 2.0.13hyphon811-0/+18