summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiodns
Commit message (Collapse)AuthorAge
* python3Packages.aiodns: 2.0.0 -> 3.0.0Fabian Affolter2021-05-31
|
* pythonPackages.aiodns: diable for Python older than 3.5Markus S. Wamser2021-04-30
| | | | | Upstream explicitly states that minimum required version is 3.5. Compatibility dependencies can thus be removed.
* python2Packages.typing: we no longer need it for Python 3Frederik Rietdijk2021-04-03
|
* pythonPackages: move python 2 only expressions to python2-packages.nixFrederik Rietdijk2021-04-03
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-24
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* python.pkgs.aiodns: 1.2.0 -> 2.0.0Robert Schütz2019-03-19
|
* python.pkgs.asyncio: removeRobert Schütz2019-03-19
| | | | | | > This version is only relevant for Python 3.3, > which does not include asyncio in its stdlib. We don't ship 3.3 anymore.
* python.pkgs.aiodns: add typing to propagatedBuildInputsRobert Schütz2019-02-17
|
* python: aiodns: 1.1.1 -> 1.2.0Frederik Rietdijk2019-02-14
|
* pythonPackages: remove traces of Python 2.6Frederik Rietdijk2018-06-25
|
* pythonPackages: remove `name` attribute`Frederik Rietdijk2018-06-23
| | | | | | | | | 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`.
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-10
|
* python.pkgs: many updatesFrederik Rietdijk2017-08-25
|
* python.pkgs.aiodns : move to separate expressionwisut hantanong2017-07-19