summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/asyncssh
AgeCommit message (Collapse)Author
2023-03-14Merge pull request #212411 from fabaff/asyncssh-depsFabian Affolter
python310Packages.asyncssh: add optional-dependencies
2023-03-14python310Packages.asyncssh: add optional-dependenciesFabian Affolter
2023-02-23python310Packages.asyncssh: 2.13.0 -> 2.13.1R. Ryantm
2023-02-18pythonPackages.asyncssh: unbroken on darwinNicholas Sielicki
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-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2022-12-29python310Packages.asyncssh: add changelog to metaFabian Affolter
2022-12-29python310Packages.asyncssh: 2.12.0 -> 2.13.0R. Ryantm
2022-08-11python310Packages.asyncssh: 2.11.0 -> 2.12.0R. Ryantm
2022-06-05python310Packages.asyncssh: 2.10.1 -> 2.11.0R. Ryantm
2022-05-30treewide: pkgs/development/python-modules: mark broken for darwinRick van Schijndel
2022-04-17python310Packages.asyncssh: 2.10.0 -> 2.10.1R. Ryantm
2022-03-27python310Packages.asyncssh: 2.9.0 -> 2.10.0R. Ryantm
2022-02-06python3Packages.asyncssh: 2.8.1 -> 2.9.0Fabian Affolter
2021-11-14python38Packages.asyncssh: 2.8.0 -> 2.8.1R. Ryantm
2021-11-08python3Packages.asyncssh: 2.7.2 -> 2.8.0Fabian Affolter
2021-10-17Merge master into staging-nextgithub-actions[bot]
2021-10-17python3Packages.asyncssh: disable TestSKAuthCTAP2 testsFabian Affolter
2021-10-11python3Packages.asyncssh: 2.7.1 -> 2.7.2Martin Weinelt
2021-09-07python38Packages.asyncssh: 2.7.0 -> 2.7.1R. RyanTM
2021-07-02python3Packages.asyncssh: 2.6.0 -> 2.7.0Fabian Affolter
2021-06-21python3Packages.asyncssh: 2.5.0 -> 2.6.0Martin Weinelt
2021-05-07treewide: remove worldofpeace from meta.maintainersVladimír Čunát
(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-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-12-25python37Packages.asyncssh: 2.4.2 -> 2.5.0R. RyanTM
2020-11-23pythonPackages.asyncssh: Switch PyTestCheckHook, disable failing testsSandro Jäckel
2020-09-29python37Packages.asyncssh: 2.3.0 -> 2.4.2R. RyanTM
2020-08-16python: asyncssh: 2.2.1 -> 2.3.0Frederik Rietdijk
2020-06-11python: asyncssh: 2.1.0 -> 2.2.1Frederik Rietdijk
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-06python3Packages.asyncssh: fix buildAndrew Dunham
The test changed from `yield from` to `await`, which broke our patch. Fix our patch. Closes #79380
2019-12-30python: asyncssh: 1.18.0 -> 2.1.0Frederik Rietdijk
2019-09-27python37Packages.asyncssh: 1.17.1 -> 1.18.0R. RyanTM
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-05python37Packages.asyncssh: 1.17.0 -> 1.17.1R. RyanTM
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-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-06-10python3.pkgs.asyncssh: 1.16.1 -> 1.17.0worldofpeace
https://github.com/ronf/asyncssh/blob/master/docs/changes.rst#release-1170-31-may-2019
2019-04-24pythonPackages.asyncssh: 1.15.1 -> 1.16.1worldofpeace
https://github.com/ronf/asyncssh/blob/master/docs/changes.rst#release-1161-30-mar-2019
2019-02-17python: asyncssh: 1.14.0 -> 1.15.1Frederik Rietdijk
2018-09-16python.pkgs.asyncssh: 1.13.3 -> 1.14.0worldofpeace
2018-07-26python: asyncssh: 1.13.2 -> 1.13.3Frederik Rietdijk
2018-07-04python.pkgs.asyncssh: 1.13.1 -> 1.13.2Robert Schütz
2018-07-03python.pkgs.asyncssh: fix tests (#42848)Robert Schütz
2018-06-22python: asyncssh: 1.13.0 -> 1.13.1Frederik Rietdijk
2018-05-23pythonPackages.asyncssh: init at 1.13.0 (#40527)worldofpeace