17
0

Accepting request 872675 from home:badshah400:branches:security

* Update to version 4.0.0.
* Add python-pykeepass-fix-version.patch: Fix version so that egg-infos don't end up with the wrong version; patch taken from upstream commit.
* Update URL and Source URL to new github repository.

OBS-URL: https://build.opensuse.org/request/show/872675
OBS-URL: https://build.opensuse.org/package/show/security/python-pykeepass?expand=0&rev=12
This commit is contained in:
2021-02-18 09:52:56 +00:00
committed by Git OBS Bridge
parent f9d4b44a08
commit a083213ac5
5 changed files with 39 additions and 8 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Feb 15 23:16:12 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.0.0:
* Paths changed from strings to lists.
* Added PyKeePass.recyclebin_group.
* Added PyKeePass.trash_group().
* Added PyKeePass.trash_entry().
* Added PyKeePass.empty_group().
* Support reading/saving from streams.
* Fixed PyKeePass.dump_xml() pretty printing.
* Fixed gh#libkeepass/pykeepass#212 - properly pad encrypted
payload.
* Fixed gh#libkeepass/pykeepass#222 - corrected transform_rounds
field length.
- Add python-pykeepass-fix-version.patch: Fix version so that
egg-infos don't end up with the wrong version; patch taken from
upstream commit.
- Update URL and Source URL to new github repository.
-------------------------------------------------------------------
Sat Aug 1 16:44:02 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>