diff --git a/astroquery-0.4.1.tar.gz b/astroquery-0.4.7.tar.gz similarity index 46% rename from astroquery-0.4.1.tar.gz rename to astroquery-0.4.7.tar.gz index 85cdbc540d95e0eaff0173feebc771534d17ce52..8b440545026a91ffc7928dfcd0ad387643005693 100644 Binary files a/astroquery-0.4.1.tar.gz and b/astroquery-0.4.7.tar.gz differ diff --git a/python-astroquery.spec b/python-astroquery.spec index 87649b7da08926b54d8dfd722609766115f6109e..8f7677d649a8383c57b54571480a90e6d231563b 100644 --- a/python-astroquery.spec +++ b/python-astroquery.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-astroquery -Version: 0.4.1 +Version: 0.4.7 Release: 1 Summary: Functions and classes to access online astronomical data resources License: BSD URL: http://astropy.org/astroquery -Source0: https://files.pythonhosted.org/packages/1b/f8/4690523783691ed816b3469c3ec611af3798594d37ade510dd918d59f57e/astroquery-0.4.1.tar.gz +Source0: https://files.pythonhosted.org/packages/8f/0e/56d62ba2319d5ce5f7aaf663503a7ee65a9d688685ee5250cef81d363fa4/astroquery-0.4.7.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-astroquery-doc Functions and classes to access online astronomical data resources %prep -%autosetup -n astroquery-0.4.1 +%autosetup -n astroquery-%{version} %build %py3_build @@ -67,5 +67,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 02 2024 Hann - 0.4.7-1 +- Update package to version 0.4.7-1 +- Fixed failing test in HEASARC module, adding local test data +- Fix atomic caching infinite loop + * Thu Jul 16 2020 Python_Bot - Package Spec generated