17
0

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
This commit is contained in:
2022-06-03 09:58:06 +00:00
committed by Git OBS Bridge
parent 85b68bed21
commit aebbfaef36
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac5966ede4fae1a0d3ea1997468a14b893a8f8dab136b1c14425b3b2763e68e3
size 99343

3
pykeepass-4.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1751f8ad6a3d9c37a27872ba86a64459fa2877711241e866f76d2445893365bf
size 102819

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 29 14:46:58 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <badshah400@gmail.com>

View File

@@ -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