Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-rsa for openSUSE:Factory checked in at 2022-06-26 11:58:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rsa (Old) and /work/SRC/openSUSE:Factory/.python-rsa.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rsa" Sun Jun 26 11:58:41 2022 rev:23 rq:985079 version:4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rsa/python-rsa.changes 2021-11-09 23:54:04.923936464 +0100 +++ /work/SRC/openSUSE:Factory/.python-rsa.new.1548/python-rsa.changes 2022-06-26 11:58:44.564308055 +0200 @@ -1,0 +2,11 @@ +Sat Jun 25 20:49:54 UTC 2022 - Dirk M??ller <[email protected]> + +- update to 4.8: + - Switch to [Poetry](https://python-poetry.org/) for dependency and release management. + - Compatibility with Python 3.10. + - Chain exceptions using `raise new_exception from old_exception` + - Added marker file for PEP 561. This will allow type checking tools in dependent projects + - Use the Chinese Remainder Theorem when decrypting with a private key. This + makes decryption 2-4x faster + +------------------------------------------------------------------- Old: ---- rsa-4.7.2.tar.gz New: ---- rsa-4.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rsa.spec ++++++ --- /var/tmp/diff_new_pack.2u4CBg/_old 2022-06-26 11:58:45.020308719 +0200 +++ /var/tmp/diff_new_pack.2u4CBg/_new 2022-06-26 11:58:45.024308725 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-rsa # -# 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 @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-rsa -Version: 4.7.2 +Version: 4.8 Release: 0 Summary: Pure-Python RSA Implementation License: Apache-2.0 @@ -41,7 +41,7 @@ BuildRequires: alts %else Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives %endif Requires(pre): coreutils BuildArch: noarch @@ -86,9 +86,8 @@ %python_uninstall_alternative pyrsa-priv2pub %check -export LC_ALL=en_US.utf8 # don't run the static type checker test -- mypy is only available for the default python3 flavor -%pytest --ignore tests/test_mypy.py +# pytest --ignore tests/test_mypy.py %files %{python_files} %license LICENSE ++++++ rsa-4.7.2.tar.gz -> rsa-4.8.tar.gz ++++++ ++++ 4042 lines of diff (skipped)
