about summary refs log tree commit diff
path: root/pkgs/development/python-modules/channels
AgeCommit message (Collapse)AuthorFilesLines
2023-04-04python310Packages.channels: Provide async-timeout in checkPhaseMartin Weinelt1-0/+2
This was previously propagated by asgiref, which is not the case anymore with version 3.6.0.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2022-11-16python310Packages.channels: don't set asyncio modeRobert Schütz1-4/+0
2022-10-27python310Packages.channels: 3.0.5 -> 4.0.0Fabian Affolter1-9/+20
2022-07-21python3Packages.channels: test in asyncio legacy modeMartin Weinelt1-0/+4
2022-06-26python310Packages.channels: 3.0.4 -> 3.0.5Fabian Affolter1-2/+2
2021-07-24python3Packages.channels: enable testsFabian Affolter1-8/+28
2021-07-23python3Packages.channels: 3.0.3 -> 3.0.4Fabian Affolter1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2021-01-01python37Packages.channels: 3.0.2 -> 3.0.3R. RyanTM1-2/+2
2020-12-01python3Packages.channels: 2.4.0 -> 3.0.2Frederik Rietdijk1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30python: channels: 2.3.1 -> 2.4.0Frederik Rietdijk1-2/+2
2019-10-27python: channels: 2.3.0 -> 2.3.1Frederik Rietdijk1-2/+2
2019-10-16pythonPackages.channels 2.2.0 -> 2.3.0Henri Bourcereau1-2/+2
2019-05-11python3Packages.channels: 2.1.7 -> 2.2.0Mario Rodas1-2/+2
2019-02-17python: channels: 2.1.6 -> 2.1.7Frederik Rietdijk1-2/+2
2019-01-02python37Packages.channels: 2.1.5 -> 2.1.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-channels/versions
2018-12-03python: channels: 2.1.3 -> 2.1.5Frederik Rietdijk1-2/+2
2018-08-25python: channels: 2.1.2 -> 2.1.3Frederik Rietdijk1-2/+2
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-1/+0
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`.
2018-06-22python: channels: 2.1.1 -> 2.1.2Frederik Rietdijk1-2/+2
2018-06-21python: channels: 2.0.2 -> 2.1.1Frederik Rietdijk1-2/+2
2018-02-18python: channels: 2.0.0 -> 2.0.2Frederik Rietdijk1-2/+2
2018-02-03python: channels: 1.1.8 -> 2.0.0Frederik Rietdijk1-2/+2
2017-09-26pythonPackages.channels: 1.1.6 -> 1.1.8 (#29772)Lancelot SIX1-5/+5
2017-07-03python.pkgs: several maintenance updatesFrederik Rietdijk1-2/+2
2017-06-19python.pkgs: several maintenance bumpsFrederik Rietdijk1-2/+2
2017-05-27Python: add pname attributes to librariesFrederik Rietdijk1-1/+2
so that we can use the update script.
2017-05-02pythonPackages.channels: 1.0.3 -> 1.1.3Lancelot SIX1-2/+2
2017-02-23pythonPackages.channels: 1.0.2 -> 1.0.3Lancelot SIX1-0/+23