diff --git a/minidb-2.0.6.tar.gz b/minidb-2.0.6.tar.gz deleted file mode 100644 index a51479f..0000000 Binary files a/minidb-2.0.6.tar.gz and /dev/null differ diff --git a/minidb-2.0.7.tar.gz b/minidb-2.0.7.tar.gz new file mode 100644 index 0000000..a224235 Binary files /dev/null and b/minidb-2.0.7.tar.gz differ diff --git a/python-minidb.spec b/python-minidb.spec index bb8c6fb..b30cbe9 100644 --- a/python-minidb.spec +++ b/python-minidb.spec @@ -1,33 +1,33 @@ %global _empty_manifest_terminate_build 0 Name: python-minidb -Version: 2.0.6 +Version: 2.0.7 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/21/75/2356bd4dcc48a8af77b0d2ded8984ceba5e4c71f67e9734ec9e378467ebd/minidb-2.0.6.tar.gz +Source0: https://files.pythonhosted.org/packages/20/d4/915ac3b905cf33f3a0df5c92619fad66ae2e23cecd8f21dbfa76a9a27133/minidb-2.0.7.tar.gz BuildArch: noarch %description - +Store Python objects in SQLite 3. Concise, pythonic API. Fun to use. %package -n python3-minidb Summary: A simple SQLite3-based store for Python objects -Provides: python-minidb +Provides: python-minidb = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-minidb - +Store Python objects in SQLite 3. Concise, pythonic API. Fun to use. %package help Summary: Development documents and examples for minidb Provides: python3-minidb-doc %description help - +Store Python objects in SQLite 3. Concise, pythonic API. Fun to use. %prep -%autosetup -n minidb-2.0.6 +%autosetup -n minidb-%{version} %build %py3_build @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 21 2022 wangjunqi - 2.0.7-1 +- Update package to version 2.0.7 + * Wed Sep 14 2022 Qiao Jijun - 2.0.6-1 - Update to 2.0.6