diff --git a/python-rsa.spec b/python-rsa.spec index 35bd69d68bb1eafd8b47e6e5a8aa4284dcdfeba6..5b43381d7d6174c0a6c2094d86f2a3d06b3e2887 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -1,14 +1,14 @@ -%define anolis_release 2 +%define anolis_release 1 %global pypi_name rsa Name: python-%{pypi_name} -Version: 4.8 +Version: 4.9 Release: %{anolis_release}%{dist} Summary: Pure-Python RSA implementation License: ASL 2.0 URL: http://stuvel.eu/rsa -Source0: https://pypi.python.org/packages/source/r/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/r/rsa/rsa-4.9.tar.gz BuildArch: noarch %description @@ -85,6 +85,10 @@ cp %{buildroot}%{_bindir}/pyrsa-verify %{buildroot}%{_bindir}/pyrsa-verify-3 %doc README.md %changelog +* Wed Aug 27 2025 wenyuzifang - 4.9-1 +- Updated to version 4.9 to fix xxxxxxxxxx + + * Fri Mar 15 2024 Zhao Hang - 4.8-2 - Rebuild with python3.11 diff --git a/rsa-4.8.tar.gz b/rsa-4.8.tar.gz deleted file mode 100644 index 695b9c9434f27dd3d37eeee2cc982171f0814a2b..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..d7f948b44a65e483ec336fdcf0608856bd7f0616 Binary files /dev/null and b/rsa-4.9.tar.gz differ