forked from pool/python-python-gnupg
- update to 0.4.7:
* Added support for no passphrase during key generation. * Improved permission-denied test. * Updated logging to only show partial results. * Allowed a passphrase to be passed to import_keys(). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=21
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3aa0884b3bd414652c2385b9df39e7b87272c2eca1b8fcc3089bc9e58652019a
|
||||
size 52527
|
3
python-gnupg-0.4.7.tar.gz
Normal file
3
python-gnupg-0.4.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285efe4ac7
|
||||
size 53091
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 1 09:24:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.4.7:
|
||||
* Added support for no passphrase during key generation.
|
||||
* Improved permission-denied test.
|
||||
* Updated logging to only show partial results.
|
||||
* Allowed a passphrase to be passed to import_keys().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 13:20:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-gnupg
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 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.6
|
||||
Version: 0.4.7
|
||||
Release: 0
|
||||
Summary: A wrapper for the GNU Privacy Guard (GPG or GnuPG)
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user