diff --git a/python-tinydb.spec b/python-tinydb.spec index 472f07c49d8b2ac124b792d18edb699b84a28128..f35d63e00f7c31f8864baf94cd67046b5dc08c44 100644 --- a/python-tinydb.spec +++ b/python-tinydb.spec @@ -1,23 +1,22 @@ %global _empty_manifest_terminate_build 0 Name: python-tinydb -Version: 4.7.0 +Version: 4.7.1 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/77/b3/2ab727ab4062800731c2e4d773358c6c25f8d630affa3e3ccdb21dc40d68/tinydb-4.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/32/ed/78f24df0fec08f0fb92fc4b4758adcab780660caa8c3f94c2e175eb7e2ba/tinydb-4.7.1.tar.gz BuildArch: noarch -Requires: python3-typing-extensions - %description TinyDB is a lightweight document oriented database optimized for your happiness %package -n python3-tinydb Summary: TinyDB is a tiny, document oriented database optimized for your happiness -Provides: python-tinydb +Provides: python-tinydb = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-typing-extensions %description -n python3-tinydb TinyDB is a lightweight document oriented database optimized for your happiness @@ -40,6 +39,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -68,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Feb 24 2023 wangjunqi - 4.7.1-1 +- Update package to version 4.7.1 + * Fri Oct 28 2022 wangjunqi - 4.7.0-1 - Update package to version 4.7.0 diff --git a/tinydb-4.7.0.tar.gz b/tinydb-4.7.0.tar.gz deleted file mode 100644 index bf0aec3774ceae2d9a973e03af655afd186e1f96..0000000000000000000000000000000000000000 Binary files a/tinydb-4.7.0.tar.gz and /dev/null differ diff --git a/tinydb-4.7.1.tar.gz b/tinydb-4.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..37097a5521474498c585bf8f49013cc131fa911d Binary files /dev/null and b/tinydb-4.7.1.tar.gz differ