14
0

Accepting request 980771 from devel:languages:python

- 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/request/show/980771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gnupg?expand=0&rev=12
This commit is contained in:
2022-06-06 09:10:29 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b64de1ae5cedf872b437201a566fa2c62ce0c95ea2e30177eb53aee1258507d7
size 58696

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aaa748795572591aaf127b4ac8985684f3673ff82b39f370c836b006e68fc537
size 59982

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jun 4 13:54:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

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