From 2057188cb018736581f9c6ceef3e20760418673f1b3a3a7c542d54497940f746 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 17 Sep 2022 07:22:14 +0000 Subject: [PATCH] - update to 0.5.0: * Fixed #181: Added the ability to pass file paths to encrypt_file, decrypt_file, sign_file, verify_file, get_recipients_file and added import_keys_file. * Fixed #183: Handle FAILURE and UNEXPECTED conditions correctly. Thanks to sebbASF for the patch. * Fixed #185: Handle VALIDSIG arguments more robustly. * Fixed #188: Remove handling of DECRYPTION_FAILED from Verify code, as not required there. Thanks to sebbASF for the patch. * Fixed #190: Handle KEY_CREATED more robustly. * Fixed #191: Handle NODATA messages during verification. * Fixed #196: Don't log chunk data by default, as it could contain sensitive information (during decryption, for example). * Added the ability to pass an environment to the gpg executable. Thanks to Edvard Rejthar for the patch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=25 --- python-gnupg-0.4.9.tar.gz | 3 --- python-gnupg-0.5.0.tar.gz | 3 +++ python-python-gnupg.changes | 18 ++++++++++++++++++ python-python-gnupg.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 python-gnupg-0.4.9.tar.gz create mode 100644 python-gnupg-0.5.0.tar.gz diff --git a/python-gnupg-0.4.9.tar.gz b/python-gnupg-0.4.9.tar.gz deleted file mode 100644 index 873f9ba..0000000 --- a/python-gnupg-0.4.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aaa748795572591aaf127b4ac8985684f3673ff82b39f370c836b006e68fc537 -size 59982 diff --git a/python-gnupg-0.5.0.tar.gz b/python-gnupg-0.5.0.tar.gz new file mode 100644 index 0000000..178a449 --- /dev/null +++ b/python-gnupg-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70758e387fc0e0c4badbcb394f61acbe68b34970a8fed7e0f7c89469fe17912a +size 61154 diff --git a/python-python-gnupg.changes b/python-python-gnupg.changes index de97ab7..f0bf0f7 100644 --- a/python-python-gnupg.changes +++ b/python-python-gnupg.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Sep 17 07:21:39 UTC 2022 - Dirk Müller + +- update to 0.5.0: + * Fixed #181: Added the ability to pass file paths to encrypt_file, decrypt_file, + sign_file, verify_file, get_recipients_file and added import_keys_file. + * Fixed #183: Handle FAILURE and UNEXPECTED conditions correctly. Thanks to sebbASF for + the patch. + * Fixed #185: Handle VALIDSIG arguments more robustly. + * Fixed #188: Remove handling of DECRYPTION_FAILED from Verify code, as not required + there. Thanks to sebbASF for the patch. + * Fixed #190: Handle KEY_CREATED more robustly. + * Fixed #191: Handle NODATA messages during verification. + * Fixed #196: Don't log chunk data by default, as it could contain sensitive + information (during decryption, for example). + * Added the ability to pass an environment to the gpg executable. Thanks to Edvard + Rejthar for the patch. + ------------------------------------------------------------------- Sat Jun 4 13:54:10 UTC 2022 - Dirk Müller diff --git a/python-python-gnupg.spec b/python-python-gnupg.spec index 93e0bab..3251e23 100644 --- a/python-python-gnupg.spec +++ b/python-python-gnupg.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-python-gnupg -Version: 0.4.9 +Version: 0.5.0 Release: 0 Summary: A wrapper for the GNU Privacy Guard (GPG or GnuPG) License: BSD-3-Clause