14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=23
This commit is contained in:
2022-06-04 14:00:03 +00:00
committed by Git OBS Bridge
parent e5a11a855f
commit 1da429c041
4 changed files with 16 additions and 5 deletions

View File

@@ -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