summaryrefslogtreecommitdiff
path: root/python-rainflow.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-rainflow.spec')
-rw-r--r--python-rainflow.spec15
1 files changed, 7 insertions, 8 deletions
diff --git a/python-rainflow.spec b/python-rainflow.spec
index bf008c5..ded9f13 100644
--- a/python-rainflow.spec
+++ b/python-rainflow.spec
@@ -1,19 +1,18 @@
%global _empty_manifest_terminate_build 0
Name: python-rainflow
-Version: 3.1.1
+Version: 3.2.0
Release: 1
Summary: Implementation of ASTM E1049-85 rainflow cycle counting algorithm
License: MIT
URL: https://github.com/iamlikeme/rainflow
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c8/ff/06f976f64918a8fa1768ba86bf5a6000ff601b409711ffa52daec531bf23/rainflow-3.1.1.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/59/57218a5eba4772d1422fe67d37aa3840f80b7bb2b360153d25484f2d32af/rainflow-3.2.0.tar.gz
BuildArch: noarch
-Requires: python3-importlib_metadata
%description
[![Test rainflow](https://github.com/iamlikeme/rainflow/actions/workflows/tests.yml/badge.svg)](https://github.com/iamlikeme/rainflow/actions/workflows/tests.yml)
`rainflow` is a Python implementation of the ASTM E1049-85 rainflow cycle counting
-algorythm for fatigue analysis. Supports both Python 2 and 3.
+algorythm for fatigue analysis.
%package -n python3-rainflow
Summary: Implementation of ASTM E1049-85 rainflow cycle counting algorithm
@@ -24,7 +23,7 @@ BuildRequires: python3-pip
%description -n python3-rainflow
[![Test rainflow](https://github.com/iamlikeme/rainflow/actions/workflows/tests.yml/badge.svg)](https://github.com/iamlikeme/rainflow/actions/workflows/tests.yml)
`rainflow` is a Python implementation of the ASTM E1049-85 rainflow cycle counting
-algorythm for fatigue analysis. Supports both Python 2 and 3.
+algorythm for fatigue analysis.
%package help
Summary: Development documents and examples for rainflow
@@ -32,10 +31,10 @@ Provides: python3-rainflow-doc
%description help
[![Test rainflow](https://github.com/iamlikeme/rainflow/actions/workflows/tests.yml/badge.svg)](https://github.com/iamlikeme/rainflow/actions/workflows/tests.yml)
`rainflow` is a Python implementation of the ASTM E1049-85 rainflow cycle counting
-algorythm for fatigue analysis. Supports both Python 2 and 3.
+algorythm for fatigue analysis.
%prep
-%autosetup -n rainflow-3.1.1
+%autosetup -n rainflow-3.2.0
%build
%py3_build
@@ -75,5 +74,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.1-1
+* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.0-1
- Package Spec generated