diff --git a/pykeepass-4.0.6.tar.gz b/pykeepass-4.0.6.tar.gz deleted file mode 100644 index fbde127298617ab400e2f57490ff9399ad43d46a..0000000000000000000000000000000000000000 Binary files a/pykeepass-4.0.6.tar.gz and /dev/null differ diff --git a/pykeepass-4.1.0.post1.tar.gz b/pykeepass-4.1.0.post1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..653f973d1f3c62dcacb79977b40fea31f6fe6cbc Binary files /dev/null and b/pykeepass-4.1.0.post1.tar.gz differ diff --git a/python-pykeepass.spec b/python-pykeepass.spec index 9cdb09d26aa313d98ec5a2d261e44a55a914f841..fb6e780c9e80ce7f955e48aa17e73b67601f1e6b 100644 --- a/python-pykeepass.spec +++ b/python-pykeepass.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pykeepass -Version: 4.0.6 +Version: 4.1.0 Release: 1 Summary: Python library to interact with keepass databases (supports KDBX3 and KDBX4) License: GPL3 URL: https://github.com/libkeepass/pykeepass -Source0: https://files.pythonhosted.org/packages/da/fc/c18840739e2a3b0cac6d2adeda6518f3336cc7b7db52bf5ebb7c37497a12/pykeepass-4.0.6.tar.gz +Source0: https://files.pythonhosted.org/packages/aa/0d/59c20825f1562ece14c309736c8ec75c18c039d41516e78f802dac4a96df/pykeepass-4.1.0.post1.tar.gz BuildArch: noarch %description @@ -16,6 +16,8 @@ Summary: Python library to interact with keepass databases (supports KDBX3 and K Provides: python-pykeepass = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-wheel +BuildRequires: python3-pip %description -n python3-pykeepass Python library to interact with keepass databases (supports KDBX3 and KDBX4) @@ -26,13 +28,13 @@ Provides: python3-pykeepass-doc Python library to interact with keepass databases (supports KDBX3 and KDBX4) %prep -%autosetup -n pykeepass-%{version} +%autosetup -n pykeepass-%{version}.post1 %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -61,11 +63,18 @@ mv %{buildroot}/doclist.lst . %files -n python3-pykeepass -f filelist.lst %dir %{python3_sitelib}/* +%{python3_sitelib}/pykeepass/__pycache__/*.pyc +%{python3_sitelib}/pykeepass/kdbx_parsing/__pycache__/*.pyc %files help -f doclist.lst %{_docdir}/* %changelog +* Thu Nov 21 2024 dongjiao - 4.1.0-1 +- Update package to version 4.1.0 + - drop dateutil dependency + - Fix some bugs and add new features + * Wed Oct 25 2023 jiangxinyu - 4.0.6-1 - Update package to version 4.0.6