From aebbfaef362fc825eae2d9471fe34a552aa78fbb472d3fb025e2819d62826a79 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 3 Jun 2022 09:58:06 +0000 Subject: [PATCH] Accepting request 979678 from home:badshah400:branches:security Update to version 4.0.2: OBS-URL: https://build.opensuse.org/request/show/979678 OBS-URL: https://build.opensuse.org/package/show/security/python-pykeepass?expand=0&rev=16 --- pykeepass-4.0.1.tar.gz | 3 --- pykeepass-4.0.2.tar.gz | 3 +++ python-pykeepass.changes | 8 ++++++++ python-pykeepass.spec | 7 +++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 pykeepass-4.0.1.tar.gz create mode 100644 pykeepass-4.0.2.tar.gz diff --git a/pykeepass-4.0.1.tar.gz b/pykeepass-4.0.1.tar.gz deleted file mode 100644 index 1ca388d..0000000 --- a/pykeepass-4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac5966ede4fae1a0d3ea1997468a14b893a8f8dab136b1c14425b3b2763e68e3 -size 99343 diff --git a/pykeepass-4.0.2.tar.gz b/pykeepass-4.0.2.tar.gz new file mode 100644 index 0000000..9bfcc5a --- /dev/null +++ b/pykeepass-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1751f8ad6a3d9c37a27872ba86a64459fa2877711241e866f76d2445893365bf +size 102819 diff --git a/python-pykeepass.changes b/python-pykeepass.changes index 9790026..8b3eb13 100644 --- a/python-pykeepass.changes +++ b/python-pykeepass.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 29 14:46:58 UTC 2022 - Atri Bhattacharya + +- Update to version 4.0.2: + * Added support for argon2id key derivation function. + * Added credential expiry functions. + * Fixes gh#libkeepass/pykeepass#223 - safe saving. + ------------------------------------------------------------------- Sun May 23 00:32:17 UTC 2021 - Atri Bhattacharya diff --git a/python-pykeepass.spec b/python-pykeepass.spec index a569788..accf4f9 100644 --- a/python-pykeepass.spec +++ b/python-pykeepass.spec @@ -1,7 +1,7 @@ # # spec file for package python-pykeepass # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pykeepass -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: Low-level library to interact with keepass databases License: GPL-3.0-only Group: Development/Languages/Python URL: https://github.com/libkeepass/pykeepass -Source: https://github.com/libkeepass/pykeepass/archive/%{version}.tar.gz#/pykeepass-%{version}.tar.gz +Source: https://github.com/libkeepass/pykeepass/archive/refs/tags/v%{version}.tar.gz#/pykeepass-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -59,7 +59,6 @@ sed -i '1{/^#!.*env python/d}' pykeepass/pykeepass.py pykeepass/kdbx_parsing/kdb %install %python_install -%python_expand rm -r %{buildroot}%{$python_sitelib}/tests %python_expand %fdupes %{buildroot}%{$python_sitelib} %check