Accepting request 981383 from devel:languages:python

- update to 23.5.1:
  * The correct config root is now used on Windows

OBS-URL: https://build.opensuse.org/request/show/981383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2022-06-10 13:57:11 +00:00 committed by Git OBS Bridge
commit 79518847a9
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 8 20:01:11 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 23.5.1:
* The correct config root is now used on Windows
-------------------------------------------------------------------
Mon Jan 10 22:45:36 UTC 2022 - Dirk Müller <dmueller@suse.com>

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: