!3 Update package

From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-11-22 05:46:18 +00:00 committed by Gitee
commit c27e91e727
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 7 deletions

Binary file not shown.

BIN
minidb-2.0.7.tar.gz Normal file

Binary file not shown.

View File

@ -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 <wangjunqi@kylinos.cn> - 2.0.7-1
- Update package to version 2.0.7
* Wed Sep 14 2022 Qiao Jijun <qiaojijun@kylinos.cn> - 2.0.6-1
- Update to 2.0.6