Commit graph

27 commits

Author SHA1 Message Date
Martin Weinelt 052d6c755d
python3Packages.asgiref: 3.3.1 -> 3.3.4 2021-04-07 22:01:20 +02:00
Profpatsch 4a7f99d55d 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
2021-01-11 10:38:22 +01:00
Vincent Haupert caaf5daa95
python3Packages.asgiref: disable test on Darwin 2021-01-09 18:36:46 +01:00
Fabian Affolter 36b7de6b0e python3Packages.asgiref: 3.2.10 -> 3.3.1 2021-01-02 08:44:38 +01:00
R. RyanTM 8bc7839740 python37Packages.asgiref: 3.2.7 -> 3.2.10 2020-07-06 04:09:52 +00:00
R. RyanTM 0e7f1e14d6 python37Packages.asgiref: 3.2.5 -> 3.2.7 2020-04-06 11:49:08 -07:00
R. RyanTM f942e137bb python37Packages.asgiref: 3.2.3 -> 3.2.5 2020-03-15 15:31:34 -07:00
R. RyanTM 808a5676ce python37Packages.asgiref: 3.2.2 -> 3.2.3 2020-02-01 19:10:38 +00:00
R. RyanTM 4df266aa07 python37Packages.asgiref: 3.2.1 -> 3.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-asgiref/versions
2019-09-27 21:07:35 -07:00
Marek Mahut 88f21d63a2 python37Packages.asgiref: 3.2.0 -> 3.2.1 2019-08-08 15:13:54 +02:00
R. RyanTM 8d8c82dc14 python37Packages.asgiref: 3.1.4 -> 3.2.0
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-asgiref/versions
2019-08-05 00:25:50 -07:00
R. RyanTM f3e50dfbbb python37Packages.asgiref: 3.1.2 -> 3.1.4
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-asgiref/versions
2019-07-17 09:43:42 +02:00
R. RyanTM b589619eda
python37Packages.asgiref: 2.3.2 -> 3.1.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-asgiref/versions
2019-05-11 13:14:39 -05:00
Robert Schütz b1e7c4ca25 python.pkgs.asgiref: disable for python < 3.5 2018-08-06 21:31:48 +02:00
Maximilian Bosch 3819c542ba python3Packages.asgiref: 2.2.0 -> 2.3.2 (#44563)
2.3.2 supports async-timeout@3.x which fixes https://hydra.nixos.org/build/78889815.
2018-08-06 21:29:19 +02:00
Jan Malakhovski 7079e744d4 Merge branch 'master' into staging
Resolved the following conflicts (by carefully applying patches from the both
branches since the fork point):

   pkgs/development/libraries/epoxy/default.nix
   pkgs/development/libraries/gtk+/3.x.nix
   pkgs/development/python-modules/asgiref/default.nix
   pkgs/development/python-modules/daphne/default.nix
   pkgs/os-specific/linux/systemd/default.nix
2018-03-10 20:38:13 +00:00
Lancelot SIX 38753d52bc pythonPackages.asgiref: 2.1.5 -> 2.2.0 2018-03-10 14:55:00 +01:00
Vladimír Čunát f5ce8f86df
Revert "Merge staging at '8d490ca9934d0' into master"
This reverts commit fc23242220, reversing
changes made to 754816b84b.
We don't have many binaries yet.  Comment on the original merge commit.
2018-02-26 22:53:18 +01:00
Robert Schütz 8747ebd89f pythonPackages.asgiref: 2.1.5 -> 2.1.6 2018-02-22 01:46:11 +01:00
Robert Schütz b49db62f9d pythonPackages.asgiref: correct dependencies and enable tests 2018-02-22 01:46:11 +01:00
Frederik Rietdijk c92dcee8bd python: asgiref: 2.1.1 -> 2.1.5 2018-02-18 20:07:42 +01:00
Frederik Rietdijk 6e8273a5e1 python: asgiref: 2.1.0 -> 2.1.1 2018-02-03 17:43:29 +01:00
Frederik Rietdijk c18d3ac845 python: asgiref: 2.0.1 -> 2.1.0 2018-01-20 12:05:23 +01:00
Frederik Rietdijk e09ccfa379 python: asgiref: 1.1.2 -> 2.0.1 2017-12-30 17:06:31 +01:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk 959842a9c7 Python: add pname attributes to libraries
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Lancelot SIX db0627336e
pythonPackages.asgiref: 1.0.0 -> 1.1.1 2017-05-02 09:28:28 +02:00