| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.aiodns: 2.0.0 -> 3.0.0 | Fabian Affolter | 2021-05-31 | 1 | -15/+23 |
| * | pythonPackages.aiodns: diable for Python older than 3.5•••Upstream explicitly states that minimum required version is 3.5. Compatibility dependencies can thus be removed. | Markus S. Wamser | 2021-04-30 | 1 | -4/+3 |
| * | python2Packages.typing: we no longer need it for Python 3 | Frederik Rietdijk | 2021-04-03 | 1 | -1/+1 |
| * | pythonPackages: move python 2 only expressions to python2-packages.nix | Frederik Rietdijk | 2021-04-03 | 1 | -1/+3 |
| * | 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 | -3/+3 |
| * | 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 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python.pkgs.aiodns: 1.2.0 -> 2.0.0 | Robert Schütz | 2019-03-19 | 1 | -4/+5 |
| * | python.pkgs.asyncio: remove•••> This version is only relevant for Python 3.3, > which does not include asyncio in its stdlib. We don't ship 3.3 anymore. | Robert Schütz | 2019-03-19 | 1 | -1/+1 |
| * | python.pkgs.aiodns: add typing to propagatedBuildInputs | Robert Schütz | 2019-02-17 | 1 | -3/+2 |
| * | python: aiodns: 1.1.1 -> 1.2.0 | Frederik Rietdijk | 2019-02-14 | 1 | -2/+2 |
| * | pythonPackages: remove traces of Python 2.6 | Frederik Rietdijk | 2018-06-25 | 1 | -4/+4 |
| * | 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 |
| * | Change many homepage urls from http to https #30636 | Pascal Wittmann | 2017-11-10 | 1 | -1/+1 |
| * | python.pkgs: many updates | Frederik Rietdijk | 2017-08-25 | 1 | -2/+2 |
| * | python.pkgs.aiodns : move to separate expression | wisut hantanong | 2017-07-19 | 1 | -0/+30 |
