From 45871f64291c8640cb7f2ca1b1016d7925b33811783f95358bb798ee1ad4cf93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 21 Dec 2019 17:14:00 +0000 Subject: [PATCH] - update to 2.7.1 - add configs.tar.gz with missing test data * full changelog at http://www.paramiko.org/changelog.html OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=90 --- configs.tar.gz | 3 +++ paramiko-2.6.0.tar.gz | 3 --- paramiko-2.7.1.tar.gz | 3 +++ python-paramiko.changes | 7 +++++++ python-paramiko.spec | 14 ++++++++++---- 5 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 configs.tar.gz delete mode 100644 paramiko-2.6.0.tar.gz create mode 100644 paramiko-2.7.1.tar.gz diff --git a/configs.tar.gz b/configs.tar.gz new file mode 100644 index 0000000..57206ba --- /dev/null +++ b/configs.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f08251a66ecc6ee41a692bbfebd9d698cfb443225a0ce1047c7fc41d78bef2c +size 3265 diff --git a/paramiko-2.6.0.tar.gz b/paramiko-2.6.0.tar.gz deleted file mode 100644 index 1fd5662..0000000 --- a/paramiko-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4b2edfa0d226b70bd4ca31ea7e389325990283da23465d572ed1f70a7583041 -size 1018679 diff --git a/paramiko-2.7.1.tar.gz b/paramiko-2.7.1.tar.gz new file mode 100644 index 0000000..178edc0 --- /dev/null +++ b/paramiko-2.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f +size 1136432 diff --git a/python-paramiko.changes b/python-paramiko.changes index a5aada6..bc58a28 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 21 17:11:48 UTC 2019 - Ondřej Súkup + +- update to 2.7.1 +- add configs.tar.gz with missing test data + * full changelog at http://www.paramiko.org/changelog.html + ------------------------------------------------------------------- Tue Jun 25 10:47:26 UTC 2019 - Ondřej Súkup diff --git a/python-paramiko.spec b/python-paramiko.spec index 3641c33..8a48cdb 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -1,7 +1,7 @@ # # spec file for package python-paramiko # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,24 +18,29 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-paramiko -Version: 2.6.0 +Version: 2.7.1 Release: 0 Summary: SSH2 protocol library License: LGPL-2.1-or-later -Group: Development/Languages/Python +Group: Documentation/Other URL: http://www.paramiko.org/ -Source: https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz +Source1: configs.tar.gz Patch0: paramiko-test_extend_timeout.patch BuildRequires: %{python_module PyNaCl >= 1.0.1} BuildRequires: %{python_module bcrypt >= 3.1.3} BuildRequires: %{python_module cryptography >= 2.5} BuildRequires: %{python_module gssapi} +BuildRequires: %{python_module invocations} +BuildRequires: %{python_module invoke} BuildRequires: %{python_module pyasn1 >= 0.1.7} BuildRequires: %{python_module pytest-relaxed} +BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Recommends: python-gssapi +Recommends: python-invoke Requires: python-PyNaCl >= 1.0.1 Requires: python-bcrypt >= 3.1.3 Requires: python-cryptography >= 2.5 @@ -67,6 +72,7 @@ This package contains the documentation. %prep %setup -q -n paramiko-%{version} %autopatch -p1 +tar -C tests/ -xzf %{SOURCE1} # Fix non-executable script rpmlint issue: find demos -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;