diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:15:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:15:18 +0000 |
commit | 5d5e8363fdb56a7d3feb31a463a69eef219f1fdf (patch) | |
tree | d8c507c795fea306228db49274ca3427b68467eb | |
parent | d28098e33ad6c11ff89db664b4255375be5cbccf (diff) |
automatic import of python-fisxopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-fisx.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /fisx-1.2.1.tar.gz +/fisx-1.3.0.tar.gz diff --git a/python-fisx.spec b/python-fisx.spec index ef13123..3cd9cd0 100644 --- a/python-fisx.spec +++ b/python-fisx.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fisx -Version: 1.2.1 +Version: 1.3.0 Release: 1 Summary: Quantitative X-Ray Fluorescence Analysis Support Library License: MIT URL: https://github.com/vasole/fisx -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d9/db/164fc6fad0bad203e9dffb16b2922ca93379b4cbc424f5b5c00b3a70e901/fisx-1.2.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/4b/88712a6f57e4f7e40c9c3595405159ace33513bba477c0e76004513d8217/fisx-1.3.0.tar.gz Requires: python3-numpy @@ -31,7 +31,7 @@ Provides: python3-fisx-doc %prep -%autosetup -n fisx-1.2.1 +%autosetup -n fisx-1.3.0 %build %py3_build @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 - Package Spec generated @@ -1 +1 @@ -7cb1c4454816bf03c55a3d85f5780452 fisx-1.2.1.tar.gz +a5e67497fa93826be2e364fe53a9c6ac fisx-1.3.0.tar.gz |