Ai 114 Star 0 Fork 25

src-openEuler/python-hypothesis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-hypothesis.spec 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
desert-sailor 提交于 2023-06-18 09:31 +08:00 . Upgrade to version 6.79.0
%{?python_enable_dependency_generator}
Name: python-hypothesis
Version: 6.79.0
Release: 1
Summary: based testing for python code
License: MPLv2.0
URL: https://github.com/HypothesisWorks/hypothesis
Source0: %{url}/archive/hypothesis-python-%{version}/hypothesis-%{version}.tar.gz
BuildRequires: python-sphinx
BuildArch: noarch
%description
This package provides a library called hypothesis for testing Python code,
which has more examples and is based on the Haskell library, Quickcheck,
which is used to integrate directly into your existing Python unit testing work.
%package -n python3-hypothesis
Summary: based testing for python code
%{?python_provide:%python_provide python3-hypothesis}
Obsoletes: platform-python-hypothesis < %{version}-%{release}
BuildRequires: python3-devel python3-setuptools python3dist(attrs)
%description -n python3-hypothesis
This package provides a library called hypothesis for testing Python code,
which has more examples and is based on the Haskell library, Quickcheck,
which is used to integrate directly into your existing Python unit testing work.
Python 3 version.
%package help
Summary: help document for the python-hypothesis
%description help
Help document for the python-hypothesis
%prep
%autosetup -n hypothesis-%{version} -p1
%build
%py3_build
%install
%py3_install
%files help
%doc README.rst
%files -n python3-hypothesis
%license LICENSE.txt
%{python3_sitelib}/_hypothesis_*.py
%{python3_sitelib}/__pycache__/_hypothesis_*.pyc
%{_bindir}/hypothesis
%{python3_sitelib}/hypothesis-*.egg-info
%{python3_sitelib}/hypothesis/
%changelog
* Sun Jun 18 2023 Dongxing Wang <dxwangk@isoftstone.com> - 6.79.0-1
- Upgrade package to version 6.79.0
* Thu Jul 7 2022 wulei <wulei80@h-partners.com> - 6.47.0-1
- Upgrade to 6.47.0
* Tue Mar 2 2021 lingsheng<lingsheng@huawei.com> - 5.20.3-2
- Disable Sphinx extensions that require Internet access
* Sat Aug 8 2020 tianwei<tianwei12@huawei.com> - 5.20.3-1
- update release to 5.20.3
* Wed Jun 24 2020 lingsheng<lingsheng@huawei.com> - 3.66.11-3
- Add support for positional only arguments
* Thu Nov 28 2019 likexin<likexin4@huawei.com> - 3.66.11-2
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-hypothesis.git
git@gitee.com:src-openeuler/python-hypothesis.git
src-openeuler
python-hypothesis
python-hypothesis
openEuler-23.09

搜索帮助