diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:08:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:08:27 +0000 |
| commit | 2c1620f2c70ee2eb4656a259b6a7c7f7bad0390b (patch) | |
| tree | 484bcef02b32c1f9e069cb24369f64d8c1e7bc16 | |
| parent | c27bf276728b2a21025af78c5b8c675c87d82df0 (diff) | |
automatic import of python-chime-frb-apiopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-chime-frb-api.spec | 19 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 10 deletions
@@ -1 +1,2 @@ /chime_frb_api-3.1.0.tar.gz +/chime_frb_api-3.2.1.tar.gz diff --git a/python-chime-frb-api.spec b/python-chime-frb-api.spec index b17edc4..de64900 100644 --- a/python-chime-frb-api.spec +++ b/python-chime-frb-api.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-chime-frb-api -Version: 3.1.0 +Version: 3.2.1 Release: 1 Summary: CHIME/FRB API License: MIT URL: https://github.com/CHIMEFRB/frb-api -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c1/4b/4a31cb054cefb021cd74d06371ebb1e07a3b317b6ba323fd437e023b863f/chime_frb_api-3.1.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5f/b5/4deabdb313e796a856508b451c85431348cc32c9187577a458471a106e08/chime_frb_api-3.2.1.tar.gz BuildArch: noarch Requires: python3-pyjwt @@ -21,6 +21,7 @@ Requires: python3-pytkdocs[numpy-style] Requires: python3-mkdocstrings-python Requires: python3-logging-loki Requires: python3-mergedeep +Requires: python3-pyyaml %description `chime-frb-api` is a python library to access CHIME/FRB backend. This library enables you interact with resources such as databases, event headers, calibration products, cluster jobs etc. @@ -80,7 +81,7 @@ poetry add chime-frb-api For further reading, please refer to the [documentation](https://chimefrb.github.io/frb-api/). %prep -%autosetup -n chime-frb-api-3.1.0 +%autosetup -n chime_frb_api-3.2.1 %build %py3_build @@ -94,20 +95,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -120,5 +121,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.1-1 - Package Spec generated @@ -1 +1 @@ -606d34a45f59de70dc5b3deb49c21cb0 chime_frb_api-3.1.0.tar.gz +0d040e336cebcc56692ba799a67c0e02 chime_frb_api-3.2.1.tar.gz |
