From deee0dd421ab20aa5fec94a5752d758876d6aeccc875b53eb97541af50f26434 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 30 Apr 2020 15:45:09 +0000 Subject: [PATCH] Accepting request 798719 from home:badshah400:branches:security - Update to version 3.2.0: * Added PyKeePass.xml(). * Added create_database(). * Added tag searching - gh#libkeepass/pykeepass#182. * Binary attachments missing Compressed attribute unparseable [gh#libkeepass/pykeepass#181]. * Protected multiline fields missing newline [gh#libkeepass/pykeepass#129]. * Fixed problem where entries are protected after save. - Changes from version 3.1.0: * Removed context manager. * Added autotype string support. * Added attachments. * Fixed find_entries(path=xxx) behavior. * Entry.uuid, Group.uuid now return uuid.UUID object instead of string. OBS-URL: https://build.opensuse.org/request/show/798719 OBS-URL: https://build.opensuse.org/package/show/security/python-pykeepass?expand=0&rev=8 --- pykeepass-3.0.3.tar.gz | 3 --- pykeepass-3.2.0.tar.gz | 3 +++ python-pykeepass.changes | 20 ++++++++++++++++++++ python-pykeepass.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 pykeepass-3.0.3.tar.gz create mode 100644 pykeepass-3.2.0.tar.gz diff --git a/pykeepass-3.0.3.tar.gz b/pykeepass-3.0.3.tar.gz deleted file mode 100644 index 7fd6c5e..0000000 --- a/pykeepass-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5cfa967447818e81d3ed8fde743fcb76a8bd42ecec88775580ffa6c256e8a6f -size 59776 diff --git a/pykeepass-3.2.0.tar.gz b/pykeepass-3.2.0.tar.gz new file mode 100644 index 0000000..26cfc32 --- /dev/null +++ b/pykeepass-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e6fb692249a8a40b592e5ac372a0092c1657e12e7f35fe29508b9bb424a744 +size 68381 diff --git a/python-pykeepass.changes b/python-pykeepass.changes index 4213b76..55fbfa9 100644 --- a/python-pykeepass.changes +++ b/python-pykeepass.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Apr 28 18:24:15 UTC 2020 - Atri Bhattacharya + +- Update to version 3.2.0: + * Added PyKeePass.xml(). + * Added create_database(). + * Added tag searching - gh#libkeepass/pykeepass#182. + * Binary attachments missing Compressed attribute unparseable + [gh#libkeepass/pykeepass#181]. + * Protected multiline fields missing newline + [gh#libkeepass/pykeepass#129]. + * Fixed problem where entries are protected after save. +- Changes from version 3.1.0: + * Removed context manager. + * Added autotype string support. + * Added attachments. + * Fixed find_entries(path=xxx) behavior. + * Entry.uuid, Group.uuid now return uuid.UUID object instead of + string. + ------------------------------------------------------------------- Tue Apr 2 08:51:29 UTC 2019 - Tomáš Chvátal diff --git a/python-pykeepass.spec b/python-pykeepass.spec index 2f90a44..9f3c460 100644 --- a/python-pykeepass.spec +++ b/python-pykeepass.spec @@ -1,7 +1,7 @@ # # spec file for package python-pykeepass # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pykeepass -Version: 3.0.3 +Version: 3.2.0 Release: 0 Summary: Low-level library to interact with keepass databases License: GPL-3.0-only