update version to 2.0.7

This commit is contained in:
Wangjunqi123 2022-11-21 11:28:26 +08:00
parent 859e0ea624
commit 6de9507210
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 %global _empty_manifest_terminate_build 0
Name: python-minidb Name: python-minidb
Version: 2.0.6 Version: 2.0.7
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/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 BuildArch: noarch
%description %description
Store Python objects in SQLite 3. Concise, pythonic API. Fun to use.
%package -n python3-minidb %package -n python3-minidb
Summary: A simple SQLite3-based store for Python objects Summary: A simple SQLite3-based store for Python objects
Provides: python-minidb Provides: python-minidb = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-minidb %description -n python3-minidb
Store Python objects in SQLite 3. Concise, pythonic API. Fun to use.
%package help %package help
Summary: Development documents and examples for minidb Summary: Development documents and examples for minidb
Provides: python3-minidb-doc Provides: python3-minidb-doc
%description help %description help
Store Python objects in SQLite 3. Concise, pythonic API. Fun to use.
%prep %prep
%autosetup -n minidb-2.0.6 %autosetup -n minidb-%{version}
%build %build
%py3_build %py3_build
@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Wed Sep 14 2022 Qiao Jijun <qiaojijun@kylinos.cn> - 2.0.6-1
- Update to 2.0.6 - Update to 2.0.6