| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | python3Packages.alembic: 1.8.1 -> 1.9.1 | Martin Weinelt | 2023-01-05 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.7.7 -> 1.8.1 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | treewide: remove redundant numprocesses pytest-xdist parameter•••Including the pytest-xdist package automatically configures numprocesses to $NIX_BUILD_CORES, so specifying these on a package level has become redundant. | Martin Weinelt | 2022-04-15 | 1 | -4/+0 |
| * | python3Packages.alembic: 1.7.6 -> 1.7.7 | Martin Weinelt | 2022-04-13 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.7.5 -> 1.7.6 | Martin Weinelt | 2022-03-14 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.7.4 -> 1.7.5 | Jonathan Ringer | 2021-11-19 | 1 | -4/+3 |
| * | python3Packages.alembic: 1.7.1 -> 1.7.4 | Martin Weinelt | 2021-10-11 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.6.5 -> 1.7.1 | Martin Weinelt | 2021-09-01 | 1 | -9/+39 |
| * | pythonPackages: deprecate pytestcov alias | Sandro Jäckel | 2021-07-21 | 1 | -2/+2 |
| * | treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil | Robert Schütz | 2021-07-03 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.5.8 -> 1.6.5 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.4.3 -> 1.5.8 | Frederik Rietdijk | 2021-04-03 | 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.alembic: 1.4.2 -> 1.4.3 | Frederik Rietdijk | 2020-11-05 | 1 | -2/+2 |
| * | python: alembic: 1.3.3 -> 1.4.2 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.3.2 -> 1.3.3 | Frederik Rietdijk | 2020-05-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: alembic: 1.2.1 -> 1.3.2 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | pythonPackage.alembic: disable non-existent tests | Jonathan Ringer | 2019-10-27 | 1 | -0/+3 |
| * | python: alembic: 1.0.11 -> 1.2.1 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| * | python: alembic: 1.0.10 -> 1.0.11 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | python-alembic: add missing 'setuptools' to propagatedBuildInputs•••As a side-effect of f7e28bf5d8181926e600a222cb70180519d09726, the build no longer propagated 'setuptools', which is a run-time dependency. See https://github.com/NixOS/nixpkgs/pull/68314 for further details. | Peter Simons | 2019-09-11 | 1 | -2/+2 |
| * | python: alembic: 1.0.9 -> 1.0.10 | Frederik Rietdijk | 2019-06-15 | 1 | -2/+2 |
| * | python: alembic: 1.0.7 -> 1.0.9 | Frederik Rietdijk | 2019-04-18 | 1 | -2/+2 |
| * | python: alembic: 1.0.6 -> 1.0.7 | Frederik Rietdijk | 2019-02-14 | 1 | -2/+2 |
| * | python: alembic: 1.0.3 -> 1.0.6 | Frederik Rietdijk | 2019-01-18 | 1 | -2/+2 |
| * | python: alembic: 1.0.2 -> 1.0.3 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | python: alembic: 1.0.0 -> 1.0.2 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | python: alembic: 0.9.10 -> 1.0.0 | Frederik Rietdijk | 2018-07-22 | 1 | -2/+2 |
| * | python: alembic: 0.9.9 -> 0.9.10 | Robert Schütz | 2018-07-06 | 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: alembic: 0.9.8 -> 0.9.9 | Frederik Rietdijk | 2018-04-08 | 1 | -2/+2 |
| * | python: alembic: 0.9.7 -> 0.9.8 | Frederik Rietdijk | 2018-02-18 | 1 | -2/+2 |
| * | python: alembic: 0.9.6 -> 0.9.7 | Frederik Rietdijk | 2018-01-20 | 1 | -2/+2 |
| * | Change many homepage urls from http to https #30636 | Pascal Wittmann | 2017-11-10 | 1 | -1/+1 |
| * | python.pkgs: updates | Frederik Rietdijk | 2017-10-27 | 1 | -2/+2 |
| * | python.pkgs: many updates | Frederik Rietdijk | 2017-08-25 | 1 | -2/+2 |
| * | python.pkgs: maintenance updates | Frederik Rietdijk | 2017-07-28 | 1 | -2/+2 |
| * | pythonPackages.alembic: 0.8.3 -> 0.9.2 | Jörg Thalheim | 2017-05-29 | 1 | -0/+24 |
