Guillaume Girol
33afbf39f6
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.
2023-01-21 12:00:00 +00:00
Fabian Affolter
5804c8cde2
python310Packages.daphne: 3.0.2 -> 4.0.0
2022-10-27 21:43:00 +02:00
Sandro Jäckel
9bfdf57e13
pythonPackages: deprecate pytestrunner alias
2021-07-21 13:32:49 +02:00
Fabian Affolter
920b9f2d1a
python3Packages.daphne: 3.0.1 -> 3.0.2
2021-07-02 11:49:57 -07: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
Fabian Affolter
20a3b851c7
python3Packages.daphne: 2.5.0 -> 3.0.1
2020-12-22 11:50:33 +01:00
Lancelot SIX
13c492aa81
python3Packages.daphne: 2.3.0 -> 2.5.0
2020-07-26 18:52:55 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Mario Rodas
fbdb9ce787
python3Packages.daphne: 2.2.5 -> 2.3.0
2019-05-11 13:21:33 -05:00
R. RyanTM
2aefbe241f
python37Packages.daphne: 2.2.4 -> 2.2.5
...
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-daphne/versions
2019-02-08 15:56:00 +01:00
R. RyanTM
3fd911cf76
python37Packages.daphne: 2.2.3 -> 2.2.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-daphne/versions
2019-01-02 16:56:44 -05:00
R. RyanTM
da8276546d
python37Packages.daphne: 2.2.2 -> 2.2.3 ( #52123 )
...
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-daphne/versions
2018-12-16 14:13:00 +01:00
Uli Baum
abe97e9446
pythonPackages.daphne: 2.1.0 -> 2.2.2
...
Update, re-enable all tests on linux, disable tests on darwin.
This fixes the build of pythonPackages.channels
2018-09-13 16:45:27 +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
ddddca5c2f
pythonPackages.daphne: 2.0.3 -> 2.1.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
40b0c58549
pythonPackages.daphne: fix build and enable tests
2018-02-22 01:46:11 +01:00
Frederik Rietdijk
6ac32c78f0
python: daphne: 2.0.0 -> 2.0.3
2018-02-18 20:07:42 +01:00
Frederik Rietdijk
c80893f40b
python: daphne: 1.4.2 -> 2.0.0
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
8cc70cac8b
python: daphne: 1.3.0 -> 1.4.2
2018-01-07 09:00:24 +01:00
Lancelot SIX
561c815ad7
pythonPackages.daphne: 1.2.0 -> 1.3.0
2017-07-31 17:55:03 +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
519d3d0451
pythonPackages.daphne: 1.0.3 -> 1.2.0
2017-05-02 09:28:35 +02:00
Lancelot SIX
4d5093f5e1
pythonPackages.daphne: 1.0.1 -> 1.0.3
2017-02-23 11:00:19 +01:00