260f851
%bcond_without check
Orion Poplawski d985b03
Sergio Pascual 4d7e4a9
%global srcname astropy
Sergio Pascual cdfc2ae
260f851
Name: python-%{srcname}
c27e84f
Version: 5.3.2
a55139a
Release: 9%{?dist}
Sergio Pascual cdfc2ae
Summary: A Community Python Library for Astronomy
c27e84f
License: BSD-3-Clause AND CFITSIO
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
URL: http://astropy.org
70c4aaa
Source0: %{pypi_source}
Sergio Pascual cdfc2ae
Source1: astropy-README.dist
Sergio Pascual 25bb6d2
Patch0: python-astropy-system-configobj.patch
260f851
Patch1: python-astropy-system-ply.patch
ee08ddb
# Backport of commit 3727e36ec2473c6a602d57c29cb075e62863c64c
ee08ddb
# https://github.com/astropy/astropy/commit/3727e36ec2473c6a602d57c29cb075e62863c64c
ee08ddb
Patch2: python-astropy-erfa-pv.patch
e46575d
Patch3: python-astropy-ipointer.patch
53066ae
# bundled versions
53066ae
# expat 2.2.9
45c8348
# wcslib 7.12
45c8348
45c8348
# As per https://github.com/astropy/astropy/pull/14311
c27e84f
# cfitsio is not bundled, upstream includes just a few files
c27e84f
# needed for decompresion. cfitsio cannot be unbundled anymore
Sergio Pascual 8cca32e
7abbe45
%global _description %{expand:
7abbe45
The Astropy project is a common effort to develop a single core package
7abbe45
for Astronomy. Major packages such as PyFITS, PyWCS, vo, and asciitable
7abbe45
already merged in, and many more components being worked on. In
7abbe45
particular, we are developing imaging, photometric, and spectroscopic
7abbe45
functionality, as well as frameworks for cosmology, unit handling, and
7abbe45
coordinate transformations.}
7abbe45
7abbe45
%description %_description
Orion Poplawski 2f9c6cd
260f851
%package -n python3-%{srcname}
260f851
Summary: %{summary}
260f851
BuildRequires: gcc
260f851
BuildRequires: python3-devel
53066ae
BuildRequires: expat-devel >= 2.2.9
45c8348
BuildRequires: wcslib-devel >= 7.12
260f851
BuildRequires: %{py3_dist setuptools}
260f851
BuildRequires: %{py3_dist setuptools_scm}
260f851
BuildRequires: %{py3_dist Cython}
260f851
BuildRequires: %{py3_dist jinja2}
260f851
BuildRequires: %{py3_dist numpy}
260f851
BuildRequires: %{py3_dist extension-helpers}
260f851
BuildRequires: %{py3_dist configobj}
260f851
BuildRequires: %{py3_dist ply}
33271cc
BuildRequires: %{py3_dist pyyaml}
33271cc
BuildRequires: %{py3_dist packaging}
260f851
%if %{with check}
260f851
BuildRequires: %{py3_dist pytest}
260f851
BuildRequires: %{py3_dist hypothesis}
260f851
BuildRequires: %{py3_dist pyerfa}
260f851
BuildRequires: %{py3_dist pytest-remotedata}
369fc1f
BuildRequires: %{py3_dist pytest-mpl}
260f851
BuildRequires: %{py3_dist pytest-astropy}
260f851
#
260f851
BuildRequires: %{py3_dist scipy}
260f851
BuildRequires: %{py3_dist matplotlib}
a55139a
# Pandas will drop i686
a55139a
# https://bugzilla.redhat.com/show_bug.cgi?id=2263999
a55139a
%ifnarch %{ix86}
260f851
BuildRequires: %{py3_dist pandas}
a55139a
%endif
260f851
BuildRequires: %{py3_dist h5py}
260f851
BuildRequires: %{py3_dist scikit-image}
2bbea5c
# Not if Fedora
260f851
##BuildRequires: %%{py3_dist asdf}
260f851
%endif
Sergio Pascual 011d3c6
260f851
Requires: %{py3_dist configobj}
260f851
Requires: %{py3_dist ply}
260f851
Provides: bundled(jquery) = 3.11
fbd05d9
260f851
%description -n python3-%{srcname} %_description
Sergio Pascual cdfc2ae
260f851
%package -n python3-%{srcname}-doc
Sergio Pascual cdfc2ae
Summary: Documentation for %{name}, includes full API docs
a55139a
BuildArch: noarch
fbd05d9
260f851
%description -n python3-%{srcname}-doc
Sergio Pascual cdfc2ae
This package contains the full API documentation for %{name}.
Sergio Pascual cdfc2ae
Sergio Pascual 4d7e4a9
%package -n %{srcname}-tools
Sergio Pascual cdfc2ae
Summary: Astropy utility tools
Sergio Pascual cdfc2ae
BuildArch: noarch
260f851
Requires: python3-%{srcname} = %{version}-%{release}
Sergio Pascual cdfc2ae
Sergio Pascual 4d7e4a9
%description -n %{srcname}-tools
7abbe45
Utilities provided by Astropy.
e696a64
Sergio Pascual cdfc2ae
%prep
260f851
%autosetup -n %{srcname}-%{version} -p1
260f851
# To be sure
260f851
rm -rf astropy/extern/configobj
260f851
rm -rf astropy/extern/ply
Orion Poplawski d985b03
rm -rf cextern/expat
Sergio Pascual cdfc2ae
rm -rf cextern/wcslib
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%build
260f851
export ASTROPY_USE_SYSTEM_ALL=1
260f851
# Search for headers in subdirs
45c8348
export CPATH="/usr/include/wcslib"
Orion Poplawski 2f9c6cd
%{py3_build}
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%install
260f851
export ASTROPY_USE_SYSTEM_ALL=1
260f851
# Search for headers in subdirs
45c8348
export CPATH="/usr/include/wcslib"
Orion Poplawski 2f9c6cd
%{py3_install}
Sergio Pascual cdfc2ae
260f851
%if %{with check}
Sergio Pascual cdfc2ae
%check
c8b6fbe
export PYTEST_ADDOPTS='-p no:cacheprovider'
c27e84f
# https://github.com/astropy/astropy/issues/15238
b30c893
pytest_args=(
369fc1f
%ifarch i686
e2d6c85
 --deselect "astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[TRFLSQFitter-BrokenPowerLaw1D-test_parameters22]"
14aaaa5
%endif
fef6c7b
%ifarch aarch64
fef6c7b
 --deselect "astropy/modeling/tests/test_quantities_fitting.py::test_fitting_with_initial_values[DogBoxLSQFitter]"
fef6c7b
 --deselect astropy/wcs/tests/test_tabprm.py::test_tabprm_print
fef6c7b
%endif
9da11d4
%ifarch riscv64
9da11d4
 --deselect astropy/units/tests/test_structured_erfa_ufuncs.py::TestPVUfuncs::test_pvstar
9da11d4
%endif
c27e84f
 --deselect astropy/io/votable/tests/vo_test.py::test_gzip_filehandles
c27e84f
 --deselect astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_all_something_wrong
c27e84f
 --deselect astropy/table/tests/test_table.py::test_table_attribute_fail
b30c893
)
b30c893
369fc1f
cp conftest.py %{buildroot}/%{python3_sitearch}
b30c893
pushd %{buildroot}/%{python3_sitearch}
37fab01
  %{pytest} "${pytest_args[@]}"  --hypothesis-profile="ci" 
