!2 Update to 2.0.6

From: @kylin-qiaojijun 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-09-16 07:43:20 +00:00 committed by Gitee
commit 859e0ea624
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
minidb-2.0.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-minidb Name: python-minidb
Version: 2.0.4 Version: 2.0.6
Release: 1 Release: 1
Summary: A simple SQLite3-based store for Python objects Summary: A simple SQLite3-based store for Python objects
License: ISC License: ISC
URL: http://thp.io/2010/minidb/ 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 BuildArch: noarch
@ -27,7 +27,7 @@ Provides: python3-minidb-doc
%prep %prep
%autosetup -n minidb-2.0.4 %autosetup -n minidb-2.0.6
%build %build
%py3_build %py3_build
@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Sep 14 2022 Qiao Jijun <qiaojijun@kylinos.cn> - 2.0.6-1
- Update to 2.0.6
* Sat Mar 27 2021 Python_Bot <Python_Bot@openeuler.org> * Sat Mar 27 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated