17
0

Accepting request 1164098 from home:rrahl0:branches:security

- Update to 4.0.7:
  * PyKeePass has decrypt kwarg for accessing header info
  * added Entry.index and Entry.move for moving entries
  * added Entry.autotype_window setter
  * allow filename/keyfile to be file-like objects
  * drop dateutil dependency
  * switch to pyproject.toml
- add fix-test.patch for fixing an issue with
  missing pykeepass.kdbx_parsing

OBS-URL: https://build.opensuse.org/request/show/1164098
OBS-URL: https://build.opensuse.org/package/show/security/python-pykeepass?expand=0&rev=26
This commit is contained in:
2024-04-02 12:45:12 +00:00
committed by Git OBS Bridge
parent 7f66e51f83
commit 449b1afa30
5 changed files with 44 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 27 06:34:37 UTC 2024 - Richard Rahl <rrahl0@proton.me>
- Update to 4.0.7:
* PyKeePass has decrypt kwarg for accessing header info
* added Entry.index and Entry.move for moving entries
* added Entry.autotype_window setter
* allow filename/keyfile to be file-like objects
* drop dateutil dependency
* switch to pyproject.toml
- add fix-test.patch for fixing an issue with
missing pykeepass.kdbx_parsing
-------------------------------------------------------------------
Tue Sep 5 04:58:15 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>