diff --git a/python-rsa.spec b/python-rsa.spec index 403cb30..bd255c5 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rsa -Version: 4.8 +Version: 4.9 Release: 1 Summary: Pure-Python RSA implementation License: Apache-2.0 URL: https://stuvel.eu/rsa -Source0: https://files.pythonhosted.org/packages/8c/ee/4022542e0fed77dd6ddade38e1e4dea3299f873b7fd4e6d78319953b0f83/rsa-4.8.tar.gz +Source0: https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-%{version}.tar.gz BuildArch: noarch %description Python-RSA is a pure-Python RSA implementation. It supports @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 03 2022 kkz - 4.9-1 +- Upgrade package python3-rsa to version 4.9 + * Tue May 31 2022 OpenStack_SIG - 4.8-1 - Upgrade package python3-rsa to version 4.8 diff --git a/rsa-4.8.tar.gz b/rsa-4.8.tar.gz deleted file mode 100644 index 695b9c9..0000000 Binary files a/rsa-4.8.tar.gz and /dev/null differ diff --git a/rsa-4.9.tar.gz b/rsa-4.9.tar.gz new file mode 100644 index 0000000..d7f948b Binary files /dev/null and b/rsa-4.9.tar.gz differ