14
0

- update to 23.5.1:

* The correct config root is now used on Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=94
This commit is contained in:
2022-06-08 20:05:47 +00:00
committed by Git OBS Bridge
parent 0ab6fd2f2b
commit 5e1a57856c
4 changed files with 11 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-keyring
Version: 23.5.0
Version: 23.5.1
Release: 0
Summary: System keyring service access from Python
License: MIT AND Python-2.0
@@ -51,6 +51,7 @@ from python. It can be used in any application that needs safe password storage.
%prep
%autosetup -p1 -n keyring-%{version}
echo "import setuptools; setuptools.setup()" > setup.py
%if 0%{?sle_version}
# keyring is not setting the egg version correctly without this: