diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 09:04:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 09:04:07 +0000 |
commit | 4fbe1dadaf2d0ec284542017883fe4c42441601a (patch) | |
tree | 5a2515d36586c9041aa7e5366895920fd0fa56e8 | |
parent | b22ec5e5ff4dd7826365c9d7591116b7b2f6f5ef (diff) |
automatic import of python-rainflowopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-rainflow.spec | 15 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 9 deletions
@@ -1 +1,2 @@ /rainflow-3.1.1.tar.gz +/rainflow-3.2.0.tar.gz 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 [](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 [](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 [](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 @@ -1 +1 @@ -4d3ff4ea2b88eaa2eb2da22535931f8f rainflow-3.1.1.tar.gz +26d69445abd140463959dba7ce7bcaad rainflow-3.2.0.tar.gz |