diff --git a/python-tinydb.spec b/python-tinydb.spec index 15f7eb688f100dd0556ca7378705183edd08877e..1bd1fc1cf2e57bbe2e0ef44eb1f3c29edda020cd 100644 --- a/python-tinydb.spec +++ b/python-tinydb.spec @@ -1,16 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tinydb -Version: 4.8.0 +Version: 4.8.2 Release: 1 Summary: TinyDB is a tiny, document oriented database optimized for your happiness License: MIT URL: https://github.com/msiemens/tinydb -Source0: https://files.pythonhosted.org/packages/30/0b/9e75a8d3333a6a3d9b36de04bf87a37a8d7f100035ea23c9c37bf0a112ab/tinydb-4.8.0.tar.gz -BuildRequires: python%{python3_pkgversion}-pip -BuildRequires: python%{python3_pkgversion}-wheel -BuildRequires: python%{python3_pkgversion}-hatchling -Buildrequires: python%{python3_pkgversion}-hatch-vcs -Buildrequires: python%{python3_pkgversion}-poetry-core +Source0: https://files.pythonhosted.org/packages/source/t/tinydb/tinydb-%{version}.tar.gz BuildArch: noarch %description @@ -20,7 +15,11 @@ TinyDB is a lightweight document oriented database optimized for your happiness Summary: TinyDB is a tiny, document oriented database optimized for your happiness Provides: python-tinydb = %{version}-%{release} BuildRequires: python3-devel -BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +BuildRequires: python3-hatch-vcs +BuildRequires: python3-poetry-core Requires: python3-typing-extensions %description -n python3-tinydb TinyDB is a lightweight document oriented database optimized for your happiness @@ -55,6 +54,11 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Oct 31 2024 jiangxinyu - 4.8.2-1 +- Update package to version 4.8.2 +- Fix: Make replacing doc_id type work properly + Fix: Correctly update query cache when search results have changed + * Tue Jul 02 2024 zouzhimin - 4.8.0-1 - Update package to version 4.8.0 - Feature: Allow retrieve multiple documents by document ID using Table.get(doc_ids=[...]) diff --git a/tinydb-4.8.0.tar.gz b/tinydb-4.8.0.tar.gz deleted file mode 100644 index 91982fdbee9434b2ddeeac906b6d4d053a689f79..0000000000000000000000000000000000000000 Binary files a/tinydb-4.8.0.tar.gz and /dev/null differ diff --git a/tinydb-4.8.2.tar.gz b/tinydb-4.8.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a50f0ba893958c1ea50b75ba8f908549eaf90699 Binary files /dev/null and b/tinydb-4.8.2.tar.gz differ