Fabian Affolter
ccab0a2aa3
python3Packages.asyncssh: 2.6.0 -> 2.7.0
2021-07-02 10:20:36 +02:00
Martin Weinelt
58f97061b1
python3Packages.asyncssh: 2.5.0 -> 2.6.0
2021-06-21 16:59:55 -07:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
...
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01: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
R. RyanTM
6ad428af79
python37Packages.asyncssh: 2.4.2 -> 2.5.0
2020-12-25 05:25:58 +00:00
Sandro Jäckel
abfd29cace
pythonPackages.asyncssh: Switch PyTestCheckHook, disable failing tests
2020-11-23 16:29:49 -08:00
R. RyanTM
1da60d0177
python37Packages.asyncssh: 2.3.0 -> 2.4.2
2020-09-29 06:05:10 -07:00
Frederik Rietdijk
296b7dac13
python: asyncssh: 2.2.1 -> 2.3.0
2020-08-16 19:30:50 +02:00
Frederik Rietdijk
73cbf2aed1
python: asyncssh: 2.1.0 -> 2.2.1
2020-06-11 09:59:53 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Andrew Dunham
5a0f0005e7
python3Packages.asyncssh: fix build
...
The test changed from `yield from` to `await`, which broke our patch.
Fix our patch.
Closes #79380
2020-02-06 23:24:27 -08:00
Frederik Rietdijk
938e8bb449
python: asyncssh: 1.18.0 -> 2.1.0
2019-12-30 16:46:39 +01:00
R. RyanTM
698d44e272
python37Packages.asyncssh: 1.17.1 -> 1.18.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-asyncssh/versions
2019-09-27 21:33:42 -07:00
R. RyanTM
49f6c9bbb0
python37Packages.asyncssh: 1.17.0 -> 1.17.1
...
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-asyncssh/versions
2019-08-05 00:56:25 -07:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
worldofpeace
3df5b67ae4
python3.pkgs.asyncssh: 1.16.1 -> 1.17.0
...
https://github.com/ronf/asyncssh/blob/master/docs/changes.rst#release-1170-31-may-2019
2019-06-10 14:13:48 -04:00
worldofpeace
a39bb0fd99
pythonPackages.asyncssh: 1.15.1 -> 1.16.1
...
https://github.com/ronf/asyncssh/blob/master/docs/changes.rst#release-1161-30-mar-2019
2019-04-24 05:07:46 -04:00
Frederik Rietdijk
d3415f62c7
python: asyncssh: 1.14.0 -> 1.15.1
2019-02-17 14:40:13 +01:00
worldofpeace
710b3d678b
python.pkgs.asyncssh: 1.13.3 -> 1.14.0
2018-09-16 04:48:14 -04:00
Frederik Rietdijk
d73ce6e7a3
python: asyncssh: 1.13.2 -> 1.13.3
2018-07-26 13:08:57 +02:00
Robert Schütz
e5ad827f78
python.pkgs.asyncssh: 1.13.1 -> 1.13.2
2018-07-04 10:11:52 +02:00
Robert Schütz
d769256997
python.pkgs.asyncssh: fix tests ( #42848 )
2018-07-03 00:21:16 +02:00
Frederik Rietdijk
11be27a3cd
python: asyncssh: 1.13.0 -> 1.13.1
2018-06-22 13:09:38 +02:00
worldofpeace
b9bdd7d4a3
pythonPackages.asyncssh: init at 1.13.0 ( #40527 )
2018-05-23 00:09:33 +02:00