17
0

Accepting request 1314816 from home:glaubitz:branches:devel:languages:python

- Update to 3.4.0
  * Handle D-Bus ``UnknownObject`` error when no collection is found [`#43`_].
    Thanks to Renato Alencar for the pull request!
  * Added ``__repr__`` methods to Collection and Item classes [`#47`_].
  * Moved project metadata to ``pyproject.toml``.
  * Python ≥ 3.10 and setuptools ≥ 77.0 are now required.
  * Various code modernizations.
    Thanks to Hugo van Kemenade and Tomasz Kłoczko for the pull requests!
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1314816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=46
This commit is contained in:
2025-11-03 12:27:15 +00:00
committed by Git OBS Bridge
parent 177853678d
commit 10564b8a0c
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Oct 31 12:35:16 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.4.0
* Handle D-Bus ``UnknownObject`` error when no collection is found [`#43`_].
Thanks to Renato Alencar for the pull request!
* Added ``__repr__`` methods to Collection and Item classes [`#47`_].
* Moved project metadata to ``pyproject.toml``.
* Python ≥ 3.10 and setuptools ≥ 77.0 are now required.
* Various code modernizations.
Thanks to Hugo van Kemenade and Tomasz Kłoczko for the pull requests!
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Mon May 12 14:53:35 UTC 2025 - Markéta Machová <mmachova@suse.com>