14
0

- 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/package/show/devel:languages:python/python-keyring?expand=0&rev=115
This commit is contained in:
2023-01-02 18:38:01 +00:00
committed by Git OBS Bridge
parent 81cc2bbbaf
commit 65b0fce96e
4 changed files with 17 additions and 6 deletions

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>