python-hypothesis/python-hypothesis.spec
2023-06-25 16:05:13 +08:00

74 lines
2.2 KiB
RPMSpec

%{?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