forked from pool/python-pykeepass
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a214aff1de | |||
| bfff91349d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0f583b0f01fd94059f6597aae48dd4bf58fa9c6e4ee1d8c20ea115a93659674
|
||||
size 111587
|
||||
3
pykeepass-4.1.1.post1.tar.gz
Normal file
3
pykeepass-4.1.1.post1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f377b2efd79e892450d099d6e142f86d4789dd5a61a2bbc36b441b2ad5ad2496
|
||||
size 112962
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 13:14:23 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 4.1.1.post1:
|
||||
* [gh#libkeepass/pykeepass410] - support empty string as password
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 09:07:37 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pykeepass
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pykeepass
|
||||
Version: 4.1.0.post1
|
||||
Version: 4.1.1.post1
|
||||
Release: 0
|
||||
Summary: Low-level library to interact with keepass databases
|
||||
License: GPL-3.0-only
|
||||
@@ -65,7 +65,7 @@ export PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
%{python_sitelib}/pykeepass/
|
||||
%{python_sitelib}/pykeepass-%{version}.dist-info/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user