diff --git a/pykeepass-4.0.3.tar.gz b/pykeepass-4.0.3.tar.gz deleted file mode 100644 index d13e6e9..0000000 --- a/pykeepass-4.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8f655c53af1cd339abd3d6588bcddb9ac869572e141e026352ae9fc8541ba64 -size 104258 diff --git a/pykeepass-4.0.4.tar.gz b/pykeepass-4.0.4.tar.gz new file mode 100644 index 0000000..ff5c531 --- /dev/null +++ b/pykeepass-4.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2e7b291864af0fb7f4f173279b4e9eccd5f7226b208b46f42bcbc2bee54fc4 +size 103000 diff --git a/python-pykeepass.changes b/python-pykeepass.changes index 53fb1ab..9538bbb 100644 --- a/python-pykeepass.changes +++ b/python-pykeepass.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun May 28 06:10:02 UTC 2023 - Atri Bhattacharya + +- Update to version 4.0.4: + * [gh#libkeepass/pykeepass#314] correctly handle binaries with + no data. + * [gh#libkeepass/pykeepass#265] check for keepass signature. + * [gh#libkeepass/pykeepass#319] support pathlib for + filename/keyfile. + * [gh#libkeepass/pykeepass#194] added 'protected' arg to + _set_string_field. + * [gh#libkeepass/pykeepass#338] allow comma entry tag separator. + * use official icon names from KeePass source and deprecate old + icons. + * added Entry.is_custom_property_protected(). + ------------------------------------------------------------------- Tue Jun 21 23:10:46 UTC 2022 - Atri Bhattacharya diff --git a/python-pykeepass.spec b/python-pykeepass.spec index 38585e5..88bd33d 100644 --- a/python-pykeepass.spec +++ b/python-pykeepass.spec @@ -1,7 +1,7 @@ # # spec file for package python-pykeepass # -# 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 @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pykeepass -Version: 4.0.3 +Version: 4.0.4 Release: 0 Summary: Low-level library to interact with keepass databases License: GPL-3.0-only @@ -52,7 +51,7 @@ This library allows you to write entries to a KeePass database %prep %autosetup -p1 -n pykeepass-%{version} -sed -i '1{/^#!.*env python/d}' pykeepass/pykeepass.py pykeepass/kdbx_parsing/kdbx*.py +sed -i '1{/^#!.*env python/d}' pykeepass/{pykeepass,deprecated,kdbx_parsing/kdbx*}.py %build %python_build