1 Star 0 Fork 8

konglidong/python-tinydb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-tinydb.spec 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
konglidong 提交于 2023-12-12 11:19 . update version to 4.8.0
%global _empty_manifest_terminate_build 0
Name: python-tinydb
Version: 4.8.0
Release: 1
Summary: TinyDB is a tiny, document oriented database optimized for your happiness
License: MIT
URL: https://github.com/msiemens/tinydb
Source0: https://files.pythonhosted.org/packages/30/0b/9e75a8d3333a6a3d9b36de04bf87a37a8d7f100035ea23c9c37bf0a112ab/tinydb-4.8.0.tar.gz
BuildArch: noarch
%description
TinyDB is a lightweight document oriented database optimized for your happiness
%package -n python3-tinydb
Summary: TinyDB is a tiny, document oriented database optimized for your happiness
Provides: python-tinydb = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools python3-pip python3-wheel python3-flit
Requires: python3-typing-extensions
%description -n python3-tinydb
TinyDB is a lightweight document oriented database optimized for your happiness
%package help
Summary: Development documents and examples for tinydb
Provides: python3-tinydb-doc
%description help
TinyDB is a lightweight document oriented database optimized for your happiness
%prep
%autosetup -n tinydb-%{version}
%build
%pyproject_build
%install
%pyproject_install tinydb==%{version}
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-tinydb
%dir %{python3_sitelib}/*
%files help
%{_docdir}/*
%changelog
* Tue Dec 12 2023 konglidong <konglidong@uniontech.com> - 4.8.0-1
- update version to 4.8.0
* Fri Feb 24 2023 wangjunqi <wangjunqi@kylinos.cn> - 4.7.1-1
- Update package to version 4.7.1
* Fri Oct 28 2022 wangjunqi <wangjunqi@kylinos.cn> - 4.7.0-1
- Update package to version 4.7.0
* Wed Sep 22 2021 Python_Bot <Python_Bot@openeuler.org> - 4.5.1-1
- Package Init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/konglidong/python-tinydb.git
git@gitee.com:konglidong/python-tinydb.git
konglidong
python-tinydb
python-tinydb
master

搜索帮助