diff --git a/minidb-2.0.4.tar.gz b/minidb-2.0.4.tar.gz deleted file mode 100644 index 3992213..0000000 Binary files a/minidb-2.0.4.tar.gz and /dev/null differ diff --git a/minidb-2.0.6.tar.gz b/minidb-2.0.6.tar.gz new file mode 100644 index 0000000..a51479f Binary files /dev/null and b/minidb-2.0.6.tar.gz differ diff --git a/python-minidb.spec b/python-minidb.spec index 7f95855..bb8c6fb 100644 --- a/python-minidb.spec +++ b/python-minidb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-minidb -Version: 2.0.4 +Version: 2.0.6 Release: 1 Summary: A simple SQLite3-based store for Python objects License: ISC URL: http://thp.io/2010/minidb/ -Source0: https://files.pythonhosted.org/packages/84/e0/71c8cdd7c851f1ceefc4d11562cb7f311023cb7af9ad3bacb0cce638c838/minidb-2.0.4.tar.gz +Source0: https://files.pythonhosted.org/packages/21/75/2356bd4dcc48a8af77b0d2ded8984ceba5e4c71f67e9734ec9e378467ebd/minidb-2.0.6.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-minidb-doc %prep -%autosetup -n minidb-2.0.4 +%autosetup -n minidb-2.0.6 %build %py3_build @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 14 2022 Qiao Jijun - 2.0.6-1 +- Update to 2.0.6 + * Sat Mar 27 2021 Python_Bot - Package Spec generated