| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.channels: 4.1.0 -> 4.2.0•••Diff: https://github.com/django/channels/compare/refs/tags/4.1.0...4.2.0 Changelog: https://github.com/django/channels/blob/4.2.0/CHANGELOG.txt | Fabian Affolter | 2024-11-16 | 1 | -2/+2 |
| * | python312Packages.channels: 4.0.0 -> 4.1.0•••Diff: https://github.com/django/channels/compare/refs/tags/4.0.0...4.1.0 Changelog: https://github.com/django/channels/blob/4.1.0/CHANGELOG.txt | Fabian Affolter | 2024-09-14 | 1 | -9/+13 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -17/+14 |
| * | python310Packages.channels: Provide async-timeout in checkPhase•••This was previously propagated by asgiref, which is not the case anymore with version 3.6.0. | Martin Weinelt | 2023-04-04 | 1 | -0/+2 |
| * | 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 |
| * | python310Packages.channels: don't set asyncio mode | Robert Schütz | 2022-11-16 | 1 | -4/+0 |
| * | python310Packages.channels: 3.0.5 -> 4.0.0 | Fabian Affolter | 2022-10-27 | 1 | -9/+20 |
| * | python3Packages.channels: test in asyncio legacy mode | Martin Weinelt | 2022-07-21 | 1 | -0/+4 |
| * | python310Packages.channels: 3.0.4 -> 3.0.5 | Fabian Affolter | 2022-06-26 | 1 | -2/+2 |
| * | python3Packages.channels: enable tests | Fabian Affolter | 2021-07-24 | 1 | -8/+28 |
| * | python3Packages.channels: 3.0.3 -> 3.0.4 | Fabian Affolter | 2021-07-23 | 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 |
| * | python37Packages.channels: 3.0.2 -> 3.0.3 | R. RyanTM | 2021-01-01 | 1 | -2/+2 |
| * | python3Packages.channels: 2.4.0 -> 3.0.2 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: channels: 2.3.1 -> 2.4.0 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | python: channels: 2.3.0 -> 2.3.1 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| * | pythonPackages.channels 2.2.0 -> 2.3.0 | Henri Bourcereau | 2019-10-16 | 1 | -2/+2 |
| * | python3Packages.channels: 2.1.7 -> 2.2.0 | Mario Rodas | 2019-05-11 | 1 | -2/+2 |
| * | python: channels: 2.1.6 -> 2.1.7 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | python37Packages.channels: 2.1.5 -> 2.1.6•••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 | R. RyanTM | 2019-01-02 | 1 | -2/+2 |
| * | python: channels: 2.1.3 -> 2.1.5 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | python: channels: 2.1.2 -> 2.1.3 | Frederik Rietdijk | 2018-08-25 | 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: channels: 2.1.1 -> 2.1.2 | Frederik Rietdijk | 2018-06-22 | 1 | -2/+2 |
| * | python: channels: 2.0.2 -> 2.1.1 | Frederik Rietdijk | 2018-06-21 | 1 | -2/+2 |
| * | python: channels: 2.0.0 -> 2.0.2 | Frederik Rietdijk | 2018-02-18 | 1 | -2/+2 |
| * | python: channels: 1.1.8 -> 2.0.0 | Frederik Rietdijk | 2018-02-03 | 1 | -2/+2 |
| * | pythonPackages.channels: 1.1.6 -> 1.1.8 (#29772) | Lancelot SIX | 2017-09-26 | 1 | -5/+5 |
| * | python.pkgs: several maintenance updates | Frederik Rietdijk | 2017-07-03 | 1 | -2/+2 |
| * | python.pkgs: several maintenance bumps | Frederik Rietdijk | 2017-06-19 | 1 | -2/+2 |
| * | Python: add pname attributes to libraries•••so that we can use the update script. | Frederik Rietdijk | 2017-05-27 | 1 | -1/+2 |
| * | pythonPackages.channels: 1.0.3 -> 1.1.3 | Lancelot SIX | 2017-05-02 | 1 | -2/+2 |
| * | pythonPackages.channels: 1.0.2 -> 1.0.3 | Lancelot SIX | 2017-02-23 | 1 | -0/+23 |
