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