diff --git a/pykeepass-4.0.7.post1.tar.gz b/pykeepass-4.0.7.post1.tar.gz deleted file mode 100644 index 7672938..0000000 --- a/pykeepass-4.0.7.post1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33b188c39a17ee3ded0987a11a263df2aed7a57376a0802e599fda3bfbfdfd73 -size 110318 diff --git a/pykeepass-4.1.0.post1.tar.gz b/pykeepass-4.1.0.post1.tar.gz new file mode 100644 index 0000000..d88fe8d --- /dev/null +++ b/pykeepass-4.1.0.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f583b0f01fd94059f6597aae48dd4bf58fa9c6e4ee1d8c20ea115a93659674 +size 111587 diff --git a/python-pykeepass.changes b/python-pykeepass.changes index 493511d..9cbc903 100644 --- a/python-pykeepass.changes +++ b/python-pykeepass.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Aug 2 09:07:37 UTC 2024 - Atri Bhattacharya + +- Update to version 4.1.0.post1: + * [gh#libkeepass/pykeepass#389] add PyKeePassdatabase_name and + database_description + * [gh#libkeepass/pykeepass#390] fix pkg_resources dependency + issue + * [gh#libkeepass/pykeepass#391] Entry.tags returns empty list + instead of None + * [gh#libkeepass/pykeepass#395] set 'encoding' attribute when + exporting as XML + * [gh#libkeepass/pykeepass#383] parse datetimes using isoformat + instead of strptime + ------------------------------------------------------------------- Sun Apr 14 10:04:52 UTC 2024 - Atri Bhattacharya diff --git a/python-pykeepass.spec b/python-pykeepass.spec index 379f22f..1036151 100644 --- a/python-pykeepass.spec +++ b/python-pykeepass.spec @@ -16,15 +16,13 @@ # -%define ghtag 4.0.7-post1 -%define mod_ver 4.0.7 Name: python-pykeepass -Version: %{mod_ver}.post1 +Version: 4.1.0.post1 Release: 0 Summary: Low-level library to interact with keepass databases License: GPL-3.0-only URL: https://github.com/libkeepass/pykeepass -Source: https://github.com/libkeepass/pykeepass/archive/refs/tags/v%{ghtag}.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 pip} BuildRequires: %{python_module pyotp} @@ -50,7 +48,7 @@ BuildRequires: %{python_module pytest} This library allows you to write entries to a KeePass database %prep -%autosetup -p1 -n pykeepass-%{ghtag} +%autosetup -p1 -n pykeepass-%{version} sed -i '1{/^#!.*env python/d}' pykeepass/{pykeepass,deprecated,kdbx_parsing/kdbx*}.py %build @@ -69,6 +67,6 @@ export PYTHONDONTWRITEBYTECODE=1 %license LICENSE %doc README.rst %{python_sitelib}/pykeepass/ -%{python_sitelib}/pykeepass-%{mod_ver}.dist-info/ +%{python_sitelib}/pykeepass-%{version}.dist-info/ %changelog