260f851
  # remove hypothesis dir
260f851
  rm -rf .hypothesis
369fc1f
  rm conftest.py
70c4aaa
popd
e696a64
%endif
Sergio Pascual cdfc2ae
Sergio Pascual 4d7e4a9
%files -n %{srcname}-tools
Sergio Pascual cdfc2ae
%{_bindir}/*
Sergio Pascual cdfc2ae
260f851
%files -n python3-%{srcname}
260f851
%doc README.rst
326bf08
%license LICENSE.rst
260f851
%{python3_sitearch}/%{srcname}/
260f851
%{python3_sitearch}/%{srcname}-*.egg-info
Sergio Pascual cdfc2ae
260f851
%files -n python3-%{srcname}-doc
260f851
%doc README.rst 
45c8348
%license LICENSE.rst cextern/cfitsio/License.txt
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%changelog
a55139a
* Wed Mar 06 2024 Sandro <devel@penguinpee.nl> - 5.3.2-9
a55139a
- Drop dependency on pandas for i686
a55139a
- Make doc subpackage noarch
a55139a
9da11d4
* Wed Feb 21 2024 Songsong Zhang <U2FsdGVkX1@gmail.com> - 5.3.2-8
9da11d4
- Add riscv64 support
9da11d4
e46575d
* Sat Feb 03 2024 Sergio Pascual <sergiopr@fedoraproject.org> - 5.3.2-7
e46575d
- Add patch to fix FTBS
e46575d
bd5ed99
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.2-6
bd5ed99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
bd5ed99
05dd7a0
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.2-5
05dd7a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
05dd7a0
ee08ddb
* Sun Jan 14 2024 Sergio Pascual <sergiopr@fedoraproject.org> - 5.3.2-4
ee08ddb
- Add patch to fix test error
ee08ddb
4a7da5f
* Tue Jan 09 2024 Sergio Pascual <sergiopr@fedoraproject.org> - 5.3.2-3
4a7da5f
- Rebuilt with wcslib 8
4a7da5f
5adbb6a
* Mon Aug 28 2023 Sergio Pascual <sergiopr@fedoraproject.org> - 5.3.2-2
c27e84f
- New upstream source 5.3.2
c27e84f
- SPDX migration, license is BSD-3-Clause AND CFITSIO
5adbb6a
- Include the sources
c27e84f
75cf255
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.1-3
75cf255
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
75cf255
c637c3c
* Wed Jul 12 2023 Python Maint <python-maint@redhat.com> - 5.3.1-2
c637c3c
- Rebuilt for Python 3.12
c637c3c
45c8348
* Fri Jul 07 2023 Sergio Pascual <sergiopr@fedoraproject.org> - 5.3.1-1
45c8348
- New upstream source 5.3.1
45c8348
- cfitsio is not bundled, only some files need for FITS decompression
45c8348
0c7b695
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 5.2.2-2
0c7b695
- Bootstrap for Python 3.12
0c7b695
7c62244
* Wed Mar 29 2023 Christian Dersch <lupinix@fedoraproject.org> - 5.2.2-1
7c62244
- new version
7c62244
- enable astropy/visualization/wcsaxes/tests/test_misc.py::test_contour_empty (fixed upstream)
7c62244
b25a0c9
* Tue Mar 28 2023 Christian Dersch <lupinix@fedoraproject.org> - 5.2.1-1
b25a0c9
- new version, required for numpy 1.24 compat
b25a0c9
- reenable some tests
b25a0c9
- disable test astropy/visualization/wcsaxes/tests/test_misc.py::test_contour_empty
b25a0c9
ea13084
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-3
ea13084
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
ea13084
fef6c7b
* Tue Jan 10 2023 Sergio Pascual <sergiopr@fedoraproject.org> - 5.2-2
fef6c7b
- Skip two tests in aarch64
fef6c7b
49c226f
* Fri Jan 06 2023 Sergio Pascual <sergiopr@fedoraproject.org> - 5.2-1
49c226f
- New upstream source 5.2
49c226f
4f35426
* Thu Dec 29 2022 Maxwell G <gotmax@e.email> - 5.1-4
4f35426
- Rebuild for cfitsio 4.2
4f35426
e2d6c85
* Thu Aug 25 2022 Sergio Pascual <sergiopr@fedoraproject.org> - 5.1-3
37fab01
- New upstream source 5.1
37fab01
- Deselect some tests failling with Python 3.11 (https://github.com/astropy/astropy/issues/13522)
e2d6c85
- Deselect test failling in i686
37fab01
a85ac5e
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.4-4
a85ac5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
a85ac5e
434c2f1
* Tue Jun 28 2022 Python Maint <python-maint@redhat.com> - 5.0.4-3
434c2f1
- Rebuilt for Python 3.11
434c2f1
d4b2146
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 5.0.4-2
d4b2146
- Bootstrap for Python 3.11
d4b2146
c204559
* Thu Mar 31 2022 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 5.0.4-1
c204559
- Update to 5.0.4 (#2019531)
c204559
369fc1f
* Wed Feb 16 2022 Sergio Pascual <sergiopr@fedoraproject.org> - 5.0.3-1
369fc1f
- New upstream source 5.0.3
369fc1f
- Add pytest-mpl for testing
369fc1f
f9d683c
* Wed Feb 16 2022 Sergio Pascual <sergiopr@fedoraproject.org> - 5.0.1-1
f9d683c
- New upstream source 5.0.1
f9d683c
eaec503
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
eaec503
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
eaec503
33271cc
* Sun Dec 26 2021 Christian dersch <lupinix@fedoraproject.org> - 5.0-1
33271cc
- new version
33271cc
53066ae
* Fri Sep 10 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 4.3.1-1
53066ae
- New upstream source 4.3.1
53066ae
009415e
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-4
009415e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
009415e
14aaaa5
* Thu Jun 17 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 4.2.1-3
469fd5b
- Disable test broken in 3.10 (gh #11821)
14aaaa5
- Disable broken test in s390x
469fd5b
90d007b
* Fri Jun 04 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 4.2.1-1
90d007b
- New upstream source 4.2.1
90d007b
3e57916
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.2-4
3e57916
- Rebuilt for Python 3.10
3e57916
2bbea5c
* Tue Feb 16 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 4.2-3
2bbea5c
- Exclude test failling in armv7hl
2bbea5c
ca71999
* Tue Feb 16 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 4.2-2
ca71999
- New upstream source 4.2
260f851
- Cleanup specfile
260f851
e3b38ed
* Tue Feb 02 2021 Christian Dersch <lupinix@mailbox.org> - 4.0.1.post1-6
e3b38ed
- Rebuilt for libcfitsio.so.7
e3b38ed
5916484
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1.post1-5
5916484
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
5916484
ee4c2a8
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1.post1-4
ee4c2a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ee4c2a8
821ea3d
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 4.0.1.post1-3
821ea3d
- Rebuilt for Python 3.9
821ea3d
e0c8658
* Sat May 23 2020 Orion Poplawski <orion@nwra.com> - 4.0.1.post1-2
e0c8658
- Drop old pyfits-tools obsoletes/provides
e0c8658
- Build with system wcslib on EL8
e0c8658
7be10a7
* Thu May 07 2020 Orion Poplawski <orion@nwra.com> - 4.0.1.post1-1
7be10a7
- Update to 4.0.1.post1
7be10a7
8ac586d
* Fri Mar 20 2020 Sergio Pascual <sergiopr@fedoraproject.org> - 4.0-3
8ac586d
- Rebuildt for wcslib 7
8ac586d
8eb745e
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-2
8eb745e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8eb745e
7eefc93
* Mon Jan 27 2020 Sergio Pascual <sergiopr@fedoraproject.org> - 4.0-1
7eefc93
- New upstream version (4.0)
7eefc93
f5c1ac6
* Thu Nov 07 2019 Sergio Pascual <sergiopr@fedoraproject.org> - 3.2.3-1
f5c1ac6
- New upstream version (3.2.3), fixes problem with IERS data download
f5c1ac6
1c9d40f
* Wed Oct 09 2019 Sergio Pascual <sergiopr@fedoraproject.org> - 3.2.2-1
1c9d40f
- New upstream version (3.2.2)
1c9d40f
efef37c
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.2.1-3
efef37c
- Rebuilt for Python 3.8.0rc1 (#1748018)
efef37c
284f253
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.2.1-2
284f253
- Rebuilt for Python 3.8
284f253
82f86cb
* Thu Aug 01 2019 Sergio Pascual <sergiopr@fedoraproject.org> - 3.2.1-1
82f86cb
- New upstream version (3.2.1)
82f86cb
- Remove patches included upsteam
82f86cb
554be6c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-3
554be6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
554be6c
5890385
* Fri Mar 29 2019 Christian Dersch <lupinix@fedoraproject.org> - 3.1.2-2
5890385
- Imported upstream fix for PyYAML 5.x
5890385
c8b6fbe
* Mon Mar 04 2019 Sergio Pascual <sergiopr@fedoraproject.org> - 3.1.2-1
c8b6fbe
- New version (3.1.2)
c8b6fbe
7c9304f
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
7c9304f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7c9304f
dfa1dec
* Sun Oct 21 2018 Christian Dersch <lupinix@mailbox.org> - 3.0.5-1
dfa1dec
- new version
dfa1dec
e7b3183
* Mon Aug 13 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-2
e7b3183
- Enable s390x (#1610996)
e7b3183
70c4aaa
* Fri Aug 03 2018 Christian Dersch <lupinix.fedora@gmail.com> - 3.0.4-1
70c4aaa
- new version (3.0.4)
70c4aaa
- reenable tests
70c4aaa
- ExcludeArch s390x until #1610996 is fixed
70c4aaa
4ca58a7
* Sun Jul 15 2018 Christian Dersch <lupinix@fedoraproject.org> - 3.0.3-5
4ca58a7
- BuildRequires: gcc
4ca58a7
344291e
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-4
344291e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
344291e
663daca
* Thu Jun 28 2018 Christian Dersch <lupinix@fedoraproject.org> - 3.0.3-3
663daca
- Disable tests until we have the pyyaml fix
663daca
  https://github.com/yaml/pyyaml/pull/181
663daca
ba393ac
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.3-2
ba393ac
- Rebuilt for Python 3.7
ba393ac
79f6cd3
* Tue Jun 05 2018 Sergio Pascual <sergiopr@fedoraproject.org> - 3.0.3-1
79f6cd3
- New release (3.0.3)
79f6cd3
6085b36
* Sat May 26 2018 Christian Dersch <lupinix@mailbox.org> - 3.0.2-1
6085b36
- new version
6085b36
270cebb
* Sat Mar 17 2018 Christian Dersch <lupinix@mailbox.org> - 3.0.1-1
270cebb
- new version
270cebb
- cleaned up excluded tests, adapted patch from Debian for known failures
270cebb
- removed Python 2 bits (in new package python2-astropy), astropy moved to
270cebb
  Python 3 only
270cebb
4678a57
* Wed Mar 14 2018 Christian Dersch <lupinix@mailbox.org> - 2.0.5-1
4678a57
- new version
4678a57
- enabled fixed tests
4678a57
367bd4c
* Fri Feb 23 2018 Christian Dersch <lupinix@mailbox.org> - 2.0.4-3
367bd4c
- rebuilt for cfitsio 3.420 (so version bump)
367bd4c
fbd05d9
* Wed Feb 14 2018 Christian Dersch <lupinix@mailbox.org> - 2.0.4-2
fbd05d9
- Provide and Obsolete python-wcsaxes, which has been merged into astropy
fbd05d9
ae50536
* Tue Feb 13 2018 Christian Dersch <lupinix@mailbox.org> - 2.0.4-1
ae50536
- update to bugfix release 2.0.4
ae50536
- fixes FTBFS on rawhide (due to fixes for newer numpy etc.)
ae50536
- disabled tests on s390x as they hang sometimes (same as with scipy)
ae50536
- removed python-astropy-fix-hdf5-test.patch (applied upstream)
ae50536
99ead94
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-3
99ead94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
99ead94
Sergio Pascual d07b957
* Mon Oct 09 2017 Sergio Pascual <sergiopr@fedoraproject.org> - 2.0.2-2
Sergio Pascual d07b957
- Use system erfa
Sergio Pascual d07b957
326bf08
* Sun Oct 08 2017 Christian Dersch <lupinix@mailbox.org> - 2.0.2-1
326bf08
- new version
326bf08
0cfccd2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-3
0cfccd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0cfccd2
792f1c5
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
792f1c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
792f1c5
89840c9
* Thu Jun 01 2017 Christian Dersch <lupinix@mailbox.org> - 1.3.3-1
89840c9
- new version
89840c9
d1356b3
* Sun Apr 02 2017 Christian Dersch <lupinix@mailbox.org> - 1.3.2-1
d1356b3
- new version
d1356b3
a2aedcb
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
a2aedcb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a2aedcb
Orion Poplawski b2f08a9
* Thu Jan 5 2017 Orion Poplawski <orion@cora.nwra.com> - 1.3-1
Orion Poplawski b2f08a9
- Update to 1.3
Orion Poplawski b2f08a9
Orion Poplawski ab483ec
* Wed Dec 21 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3-0.1.rc1
Orion Poplawski ab483ec
- Update to 1.3rc1
Orion Poplawski ab483ec
723476d
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-6
723476d
- Rebuild for Python 3.6
723476d
Orion Poplawski d985b03
* Mon Nov 21 2016 Orion Poplawski <orion@cora.nwra.com> - 1.2.1-5
Orion Poplawski d985b03
- Use bundled erfa and wcslib where necessary (bug #1396601)
Orion Poplawski d985b03
- Specify scipy version requirements
Orion Poplawski d985b03
- Use cairo matplotlib backend due to ppc64 segfault
Orion Poplawski d985b03
- Add BR on pandas for tests
Orion Poplawski d985b03
Björn Esser 1ef9fc4
* Sun Nov 06 2016 Björn Esser <fedora@besser82.io> - 1.2.1-4
Björn Esser 1ef9fc4
- Rebuilt for ppc64
Björn Esser 1ef9fc4
Sergio Pascual ceaee1f
* Fri Sep 30 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 1.2.1-3
Sergio Pascual ceaee1f
- Fix wrong provides of python3-astropy in python2-astropy (bz #1380135)
Sergio Pascual ceaee1f
c76fdc1
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
c76fdc1
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
c76fdc1
Sergio Pascual b16b7d1
* Fri Jul 15 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 1.2.1-1
Sergio Pascual b16b7d1
- New upstream (1.2.1)
Sergio Pascual b16b7d1
Sergio Pascual 8cca32e
* Thu Apr 14 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 1.1.2-1
Sergio Pascual 8cca32e
- New upstream (1.1.2)
Sergio Pascual 8cca32e
- Uses wcslib 5
Sergio Pascual 8cca32e
cc7a356
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
cc7a356
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cc7a356
Orion Poplawski 2f9c6cd
* Mon Jan 11 2016 Orion Poplawski <orion@cora.nwra.com> - 1.1.1-2
Orion Poplawski 2f9c6cd
- Modernize spec
Orion Poplawski 2f9c6cd
- Prepare for python3 in EPEL
Orion Poplawski 2f9c6cd
Sergio Pascual 4d7e4a9
* Sun Jan 10 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 1.1.1-1
Sergio Pascual 4d7e4a9
- New upstream (1.1.1)
Sergio Pascual 4d7e4a9
Sergio Pascual 34e27e1
* Wed Jan 06 2016 Sergio Pascual <sergiopr@fedoraproject.org> - 1.1-1.post2
Sergio Pascual 34e27e1
- New upstream (1.1.post2)
Sergio Pascual 34e27e1
020eb1f
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-3
020eb1f
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
020eb1f
Sergio Pascual 723275c
* Fri Nov 06 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.6-2
Sergio Pascual 723275c
- Enabled again tests that failed with numpy 1.10
Sergio Pascual 723275c
Sergio Pascual 45dfbae
* Wed Oct 28 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.6-1
Sergio Pascual 45dfbae
- New upstream (1.0.6), with better support of numpy 1.10
Sergio Pascual 45dfbae
Sergio Pascual 2c020d2
* Fri Oct 09 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.5-2
Sergio Pascual 2c020d2
- Fixes test problem https://github.com/astropy/astropy/issues/4226
Sergio Pascual 2c020d2
Sergio Pascual 0fd66fb
* Tue Oct 06 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.5-1
Sergio Pascual 0fd66fb
- New upstream (1.0.5)
Sergio Pascual 0fd66fb
Sergio Pascual 6d630d1
* Mon Sep 14 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.4-2
Sergio Pascual 6d630d1
- Disable some tests that fail with numpy 1.10
Sergio Pascual 6d630d1
Sergio Pascual eb04908
* Thu Sep 03 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.4-1
Sergio Pascual eb04908
- New upstream (1.0.4)
Sergio Pascual eb04908
Sergio Pascual e57cc83
* Tue Jun 30 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.3-4
Sergio Pascual e57cc83
- Reenable tests
Sergio Pascual e57cc83
- Handle changes regarding python3 and pyfits-tools in fedora >= 22
Sergio Pascual e57cc83
Sergio Pascual f788389
* Mon Jun 29 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.3-3
Sergio Pascual b2ca9c8
- Obsolete pyfits-tools (fixes bz #1236562)
Sergio Pascual f788389
- astropy-tools requires python3
Sergio Pascual b2ca9c8
Sergio Pascual d1ea709
* Tue Jun 16 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.3-1
Sergio Pascual d1ea709
- New upstream (1.0.3), with 2015-06-30 leap second
Sergio Pascual d1ea709
Sergio Pascual 89b6f86
* Tue Apr 21 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.2-1
Sergio Pascual 89b6f86
- New upstream (1.0.2)
Sergio Pascual 89b6f86
Sergio Pascual 2689ec2
* Thu Feb 19 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0-1
Sergio Pascual 2689ec2
- New upstream (1.0)
Sergio Pascual 2689ec2
Sergio Pascual 61d404e
* Thu Jan 22 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.4-1
Sergio Pascual 61d404e
- New upstream (0.4.4)
Sergio Pascual 61d404e
Sergio Pascual bade38f
* Fri Jan 16 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.3-1
Sergio Pascual bade38f
- New upstream (0.4.3)
Sergio Pascual bade38f
Sergio Pascual 021cfe8
* Tue Dec 09 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-5
Sergio Pascual 021cfe8
- Disable tests for the moment
Sergio Pascual 021cfe8
Sergio Pascual 7f01f23
* Tue Dec 09 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-4
Sergio Pascual 7f01f23
- Update patch for bug 2516
Sergio Pascual 7f01f23
Sergio Pascual 7705da2
* Mon Dec 08 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-3
Sergio Pascual 7705da2
- Mark problematic tests as xfail via patch
Sergio Pascual 7705da2
Sergio Pascual 25bb6d2
* Fri Dec 05 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-2
Sergio Pascual 25bb6d2
- Fix to use configobj 5
Sergio Pascual 25bb6d2
- Patches reorganized
Sergio Pascual 25bb6d2
Sergio Pascual 92edc9b
* Thu Sep 25 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-1
Sergio Pascual 92edc9b
- New upstream (0.4.2)
Sergio Pascual 92edc9b
Sergio Pascual 0f3ec8c
* Mon Sep 01 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.1-1
Sergio Pascual 0f3ec8c
- New upstream (0.4.1)
Sergio Pascual 0f3ec8c
- Unbundling patches modified
Sergio Pascual 0f3ec8c
- No checks for the moment
Sergio Pascual 0f3ec8c
f68bb80
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-7
f68bb80
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f68bb80
1cb20d7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-6
1cb20d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1cb20d7
25c571d
* Tue May 27 2014 Orion Poplawski <orion@cora.nwra.com> - 0.3.2-5
25c571d
- Rebuild for Python 3.4
25c571d
Sergio Pascual 1f9c28c
* Thu May 22 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.2-4
Sergio Pascual 1f9c28c
- Build with wcslib 4.23
Sergio Pascual 1f9c28c
- Skip test, bug 2171
Sergio Pascual 1f9c28c
Sergio Pascual 011d3c6
* Thu May 22 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.2-3
Sergio Pascual 011d3c6
- Astropy bundles jquery
Sergio Pascual 011d3c6
- Unbundle plpy
Sergio Pascual 011d3c6
Sergio Pascual b07936a
* Thu May 22 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.2-2
Sergio Pascual b07936a
- Add missing patches
Sergio Pascual b07936a
Sergio Pascual 4edfb1a
* Mon May 19 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.2-1
Sergio Pascual 4edfb1a
- New upstream (0.3.2)
Sergio Pascual 4edfb1a
- Enable checks
Sergio Pascual 4edfb1a
- Patch to fix upstream bug 2171
Sergio Pascual 0220632
- Disable problematic test (upstream 2516)
Sergio Pascual 4edfb1a
00ee276
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.3.1-3
00ee276
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
00ee276
Sergio Pascual 48ddb7f
* Tue Mar 25 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.1-2
Sergio Pascual 48ddb7f
- Disable checks until https://github.com/astropy/astropy/issues/2171 is fixed
Sergio Pascual 48ddb7f
- Patch to fix https://github.com/astropy/astropy/pull/2223
Sergio Pascual 48ddb7f
Sergio Pascual 2f1a4e3
* Wed Mar 05 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.1-1
Sergio Pascual 2f1a4e3
- New upstream version (0.3.1)
Sergio Pascual 2f1a4e3
- Remove require python(3)-matplotlib-qt4 (bug #1030396 fixed)
Sergio Pascual 2f1a4e3
- Run the tests on the installed files
Sergio Pascual 2f1a4e3
- Add patch to run with six 1.5.x
Sergio Pascual 2f1a4e3
Sergio Pascual 110e18b
* Mon Jan 27 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-7
Sergio Pascual 110e18b
- Add missing requires python3-six
Sergio Pascual 110e18b
Sergio Pascual b73fce2
* Sat Jan 18 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-6
Sergio Pascual b73fce2
- Do not exclude hidden file, it breaks tests
Sergio Pascual b73fce2
Sergio Pascual 4139e3a
* Thu Jan 16 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-5
Sergio Pascual 4139e3a
- Remove split -devel subpackage, it does not make much sense
Sergio Pascual 4139e3a
Sergio Pascual cdfc2ae
* Fri Jan 10 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-4
Sergio Pascual cdfc2ae
- Disable noarch for doc subpackages to avoid name colision
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Fri Jan 10 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-3
Sergio Pascual cdfc2ae
- Enable HDF5 version check (fixed in h5py)
Sergio Pascual cdfc2ae
- Patch for failing test with wcslib 4.20
Sergio Pascual cdfc2ae
- Require python(3)-matplotlib-qt4 due to bug #1030396
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Sun Jan 05 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-2
Sergio Pascual cdfc2ae
- Disable HDF5 version check
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Mon Nov 25 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-1
Sergio Pascual cdfc2ae
- New upstream (0.3)
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Tue Nov 19 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-0.3.rc1
Sergio Pascual cdfc2ae
- New upstream, first release candidate Testing 0.3rc1
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Wed Nov 06 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-0.2.b1
Sergio Pascual cdfc2ae
- Split utility scripts in subpackage
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Tue Nov 05 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-0.1.b1
Sergio Pascual cdfc2ae
- Testing 0.3 (0.3b1)
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Mon Oct 28 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.5-1
Sergio Pascual cdfc2ae
- New upstream version (0.2.5)
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Tue Oct 22 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.4-4
Sergio Pascual cdfc2ae
- Split header files into devel subpackages
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Mon Oct 21 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.4-3
Sergio Pascual cdfc2ae
- Disable tests in Rawhide
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Thu Oct 10 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.4-3
Sergio Pascual cdfc2ae
- Add a patch to build with cfitsio 3.35
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Wed Oct 02 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.4-1
Sergio Pascual cdfc2ae
- Initial spec