diff options
Diffstat (limited to 'python-photutils.spec')
-rw-r--r-- | python-photutils.spec | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/python-photutils.spec b/python-photutils.spec index 080fd08..8251f18 100644 --- a/python-photutils.spec +++ b/python-photutils.spec @@ -1,13 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-photutils -Version: 1.6.0 +Version: 1.7.0 Release: 1 Summary: An Astropy package for source detection and photometry License: BSD-3-Clause URL: https://github.com/astropy/photutils -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/69/0a/e49dc364e4a9993ab4bae667d3d8f4de6af838894f7ccdcb79b35d652d4c/photutils-1.6.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/73/ae1af70d6c4b254e0f0b35aa2b5ec9cf851310dd7139788c41abb55ee473/photutils-1.7.0.tar.gz -Requires: python3-setuptools Requires: python3-numpy Requires: python3-astropy Requires: python3-scipy @@ -17,13 +16,17 @@ Requires: python3-scikit-learn Requires: python3-gwcs Requires: python3-bottleneck Requires: python3-tqdm -Requires: python3-scipy +Requires: python3-rasterio +Requires: python3-shapely Requires: python3-sphinx Requires: python3-sphinx-astropy +Requires: python3-scipy Requires: python3-matplotlib Requires: python3-scikit-image Requires: python3-scikit-learn Requires: python3-gwcs +Requires: python3-rasterio +Requires: python3-shapely Requires: python3-pytest-astropy %description @@ -48,7 +51,7 @@ Provides: python3-photutils-doc %prep -%autosetup -n photutils-1.6.0 +%autosetup -n photutils-1.7.0 %build %py3_build @@ -88,5 +91,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.0-1 - Package Spec generated |