[Python-modules-commits] [python-asyncssh] 04/07: New upstream version
Vincent Bernat
bernat at moszumanska.debian.org
Mon Sep 18 12:03:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch debian/master
in repository python-asyncssh.
commit 43ef2b204a432224a3c1955683b34626af271a6e
Author: Vincent Bernat <vincent at bernat.im>
Date: Mon Sep 18 12:06:39 2017 +0200
New upstream version
---
debian/changelog | 4 ++--
.../patches/0002-skip-tests-requiring-network-access.patch | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f71c671..5aa3ea0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-python-asyncssh (1.10.1-1) UNRELEASED; urgency=medium
+python-asyncssh (1.11.0-1) UNRELEASED; urgency=medium
* New upstream version.
* Refresh patches after git-dpm to gbp pq conversion
- -- Vincent Bernat <bernat at debian.org> Wed, 05 Jul 2017 16:50:05 +0200
+ -- Vincent Bernat <bernat at debian.org> Mon, 18 Sep 2017 12:06:36 +0200
python-asyncssh (1.8.1-2) unstable; urgency=medium
diff --git a/debian/patches/0002-skip-tests-requiring-network-access.patch b/debian/patches/0002-skip-tests-requiring-network-access.patch
index 75bfdc7..20d8d7e 100644
--- a/debian/patches/0002-skip-tests-requiring-network-access.patch
+++ b/debian/patches/0002-skip-tests-requiring-network-access.patch
@@ -7,20 +7,20 @@ Subject: skip tests requiring network access
1 file changed, 2 insertions(+)
diff --git a/tests/test_auth_keys.py b/tests/test_auth_keys.py
-index 0bb50fe..d36ef50 100644
+index 1d625ef..f80272a 100644
--- a/tests/test_auth_keys.py
+++ b/tests/test_auth_keys.py
-@@ -13,6 +13,7 @@
- """Unit tests for matching against authorized_keys file"""
+@@ -14,6 +14,7 @@
+ import unittest
from unittest.mock import patch
+import unittest
import asyncssh
-@@ -55,6 +56,7 @@ class _TestAuthorizedKeys(TempDirTestCase):
- else:
- return asyncssh.import_authorized_keys(auth_keys)
+@@ -100,6 +101,7 @@ class _TestAuthorizedKeys(TempDirTestCase):
+
+ self.assertEqual(result is not None, match)
+ @unittest.skip("network access is required for those tests")
def test_matches(self):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asyncssh.git
More information about the Python-modules-commits
mailing list