summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:05:33 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:05:33 +0000
commit96b1ed9a270613ec723ad6d3f4205c7695f22883 (patch)
tree79180eaa8587e007af07317bf70891690e31a9dc
parentbb42d955927119a3ee7ab6d7eacae516663be84b (diff)
automatic import of python-pyuvdataopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pyuvdata.spec22
-rw-r--r--sources2
3 files changed, 15 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index e433390..85b7d55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pyuvdata-2.3.2.tar.gz
+/pyuvdata-2.3.3.tar.gz
diff --git a/python-pyuvdata.spec b/python-pyuvdata.spec
index cd7965d..df919c3 100644
--- a/python-pyuvdata.spec
+++ b/python-pyuvdata.spec
@@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-pyuvdata
-Version: 2.3.2
+Version: 2.3.3
Release: 1
Summary: an interface for astronomical interferometeric datasets in python
License: BSD
URL: https://github.com/RadioAstronomySoftwareGroup/pyuvdata
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d2/b1/284acc6752b9b2f1eadddd469f384a0385610cb78379097b78567215558f/pyuvdata-2.3.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e4/57/7cfebb96a6392121245ebdb0521b212cca043ca206776593f9ed61d67088/pyuvdata-2.3.3.tar.gz
Requires: python3-astropy
+Requires: python3-docstring-parser
Requires: python3-h5py
Requires: python3-numpy
Requires: python3-pyerfa
@@ -209,6 +210,7 @@ Note that as of v2.2, `pyuvdata` is only supported on python 3.7+.
Required:
* astropy >= 5.0.4
+* docstring_parser>=0.15
* h5py >= 3.1
* numpy >= 1.20
* pyerfa >= 2.0
@@ -488,6 +490,7 @@ Note that as of v2.2, `pyuvdata` is only supported on python 3.7+.
Required:
* astropy >= 5.0.4
+* docstring_parser>=0.15
* h5py >= 3.1
* numpy >= 1.20
* pyerfa >= 2.0
@@ -761,6 +764,7 @@ Note that as of v2.2, `pyuvdata` is only supported on python 3.7+.
Required:
* astropy >= 5.0.4
+* docstring_parser>=0.15
* h5py >= 3.1
* numpy >= 1.20
* pyerfa >= 2.0
@@ -887,7 +891,7 @@ Support for pyuvdata was provided by NSF awards #1835421 and #1835120.
%prep
-%autosetup -n pyuvdata-2.3.2
+%autosetup -n pyuvdata-2.3.3
%build
%py3_build
@@ -901,20 +905,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 .
@@ -927,5 +931,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.3-1
- Package Spec generated
diff --git a/sources b/sources
index bcaefa8..92419b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d8613c3e871d084f42dfd708891747d pyuvdata-2.3.2.tar.gz
+8414081acfc35c70e38873e657dda760 pyuvdata-2.3.3.tar.gz