14
0

7 Commits

Author SHA256 Message Date
ecef151d77 Accepting request 1299387 from devel:languages:python
Forwarded request #1299362 from glaubitz

- 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.

OBS-URL: https://build.opensuse.org/request/show/1299387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gnupg?expand=0&rev=19
2025-08-15 19:51:51 +00:00
709d81fb0b - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gnupg?expand=0&rev=38
2025-08-14 11:15:08 +00:00
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 40 additions and 10 deletions

View File

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

View File

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

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
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>
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Thu Feb 13 10:37:11 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.5.4
* Fix #242: Handle exceptions in the on_data callable.
-------------------------------------------------------------------
Tue Oct 1 12:42:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Thu Dec 14 20:56:28 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-gnupg
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-python-gnupg
Version: 0.5.2
Version: 0.5.5
Release: 0
Summary: A wrapper for the GNU Privacy Guard (GPG or GnuPG)
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://pythonhosted.org/python-gnupg/index.html
Source: https://files.pythonhosted.org/packages/source/p/python-gnupg/python-gnupg-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -42,13 +42,12 @@ encryption and signature functionality from Python programs.
%prep
%setup -q -n python-gnupg-%{version}
echo "import setuptools; setuptools.setup()" > setup.py
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -58,6 +57,8 @@ export NO_EXTERNAL_TESTS=true
%files %{python_files}
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/gnupg.py
%pycache_only %{python_sitelib}/__pycache__/gnupg.*.pyc
%{python_sitelib}/python_gnupg-%{version}.dist-info
%changelog