diff --git a/python-tinydb.spec b/python-tinydb.spec index 5f4060ce0f87ac9b5c2afecb7e6bd609405dcac7..472f07c49d8b2ac124b792d18edb699b84a28128 100644 --- a/python-tinydb.spec +++ b/python-tinydb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tinydb -Version: 4.5.1 +Version: 4.7.0 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/42/17/5c81cdaea6afd396cef72776b7e31c26bc1482086979f758dd25cb6a79f0/tinydb-4.5.1.tar.gz +Source0: https://files.pythonhosted.org/packages/77/b3/2ab727ab4062800731c2e4d773358c6c25f8d630affa3e3ccdb21dc40d68/tinydb-4.7.0.tar.gz BuildArch: noarch Requires: python3-typing-extensions @@ -28,7 +28,7 @@ Provides: python3-tinydb-doc TinyDB is a lightweight document oriented database optimized for your happiness %prep -%autosetup -n tinydb-4.5.1 +%autosetup -n tinydb-%{version} %build %py3_build @@ -68,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 28 2022 wangjunqi - 4.7.0-1 +- Update package to version 4.7.0 + * Wed Sep 22 2021 Python_Bot - 4.5.1-1 - Package Init diff --git a/tinydb-4.5.1.tar.gz b/tinydb-4.5.1.tar.gz deleted file mode 100644 index b1867fe2dccfd5b5e7ed1b5700efb7fde98ebf67..0000000000000000000000000000000000000000 Binary files a/tinydb-4.5.1.tar.gz and /dev/null differ diff --git a/tinydb-4.7.0.tar.gz b/tinydb-4.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bf0aec3774ceae2d9a973e03af655afd186e1f96 Binary files /dev/null and b/tinydb-4.7.0.tar.gz differ