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..be570795e18a7358a69a3cd09f62630a8437e94e 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-0.4.7 %build %py3_build @@ -67,5 +67,32 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 28 2024 zhangyulong - 0.4.7-1 +- Update package version to 0.4.7 + -SDSS DR18 implementation sdss + -Fix int dtype comparison goes wrong linelists.cdms on Windows with astropy 6.1 bug cdms + -Astroquery's CASDA query for RACS-MID DR1 cutout images casda question + -Add documentation to ESA Herschel website about existence of Astroquery Documentation esa.hsa Upstream + -Fix indexError when trying to use "special access" ESO archive query ("cas" url) eso + -Issue changing configuration at runtime + -Fix connection timed outwhile using astroquery.gaia gaia Upstream + -Fix IRSA query_region fails when using columns keyword question + -Enabling 'extra_precision' for ephemeris with refraction results in KeyError jplhorizons + -Fix SkyView Overlay Options not working skyview + -The number of links returned from gaia.Fix load data does not match the number of ids passed in gaia question + -Fix Cparser Error When Utilizing astroquery.sdss query_region bug sdss + -Fix AttributeError: 'VizierClass' object has no attribute 'get_catalog_metadata' question vizier + -Fix DALQueryError when trying to query ObsCore table alma bug Upstream + -Update PyVO dependency alma infrastructure + -NIST: Fetch statistical weight (g) from NIST ASD nist + -Fix bug: lots of astropy.io.ascii.core.InconsistentTableError in remote tests bug + -Fix quantity error in SkyView.get_images() with width and height duplicate skyview + -ENH: have a way to list collections for query_sia ipac.irsa + -Fix bug: 404 statuses from OAC bug oac Upstream + -Fix Problem with astroquery in docker container cache + -MAINT: cleanup ErfaWarning usage cleanup + -About limits on Astroquery NIST bug duplicate nist + -TapPlus parse simbad fail with non ascii char simbad Upstream + * Thu Jul 16 2020 Python_Bot - Package Spec generated