diff --git a/python-scp.spec b/python-scp.spec index 5857fa0..a068ed8 100644 --- a/python-scp.spec +++ b/python-scp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-scp -Version: 0.13.3 +Version: 0.14.4 Release: 1 Summary: scp module for paramiko -License: LGPLv2+ +License: LGPL-2.1-or-later URL: https://github.com/jbardin/scp.py -Source0: https://files.pythonhosted.org/packages/31/ea/957c864e8f0aafab52edfd18bbaacf342a1935ba3a5cb6b5704a1738ebac/scp-0.13.3.tar.gz +Source0: https://files.pythonhosted.org/packages/01/96/82028abe87441ae172ce9df2eeb46274130475bfeeb4dedeaddaf75b16a9/scp-0.14.4.tar.gz BuildArch: noarch %description @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 09 2022 OpenStack_SIG - 0.14.4-1 +- Upgrade package python3-scp to version 0.14.4 + * Fri Aug 06 2021 OpenStack_SIG - 0.13.3-1 - Upgrade version to 0.13.3 diff --git a/scp-0.13.3.tar.gz b/scp-0.13.3.tar.gz deleted file mode 100644 index 2ea0e5c..0000000 Binary files a/scp-0.13.3.tar.gz and /dev/null differ diff --git a/scp-0.14.4.tar.gz b/scp-0.14.4.tar.gz new file mode 100644 index 0000000..8887b88 Binary files /dev/null and b/scp-0.14.4.tar.gz differ