diff --git a/python-gnupg-0.4.8.tar.gz b/python-gnupg-0.4.8.tar.gz deleted file mode 100644 index cb64fdd..0000000 --- a/python-gnupg-0.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b64de1ae5cedf872b437201a566fa2c62ce0c95ea2e30177eb53aee1258507d7 -size 58696 diff --git a/python-gnupg-0.4.9.tar.gz b/python-gnupg-0.4.9.tar.gz new file mode 100644 index 0000000..873f9ba --- /dev/null +++ b/python-gnupg-0.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa748795572591aaf127b4ac8985684f3673ff82b39f370c836b006e68fc537 +size 59982 diff --git a/python-python-gnupg.changes b/python-python-gnupg.changes index 8794268..de97ab7 100644 --- a/python-python-gnupg.changes +++ b/python-python-gnupg.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 4 13:54:10 UTC 2022 - Dirk Müller + +- update to 0.4.9: + * Added a status attribute to the returned object from gen_key() + * Provide the ability to add subkeys. + * Add keygrip values to the information collected when keys are listed. + * Added extra_args keyword argument to send_keys(), recv_keys() and + search_keys() to allow passing options relating to key servers. + ------------------------------------------------------------------- Mon Nov 29 11:57:11 UTC 2021 - Dirk Müller diff --git a/python-python-gnupg.spec b/python-python-gnupg.spec index 0b0fef1..93e0bab 100644 --- a/python-python-gnupg.spec +++ b/python-python-gnupg.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-gnupg # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-python-gnupg -Version: 0.4.8 +Version: 0.4.9 Release: 0 Summary: A wrapper for the GNU Privacy Guard (GPG or GnuPG) License: BSD-3-Clause @@ -47,6 +47,7 @@ encryption and signature functionality from Python programs. %prep %setup -q -n python-gnupg-%{version} +echo "import setuptools; setuptools.setup()" > setup.py %build %python_build