14
0

- update to 0.5.2:

* Fix #228: Clarify documentation for encryption/decryption.
  * Make I/O buffer size configurable via ``buffer_size`` attribute
    on a ``GPG`` instance.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=31
This commit is contained in:
2023-12-14 20:56:55 +00:00
committed by Git OBS Bridge
parent 07d2e7b5ed
commit cce6d21dde
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 14 20:56:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.5.2:
* Fix #228: Clarify documentation for encryption/decryption.
* Make I/O buffer size configurable via ``buffer_size`` attribute
on a ``GPG`` instance.
-------------------------------------------------------------------
Fri Dec 1 17:09:22 UTC 2023 - Dirk Müller <dmueller@suse.com>