- update to 24.3.0:

* Added bash completion support. (#643)
- Update to version 23.11.0
- Inject multibuild to prevent a build cycle
- update to 23.6.0
- Added keyring-import-gi.patch: gi.require_version is called and not
- reduce/fix build requires
  * All code now runs natively on both Python 2 and Python 3,
  * Renamed ``keyring.util.platform`` to ``keyring.util.platform_``.
  Introspection, not the obsolete python-gnomekeyring module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=124
This commit is contained in:
Dirk Mueller 2023-11-27 19:30:35 +00:00 committed by Git OBS Bridge
parent 51ac28445b
commit 97747e2f1b
4 changed files with 18 additions and 12 deletions

BIN
keyring-24.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
keyring-24.3.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 27 19:29:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 24.3.0:
* Added bash completion support. (#643)
-------------------------------------------------------------------
Wed Jul 19 07:31:09 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-keyring%{psuffix}
Version: 24.2.0
Version: 24.3.0
Release: 0
Summary: System keyring service access from Python
License: MIT