From e5a11a855fa33b56ed333cb5945210b96e39cbb40ad56c06948f856309dbee11 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Nov 2021 12:00:45 +0000 Subject: [PATCH] - update to 0.4.8: * Return gpg's return code in all result instances. * Add check for invalid file objects. * Provide more useful status message when a secret key is absent. * Added a get_recipients() API to find the recipients of an encrypted message without decrypting it. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=22 --- python-gnupg-0.4.7.tar.gz | 3 --- python-gnupg-0.4.8.tar.gz | 3 +++ python-python-gnupg.changes | 10 ++++++++++ python-python-gnupg.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 python-gnupg-0.4.7.tar.gz create mode 100644 python-gnupg-0.4.8.tar.gz diff --git a/python-gnupg-0.4.7.tar.gz b/python-gnupg-0.4.7.tar.gz deleted file mode 100644 index b28dadb..0000000 --- a/python-gnupg-0.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285efe4ac7 -size 53091 diff --git a/python-gnupg-0.4.8.tar.gz b/python-gnupg-0.4.8.tar.gz new file mode 100644 index 0000000..cb64fdd --- /dev/null +++ b/python-gnupg-0.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64de1ae5cedf872b437201a566fa2c62ce0c95ea2e30177eb53aee1258507d7 +size 58696 diff --git a/python-python-gnupg.changes b/python-python-gnupg.changes index 0346e62..8794268 100644 --- a/python-python-gnupg.changes +++ b/python-python-gnupg.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 29 11:57:11 UTC 2021 - Dirk Müller + +- update to 0.4.8: + * Return gpg's return code in all result instances. + * Add check for invalid file objects. + * Provide more useful status message when a secret key is absent. + * Added a get_recipients() API to find the recipients of an encrypted + message without decrypting it. + ------------------------------------------------------------------- Sun Aug 1 09:24:35 UTC 2021 - Dirk Müller diff --git a/python-python-gnupg.spec b/python-python-gnupg.spec index b6b6747..0b0fef1 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.7 +Version: 0.4.8 Release: 0 Summary: A wrapper for the GNU Privacy Guard (GPG or GnuPG) License: BSD-3-Clause