Skip to content

Changelog python-asyncssh (1.11.1-1)

2017

python-asyncssh (1.11.1-1) unstable; urgency=medium

   * New upstream version.
   * d/patches: remove patches for deprecated ciphers and SSH agent.
   * d/control: bump Standards-Version.

python-asyncssh (1.11.0-2) unstable; urgency=medium

   * d/patches: remove tests using deprecated ciphers. Closes: #881096.
   * d/patches: remove test crashing SSH agent. Closes: #881096.

python-asyncssh (1.11.0-1) unstable; urgency=medium

   * New upstream version.
   * Refresh patches after git-dpm to gbp pq conversion
   * d/control: bump Standards-Version.
   * d/rules: use unittest autodiscovery instead of setup.py to run tests.

python-asyncssh (1.8.1-2) unstable; urgency=medium

   * Add a patch to fix FTBFS due to agent-related test failure.
     Closes: #851020.

python-asyncssh (1.8.1-1) unstable; urgency=medium

   * New upstream version.

2016

python-asyncssh (1.7.3-1) unstable; urgency=medium

   * New upstream version.

python-asyncssh (1.7.2-1) unstable; urgency=medium

   * New upstream version.

python-asyncssh (1.7.1-1) unstable; urgency=medium

   * New upstream version.
   * Remove patch to discard errors when invoking ssh-agent.

python-asyncssh (1.6.2-2) unstable; urgency=medium

   * Avoid any network access during tests by using RES_OPTIONS. Thanks to
     Jakub Wilk. Closes: #830568.
   * Add a patch to discard errors when invoking ssh-agent. Closes: #838088.
   * Ensure Python3 version of sphinx-build is used.

python-asyncssh (1.6.2-1) unstable; urgency=medium

   * New upstream version.
   * Use localehelper to make some tests succeed.

python-asyncssh (1.5.6-1) unstable; urgency=medium

   [ Vincent Bernat ]
   * New upstream release.
      + Drop patch for disabling unworking tests.
      + Add a patch to disable tests requiring network access.
   * d/control: bump Standards-Version.
   * d/control: require python-bcrypt >= 3 to get KDF-related functions.
   * d/control: python3-cryptography is an automatic dependency, remove it
     from Recommends.
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)

2015

python-asyncssh (1.3.0-1) unstable; urgency=medium

   * New upstream release.

python-asyncssh (1.2.1-1) unstable; urgency=medium

   * New upstream release.
   * Use GitHub in d/watch. Otherwise, we don't get the documentation.

python-asyncssh (1.2.0-1) unstable; urgency=low

   * Initial Release. Closes: #793807.