update version to 2.0.7
This commit is contained in:
parent
859e0ea624
commit
6de9507210
Binary file not shown.
BIN
minidb-2.0.7.tar.gz
Normal file
BIN
minidb-2.0.7.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user