From 2c1620f2c70ee2eb4656a259b6a7c7f7bad0390b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 09:08:27 +0000 Subject: automatic import of python-chime-frb-api --- python-chime-frb-api.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'python-chime-frb-api.spec') 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 - 3.1.0-1 +* Thu Jun 08 2023 Python_Bot - 3.2.1-1 - Package Spec generated -- cgit v1.2.3