summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiodns (follow)
Commit message (Expand)AuthorAgeFilesLines
* python313Packages.aiodns: 3.5.0 -> 3.6.1•••Diff: https://github.com/saghul/aiodns/compare/v3.5.0...v3.6.1 Changelog: https://github.com/saghul/aiodns/releases/tag/v3.6.1 Fabian Affolter2025-12-141-2/+2
* python3Packages.aiodns: 3.4.0 -> 3.5.0•••https://github.com/saghul/aiodns/releases/tag/v3.5.0 Martin Weinelt2025-07-031-2/+2
* python313Packages.aiodns: 3.3.0 -> 3.4.0•••https://github.com/saghul/aiodns/releases/tag/v3.4.0 Martin Weinelt2025-05-231-2/+2
* python313Packages.aiodns: 3.2.0 -> 3.3.0•••Diff: https://github.com/saghul/aiodns/compare/refs/tags/v3.2.0...refs/tags/v3.3.0 Changelog: https://github.com/saghul/aiodns/releases/tag/v3.3.0 Robert Schütz2025-05-061-9/+6
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.aiodns: 3.1.1 -> 3.2.0•••Diff: https://github.com/saghul/aiodns/compare/refs/tags/v3.1.1...v3.2.0 Changelog: https://github.com/saghul/aiodns/releases/tag/v3.2.0Fabian Affolter2024-04-221-19/+13
* python311Packages.aiodns: refactorFabian Affolter2023-12-201-5/+6
* python3Packages.aiodns: 3.0.0 -> 3.1.1Martin Weinelt2023-12-201-4/+10
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda adisbladis2023-12-071-0/+1
* treewide: optional -> optionals where the argument is a list•••the argument to optional should not be list Artturin2022-10-101-1/+1
* python3Packages.aiodns: 2.0.0 -> 3.0.0Fabian Affolter2021-05-311-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. Wamser2021-04-301-4/+3
* python2Packages.typing: we no longer need it for Python 3Frederik Rietdijk2021-04-031-1/+1
* pythonPackages: move python 2 only expressions to python2-packages.nixFrederik Rietdijk2021-04-031-1/+3
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-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 Profpatsch2021-01-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python.pkgs.aiodns: 1.2.0 -> 2.0.0Robert Schütz2019-03-191-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ütz2019-03-191-1/+1
* python.pkgs.aiodns: add typing to propagatedBuildInputsRobert Schütz2019-02-171-3/+2
* python: aiodns: 1.1.1 -> 1.2.0Frederik Rietdijk2019-02-141-2/+2
* pythonPackages: remove traces of Python 2.6Frederik Rietdijk2018-06-251-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 Rietdijk2018-06-231-1/+0
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-101-1/+1
* python.pkgs: many updatesFrederik Rietdijk2017-08-251-2/+2
* python.pkgs.aiodns : move to separate expressionwisut hantanong2017-07-191-0/+30