14
0

Accepting request 824505 from home:mcalabkova:branches:devel:languages:python

- Update to 0.4.6
  * Fixed #128: Added ECC support by changing key generation parameters. (The Key-Length
    value isn't added if a curve is specified.)
  * More bugfixes.
  * Support for Python versions 3.5 and under is discontinued, except for Python 2.7.

OBS-URL: https://build.opensuse.org/request/show/824505
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=19
This commit is contained in:
2020-08-05 15:55:16 +00:00
committed by Git OBS Bridge
parent 5989237dd0
commit 1afc58714a
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 5 13:20:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.6
* Fixed #128: Added ECC support by changing key generation parameters. (The Key-Length
value isn't added if a curve is specified.)
* More bugfixes.
* Support for Python versions 3.5 and under is discontinued, except for Python 2.7.
-------------------------------------------------------------------
Tue Sep 10 11:08:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>