| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | treewide: remove vrthra from meta.maintainers [all orphans]•••Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642 Inactive since 2017 | Anderson Torres | 2024-07-07 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -27/+26 |
| * | fixup! python3Packages.aenum: 3.1.12 -> 3.1.15 | Martin Weinelt | 2023-12-20 | 1 | -1/+10 |
| * | python3Packages.aenum: 3.1.12 -> 3.1.15 | Martin Weinelt | 2023-09-27 | 1 | -2/+2 |
| * | python310Packages.aenum: 3.1.11 -> 3.1.12 | Fabian Affolter | 2023-04-01 | 1 | -2/+2 |
| * | python310Packages.aenum: switch to pytestCheckHook•••- disable failing tests | Fabian Affolter | 2023-01-27 | 1 | -12/+17 |
| * | 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.aenum: 3.1.8 -> 3.1.11 | R. Ryantm | 2022-04-17 | 1 | -2/+2 |
| * | python310Packages.aenum: 3.1.6 -> 3.1.8 | R. Ryantm | 2022-01-24 | 1 | -2/+2 |
| * | python310Packages.aenum: 3.1.5 -> 3.1.6 | R. Ryantm | 2022-01-19 | 1 | -2/+2 |
| * | python3Packages.aenum: 3.1.3 -> 3.1.5 | Fabian Affolter | 2021-11-13 | 1 | -2/+2 |
| * | python3Packages.aenum: 3.1.2 -> 3.1.3 | Fabian Affolter | 2021-11-09 | 1 | -6/+9 |
| * | python38Packages.aenum: 3.1.1 -> 3.1.2 | R. Ryantm | 2021-11-02 | 1 | -2/+2 |
| * | python38Packages.aenum: 3.1.0 -> 3.1.1 | R. Ryantm | 2021-10-31 | 1 | -2/+2 |
| * | python3Packages.aenum: 3.0.0 -> 3.1.0 | Fabian Affolter | 2021-06-01 | 1 | -10/+18 |
| * | python37Packages.aenum: 2.2.6 -> 3.0.0 | R. RyanTM | 2021-01-28 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 1 | -4/+4 |
| * | python3Packages.aenum: update homepage attribute | Fabian Affolter | 2020-12-30 | 1 | -2/+1 |
| * | python37Packages.aenum: 2.2.4 -> 2.2.6 | R. RyanTM | 2020-12-14 | 1 | -2/+2 |
| * | python27Packages.aenum: 2.2.3 -> 2.2.4 | R. RyanTM | 2020-07-29 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: aenum: 2.2.1 -> 2.2.3 | Frederik Rietdijk | 2019-11-22 | 1 | -2/+2 |
| * | pythonPackages.aenum: disable python2 tests•••python2 doesn't guarentee cardinality with lists. | Jonathan Ringer | 2019-10-27 | 1 | -0/+2 |
| * | python: aenum: 2.1.4 -> 2.2.1 | Frederik Rietdijk | 2019-10-21 | 1 | -2/+2 |
| * | python: aenum: 2.1.2 -> 2.1.4 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | 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 | 1 | -1/+0 |
| * | python: aenum: 2.1.0 -> 2.1.2 | Frederik Rietdijk | 2018-05-10 | 1 | -2/+2 |
| * | python: aenum: 2.0.9 -> 2.1.0 | Frederik Rietdijk | 2018-02-18 | 1 | -2/+2 |
| * | aenum: make tests pass (#33805)•••For Python 2, tests were failing because they depended on a particular way of executing the tests module as it defined a global variable and created a temporary file. Running it through setup.py didn't work. Invoking it directly solved the issue. For Python 3, aenum tests were disabled, however, they did't have to fail. Configuring UTF8 locale resolved the failure that was happening after the above fix for Python 2 was applied. | Yurii Rashkovskii | 2018-01-16 | 1 | -7/+12 |
| * | python: aenum: 2.0.8 -> 2.0.9 | Frederik Rietdijk | 2017-12-30 | 1 | -2/+2 |
| * | python.pkgs: several maintenance bumps | Frederik Rietdijk | 2017-06-19 | 1 | -2/+2 |
| * | Python: many package updates•••Did not test all packages. Likely we'll have some breakage. | Frederik Rietdijk | 2017-05-27 | 1 | -2/+2 |
| * | aenum: 1.4.7 -> 2.0.3 | Rahul Gopinath | 2017-05-03 | 1 | -4/+11 |
| * | aenum: Init at 1.4.7 | Rahul Gopinath | 2017-02-15 | 1 | -0/+19 |
