From 52ab6e6367803004ec0bb56787f23c86e5a3f7c9 Mon Sep 17 00:00:00 2001 From: kianli Date: Mon, 25 Sep 2023 15:34:00 +0800 Subject: [PATCH] Upgrade to 6.82.7 Signed-off-by: kianli --- python-hypothesis.spec | 11 ++++++----- sources | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index e45d110..3fdd9c1 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,7 +1,7 @@ Summary: Library for property based testing Name: python-hypothesis -Version: 6.47.1 -Release: 4%{?dist} +Version: 6.82.7 +Release: 1%{?dist} License: MPLv2.0 URL: https://github.com/HypothesisWorks/hypothesis Source0: %{url}/archive/hypothesis-python-%{version}/hypothesis-%{version}.tar.gz @@ -49,18 +49,19 @@ sed -i -e '/sphinx_codeautolink/d' docs/conf.py %install %pyproject_install -%pyproject_save_files hypothesis +%pyproject_save_files hypothesis '_hypothesis_*' %files -n python3-hypothesis -f %{pyproject_files} %license ../LICENSE.txt %doc README.rst -%{python3_sitelib}/_hypothesis_pytestplugin.py -%{python3_sitelib}/__pycache__/_hypothesis_pytestplugin*.pyc %{_bindir}/hypothesis %changelog +* Mon Sep 25 2023 kianli - 6.82.7-1 +- Upgrade to 6.82.7 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 6.47.1-4 - Rebuilt for python 3.11 diff --git a/sources b/sources index 4766634..29120db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (hypothesis-6.47.1.tar.gz) = 1aea9f949242d3a273584cd92e1829654d6ce385efcd631b412374f1f9252d3b759b8e216aaa9a49e26e0c3b12673348eac79d0189881f6a811f11daf14b0873 +SHA512 (hypothesis-6.82.7.tar.gz) = b26d459a1b7c5f363830b20d4787f3e7bbac647eb82b94d8d02be3337f77707c6c4de1676b5fb0fabb049b0becab1a73191967ee435cbc096f797fca8cfb0a01 -- Gitee