260f851
%bcond_without check
Orion Poplawski d985b03
Sergio Pascual 4d7e4a9
%global srcname astropy
Sergio Pascual cdfc2ae
260f851
Name: python-%{srcname}
33271cc
Version: 5.0
eaec503
Release: 2%{?dist}
Sergio Pascual cdfc2ae
Summary: A Community Python Library for Astronomy
Sergio Pascual cdfc2ae
License: BSD
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
53066ae
# bundled versions
53066ae
# expat 2.2.9
53066ae
# cfitsio 3.49
53066ae
# wcslib 7.6
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
260f851
BuildRequires: cfitsio-devel >= 3.490
53066ae
BuildRequires: wcslib-devel >= 7.6
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}
260f851
BuildRequires: %{py3_dist pytest-astropy}
260f851
#
260f851
BuildRequires: %{py3_dist scipy}
260f851
BuildRequires: %{py3_dist matplotlib}
260f851
BuildRequires: %{py3_dist pandas}
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
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
Sergio Pascual cdfc2ae
rm -rf cextern/cfitsio
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
260f851
export CPATH="/usr/include/cfitsio:/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
260f851
export CPATH="/usr/include/cfitsio:/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'
b30c893
b30c893
pytest_args=(
53066ae
        #--deselect astropy/coordinates/tests/accuracy/test_altaz_icrs.py::test_against_pyephem
b30c893
b30c893
        # wcs tests fail due to the different
b30c893
        # version of wcslib
53066ae
        #--deselect astropy/wcs/tests/test_wcsprm.py::test_fix
53066ae
        #--deselect astropy/wcs/tests/test_wcs.py::test_fixes
53066ae
        #--deselect astropy/wcs/tests/test_wcs.py::test_pix2world
53066ae
        #--deselect astropy/wcs/tests/test_wcs.py::test_warning_about_defunct_keywords
53066ae
        #--deselect astropy/wcs/tests/test_wcs.py::test_validate
b30c893
2bbea5c
%ifarch armv7hl
b30c893
        --deselect astropy/table/tests/test_showtable.py::test_stats
2bbea5c
%endif
14aaaa5
%ifarch s390x
b30c893
         --deselect 'astropy/table/tests/test_mixin.py::test_info_preserved_pickle_copy_init[ndarray]'
14aaaa5
%endif
b30c893
b30c893
        # Tests that are broken in 3.10
b30c893
        # I'm going to disable them until they are fixed upstream
b30c893
        # https://github.com/astropy/astropy/issues/11821
b30c893
        --deselect astropy/io/fits/tests/test_core.py::TestFileFunctions::test_mmap_unwriteable
b30c893
        --deselect astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_flush_readonly
b30c893
        --deselect astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_output_verify
b30c893
        --deselect astropy/tests/test_logger.py::test_warnings_logging
b30c893
        --deselect astropy/tests/test_logger.py::test_warnings_logging_with_custom_class
b30c893
        --deselect astropy/tests/test_logger.py::test_warning_logging_with_io_votable_warning
53066ae
        # Previously disabled but currently working
53066ae
        #--deselect astropy/time/tests/test_precision.py::test_sidereal_lat_independent
53066ae
        #--deselect astropy/time/tests/test_precision.py::test_datetime_difference_agrees_with_timedelta
53066ae
        #--deselect astropy/time/tests/test_precision.py::test_datetime_to_timedelta
b30c893
)
b30c893
b30c893
pushd %{buildroot}/%{python3_sitearch}
b30c893
  %{pytest} "${pytest_args[@]}" astropy
b30c893
260f851
  # remove hypothesis dir
260f851
  rm -rf .hypothesis
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 
326bf08
%license LICENSE.rst
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%changelog
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