Accepting request 1055998 from devel:languages:python

- update to 23.13.1:
  * #608: Added support for tab completion on the ``keyring`` command
  if the ``completion`` extra is installed (``keyring[completion]``).
  * #612: Prevent installation of ``pywin32-ctypes 0.1.2`` with broken
  ``use2to3`` directive.
  * #607: Removed PSF license as it was unused and confusing. Project
  remains MIT licensed as always.

OBS-URL: https://build.opensuse.org/request/show/1055998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2023-01-06 16:04:48 +00:00 committed by Git OBS Bridge
commit 435ba23a81
4 changed files with 20 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 2 16:58:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.13.1:
* #608: Added support for tab completion on the ``keyring`` command
if the ``completion`` extra is installed (``keyring[completion]``).
* #612: Prevent installation of ``pywin32-ctypes 0.1.2`` with broken
``use2to3`` directive.
* #607: Removed PSF license as it was unused and confusing. Project
remains MIT licensed as always.
-------------------------------------------------------------------
Wed Nov 9 14:34:46 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,10 +25,10 @@
%bcond_with test
%endif
Name: python-keyring%{psuffix}
Version: 23.11.0
Version: 23.13.1
Release: 0
Summary: System keyring service access from Python
License: MIT AND Python-2.0
License: MIT
URL: https://github.com/jaraco/keyring
Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
@ -39,6 +39,9 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-SecretStorage >= 3.2
%if 0%{python_version_nodots} < 310
Requires: python-importlib-resources
%endif
Requires: python-jaraco.classes
Requires: python-jeepney >= 0.4.2
%if 0%{python_version_nodots} < 312