14
0

5 Commits

Author SHA256 Message Date
de2af964c6 Accepting request 1246297 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.

- Update to 0.5.4
  * Fix #242: Handle exceptions in the on_data callable.

OBS-URL: https://build.opensuse.org/request/show/1246297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gnupg?expand=0&rev=18
2025-02-17 19:54:50 +00:00
fff0d2883a - Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=36
2025-02-17 03:29:48 +00:00
597afed1fd - Update to 0.5.4
* Fix #242: Handle exceptions in the on_data callable.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=35
2025-02-17 03:18:00 +00:00
9f311a3d6a Accepting request 1204932 from devel:languages:python
- update to 0.5.3:
  * Add WKD (Web Key Directory) support for auto-locating keys.
  * Ensure local variable is initialized even when an exception
    occurs.
  * Fix #239: Remove logging of decryption result.

OBS-URL: https://build.opensuse.org/request/show/1204932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gnupg?expand=0&rev=17
2024-10-01 15:20:12 +00:00
3d50d585c8 - update to 0.5.3:
* Add WKD (Web Key Directory) support for auto-locating keys.
  * Ensure local variable is initialized even when an exception
    occurs.
  * Fix #239: Remove logging of decryption result.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=33
2024-10-01 12:42:40 +00:00
4 changed files with 4 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,11 +1,3 @@
-------------------------------------------------------------------
Thu Aug 14 09:54:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.5.5
* Fix #249: Handle fetching GPG version when not the first item in the configuration.
* Fix #250: Capture uid info in a uid_map attribute of ScanKeys/ListKeys.
* Fix #255: Improve handling of exceptions raised in background threads.
-------------------------------------------------------------------
Mon Feb 17 03:29:13 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-python-gnupg
Version: 0.5.5
Version: 0.5.4
Release: 0
Summary: A wrapper for the GNU Privacy Guard (GPG or GnuPG)
License: BSD-3-Clause