17
0

Accepting request 1089412 from home:badshah400:branches:security

Update to version 4.0.4

OBS-URL: https://build.opensuse.org/request/show/1089412
OBS-URL: https://build.opensuse.org/package/show/security/python-pykeepass?expand=0&rev=20
This commit is contained in:
2023-05-31 08:37:07 +00:00
committed by Git OBS Bridge
parent 9b0ac9d4d8
commit f4251453bc
4 changed files with 22 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun May 28 06:10:02 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <badshah400@gmail.com>

View File

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