Commit graph

45 commits

Author SHA1 Message Date
Martin Weinelt 3221b01f73
python310Packages.asyncssh: 2.13.1 -> 2.13.2
https://github.com/ronf/asyncssh/blob/v2.13.2/docs/changes.rst
2023-06-22 11:35:06 +02:00
Fabian Affolter a4b1ce5253
Merge pull request #212411 from fabaff/asyncssh-deps
python310Packages.asyncssh: add optional-dependencies
2023-03-14 12:14:02 +01:00
Fabian Affolter d433beb6c4 python310Packages.asyncssh: add optional-dependencies 2023-03-14 10:28:30 +01:00
R. Ryantm 9dd54bfe3d python310Packages.asyncssh: 2.13.0 -> 2.13.1 2023-02-23 21:52:37 -08:00
Nicholas Sielicki b391669506 pythonPackages.asyncssh: unbroken on darwin
Marked as broken via bulk commit: 65db3b1

Found to build, pass tests, and function properly on darwin-x86_64.

Signed-off-by: Nicholas Sielicki <git@opensource.nslick.com>
2023-02-18 19:14:00 +00:00
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 466f70c549
python310Packages.asyncssh: add changelog to meta 2022-12-29 10:53:53 +01:00
R. Ryantm e4520aada3 python310Packages.asyncssh: 2.12.0 -> 2.13.0 2022-12-29 09:08:27 +00:00
R. Ryantm 4c8b65bf9a python310Packages.asyncssh: 2.11.0 -> 2.12.0 2022-08-11 22:49:04 +00:00
R. Ryantm 25bcc60942 python310Packages.asyncssh: 2.10.1 -> 2.11.0 2022-06-05 11:01:48 +00:00
Rick van Schijndel 65db3b17a8
treewide: pkgs/development/python-modules: mark broken for darwin 2022-05-30 13:41:14 +02:00
R. Ryantm b4129b277e python310Packages.asyncssh: 2.10.0 -> 2.10.1 2022-04-17 09:53:37 +00:00
R. Ryantm 96e700b8f3 python310Packages.asyncssh: 2.9.0 -> 2.10.0 2022-03-27 03:26:01 +00:00
Fabian Affolter 2f0ea039ff python3Packages.asyncssh: 2.8.1 -> 2.9.0 2022-02-06 10:21:35 +01:00
R. Ryantm a00663e737 python38Packages.asyncssh: 2.8.0 -> 2.8.1 2021-11-14 09:25:38 +00:00
Fabian Affolter b9012ca748 python3Packages.asyncssh: 2.7.2 -> 2.8.0 2021-11-08 22:38:38 -08:00
github-actions[bot] 4454997349
Merge master into staging-next 2021-10-17 12:01:09 +00:00
Fabian Affolter 1995c1ce4b python3Packages.asyncssh: disable TestSKAuthCTAP2 tests 2021-10-17 09:57:27 +02:00
Martin Weinelt f106d8f3ae python3Packages.asyncssh: 2.7.1 -> 2.7.2 2021-10-11 00:12:12 +02:00
R. RyanTM d83697e448 python38Packages.asyncssh: 2.7.0 -> 2.7.1 2021-09-07 01:57:46 +00:00
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