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:
commit
79518847a9
@ -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
3
keyring-23.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dee502cdf18a98211bef428eea11456a33c00718b2f08524fd5727c7f424bffd
|
||||||
|
size 54512
|
@ -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>
|
Mon Jan 10 22:45:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-keyring
|
Name: python-keyring
|
||||||
Version: 23.5.0
|
Version: 23.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System keyring service access from Python
|
Summary: System keyring service access from Python
|
||||||
License: MIT AND Python-2.0
|
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
|
%prep
|
||||||
%autosetup -p1 -n keyring-%{version}
|
%autosetup -p1 -n keyring-%{version}
|
||||||
|
echo "import setuptools; setuptools.setup()" > setup.py
|
||||||
|
|
||||||
%if 0%{?sle_version}
|
%if 0%{?sle_version}
|
||||||
# keyring is not setting the egg version correctly without this:
|
# keyring is not setting the egg version correctly without this:
|
||||||
|
Loading…
Reference in New Issue
Block a user