From 58d3b66696884c347f2dd0ca0314062351cc93bc Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Fri, 23 May 2025 16:19:46 +0800 Subject: [PATCH] Rebuilt for loongarch64 --- python-hypothesis.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 65f20ef..d781348 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,7 +1,7 @@ Summary: Library for property based testing Name: python-hypothesis Version: 6.104.2 -Release: 1%{?dist} +Release: 2%{?dist} License: MPLv2.0 URL: https://github.com/HypothesisWorks/hypothesis Source0: %{url}/archive/hypothesis-python-%{version}/hypothesis-%{version}.tar.gz @@ -241,6 +241,9 @@ sed -i -e '/sphinx_codeautolink/d' docs/conf.py %changelog +* Fri May 23 2025 bbrucezhang - 6.104.2-2 +- Rebuilt for loongarch64 + * Tue May 20 2025 Upgrade Robot - 6.104.2-1 - Upgrade to version 6.104.2 -- Gitee