| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-21 | treewide: switch to nativeCheckInputs | Guillaume Girol | |
| 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-12-19 | python310Packages.unidecode: 1.34 -> 1.3.6 | Fabian Affolter | |
| Changelog: https://github.com/avian2/unidecode/blob/unidecode-1.3.6/ChangeLog | |||
| 2022-12-19 | python310Packages.unidecode: add changelog to meta | Fabian Affolter | |
| 2022-06-06 | python310Packages.unidecode: 1.3.2 -> 1.3.4 | Fabian Affolter | |
| 2021-11-03 | python3Packages.unidecode: 1.3.1 -> 1.3.2 | Fabian Affolter | |
| 2021-10-04 | python3Packages.unidecode: enable tests | Fabian Affolter | |
| 2021-10-04 | python3Packages.unidecode: 1.2.0 -> 1.3.1 | Fabian Affolter | |
| 2021-04-03 | python3Packages.Unidecode: 1.1.2 -> 1.2.0 | Frederik Rietdijk | |
| 2021-02-26 | python3Packages.Unidecode: 1.1.1 -> 1.1.2 | Frederik Rietdijk | |
| 2021-01-25 | treewide: remove stdenv where not needed | Pavol Rusnak | |
| 2021-01-11 | treewide: with stdenv.lib; in meta -> with lib; | Profpatsch | |
| 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-10 | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | |
| 2019-10-27 | python: Unidecode: 1.0.23 -> 1.1.1 | Frederik Rietdijk | |
| 2018-12-03 | python: Unidecode: 1.0.22 -> 1.0.23 | Frederik Rietdijk | |
| 2018-06-23 | pythonPackages: remove `name` attribute` | Frederik Rietdijk | |
| 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`. | |||
| 2018-01-07 | python: Unidecode: 0.04.21 -> 1.0.22 | Frederik Rietdijk | |
| 2017-11-10 | Change many homepage urls from http to https #30636 | Pascal Wittmann | |
| 2017-09-16 | pythonPackages.unidecode: 0.04.18 -> 0.04.21 | Rodney Lorrimar | |
| Higher version is a requirement of textacy. | |||
