|
|
|
@ -8,11 +8,11 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
%bcond docs %{undefined rhel}
|
|
|
|
|
%bcond docs
|
|
|
|
|
|
|
|
|
|
Name: python-mpmath
|
|
|
|
|
Version: 1.3.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Release: %autorelease.1
|
|
|
|
|
Summary: A pure Python library for multiprecision floating-point arithmetic
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
|
URL: https://mpmath.org
|
|
|
|
@ -133,6 +133,9 @@ xvfb-run -a pytest-3 -v
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 06 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.0-10.1
|
|
|
|
|
- Enable docs
|
|
|
|
|
|
|
|
|
|
* Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.0-10
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|