| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.ftfy: use pytestCheckHook | Robert Schütz | 2021-03-11 | 1 | -9/+4 |
| * | python37Packages.ftfy: 5.8 -> 5.9 | R. RyanTM | 2021-02-13 | 1 | -2/+2 |
| * | 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 |
| * | python3Packages.ftfy: remove outdated comment about version 4 vs 5 | Daniël de Kok | 2020-07-31 | 1 | -6/+1 |
| * | python37Packages.ftfy: 5.7 -> 5.8 | R. RyanTM | 2020-07-29 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python3Packages.ftfy: Fix dependencies•••`ftfy` depends on `setuptools`. This is not declared by `ftfy` directly, but without it you'll get a `ModuleNotFoundError`. | Lily Ballard | 2020-04-06 | 1 | -0/+2 |
| * | python3Packages.ftfy: 5.6 -> 5.7•••Changelog: https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md#version-57-february-18-2020 The most important change in this version is the update of Unicode character categories data to Unicode 12.1. This fixes the Python 3.8 build. | Daniël de Kok | 2020-02-18 | 1 | -2/+2 |
| * | python37Packages.ftfy: 5.5.1 -> 5.6•••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-ftfy/versions | R. RyanTM | 2019-08-20 | 1 | -2/+2 |
| * | pythonPackages.ftfy: enable tests | worldofpeace | 2019-01-28 | 1 | -10/+10 |
| * | python37Packages.ftfy: 5.5.0 -> 5.5.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.7-ftfy/versions | R. RyanTM | 2019-01-28 | 1 | -2/+2 |
| * | Merge master into staging-next | Frederik Rietdijk | 2018-12-18 | 1 | -0/+2 |
| |\ | |||||
| | * | python.pkgs.ftfy: disable on python2 | Robert Schütz | 2018-12-15 | 1 | -0/+2 |
| * | | python: ftfy: 5.3.0 -> 5.5.0 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| |/ | |||||
| * | python36Packages.ftfy: 4.4.3 -> 5.3.0•••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-ftfy/versions | R. RyanTM | 2018-10-24 | 1 | -2/+2 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -2/+0 |
| * | python.ftfy: 5.3.0 -> 4.4.3•••V5 only supports python3. Since at the moment the only packages that use ftfy are spacy and textacy which both support python2 and 3, I propose to roll back to v4 until another package requires v5, at that point we can make a duplicate package. | Augustin Borsu | 2018-03-14 | 1 | -10/+12 |
| * | python: ftfy: 5.2.0 -> 5.3.0 | Frederik Rietdijk | 2018-02-03 | 1 | -2/+2 |
| * | python: ftfy: 5.1.1 -> 5.2.0 | Frederik Rietdijk | 2017-12-31 | 1 | -2/+2 |
| * | python.pkgs: updates | Frederik Rietdijk | 2017-10-27 | 1 | -2/+2 |
| * | pythonPackages.ftfy: 5.1.1 -> 4.4.3•••ftfy package was added for spaCy and is only used by spaCy. This change downgrades its version to meet the bounds specified by spaCy (>=4.4.2,<5.0.0). Relevant to #28643. | Rodney Lorrimar | 2017-09-12 | 1 | -3/+4 |
| * | python.pkgs.ftfy: disable Python 2 | Frederik Rietdijk | 2017-09-07 | 1 | -2/+10 |
| * | python.pkgs: many updates | Frederik Rietdijk | 2017-08-25 | 1 | -2/+2 |
| * | ftfy: init at 4.4.3 | Sasha Delly | 2017-08-13 | 1 | -0/+35 |
