From f54afdddfb7dfbb75b78182c3c2be1c6138369b6964050bd4cd3b23bb1837e97 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 19 Mar 2022 12:14:45 +0000 Subject: [PATCH] Accepting request 962964 from home:stroeder:python - Update to 2.10.3 Too many changes to be listed here: https://www.paramiko.org/changelog.html OBS-URL: https://build.opensuse.org/request/show/962964 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=99 --- paramiko-2.10.3.tar.gz | 3 +++ paramiko-2.8.0.tar.gz | 3 --- python-paramiko.changes | 7 +++++++ python-paramiko.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 paramiko-2.10.3.tar.gz delete mode 100644 paramiko-2.8.0.tar.gz diff --git a/paramiko-2.10.3.tar.gz b/paramiko-2.10.3.tar.gz new file mode 100644 index 0000000..dcbc34c --- /dev/null +++ b/paramiko-2.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb1977853aef82804b35d72a0e597b244fa326c404c350bd00c5b01dbfee71a +size 1076913 diff --git a/paramiko-2.8.0.tar.gz b/paramiko-2.8.0.tar.gz deleted file mode 100644 index bd236a7..0000000 --- a/paramiko-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e673b10ee0f1c80d46182d3af7751d033d9b573dd7054d2d0aa46be186c3c1d2 -size 1063170 diff --git a/python-paramiko.changes b/python-paramiko.changes index 48c93b4..8ad5424 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 18 22:52:45 UTC 2022 - Michael Ströder + +- Update to 2.10.3 + Too many changes to be listed here: + https://www.paramiko.org/changelog.html + ------------------------------------------------------------------- Tue Oct 12 11:03:02 UTC 2021 - ecsos diff --git a/python-paramiko.spec b/python-paramiko.spec index 570e856..1c4bef0 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -1,7 +1,7 @@ # # spec file for package python-paramiko # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-paramiko -Version: 2.8.0 +Version: 2.10.3 Release: 0 Summary: SSH2 protocol library License: LGPL-2.1-or-later