Sergio Pascual d07b957
# Works with system erfa
Orion Poplawski d985b03
%bcond_without system_erfa
Orion Poplawski d985b03
8fce890
# EPEL7 has older wcslib
8fce890
%if 0%{?fedora} || 0%{?rhel} >= 8
Orion Poplawski d985b03
%bcond_without system_wcslib
Orion Poplawski d985b03
%else
Orion Poplawski d985b03
%bcond_with system_wcslib
Orion Poplawski d985b03
%endif
Orion Poplawski d985b03
Sergio Pascual 4d7e4a9
%global srcname astropy
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
Name: python-astropy
f5c1ac6
Version: 3.2.3
8fce890
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 0f3ec8c
Source2: astropy-ply.py
Sergio Pascual 25bb6d2
Patch0: python-astropy-system-configobj.patch
326bf08
Patch1: python-astropy-system-six.patch
c6a62fe
4ca58a7
BuildRequires: gcc
Sergio Pascual 8cca32e
BuildRequires: git
8fce890
# EPEL8 uses shortened version numbering
8fce890
BuildRequires: cfitsio-devel >= 3.45%{?fedora:0}
Orion Poplawski d985b03
BuildRequires: expat-devel
Orion Poplawski d985b03
%if %{with system_erfa}
82f86cb
BuildRequires: erfa-devel >= 1.4.0
Orion Poplawski d985b03
%else
82f86cb
Provides: bundled(erfa) = 1.4.0
Orion Poplawski d985b03
%endif
Orion Poplawski d985b03
%if %{with system_wcslib}
82f86cb
BuildRequires: wcslib-devel >= 6.2
Orion Poplawski d985b03
%else
82f86cb
Provides: bundled(wcslib) = 6.2
Orion Poplawski d985b03
%endif
Sergio Pascual 8cca32e
BuildRequires: texlive-ucs
c8b6fbe
BuildRequires: graphviz
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
Orion Poplawski 2f9c6cd
%package -n python%{python3_pkgversion}-%{srcname}
Sergio Pascual cdfc2ae
Summary: A Community Python Library for Astronomy
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-devel
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-setuptools
8fce890
BuildRequires: python%{python3_pkgversion}-numpy >= 1.16
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-Cython
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-pytest
270cebb
BuildRequires: python%{python3_pkgversion}-pytest-astropy
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-six
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-ply
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-scipy
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-h5py
c8b6fbe
BuildRequires: python%{python3_pkgversion}-sphinx
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-matplotlib
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-configobj
Orion Poplawski d985b03
BuildRequires: python%{python3_pkgversion}-pandas
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-PyYAML
Sergio Pascual cdfc2ae
8fce890
Requires: python%{python3_pkgversion}-numpy >= 1.16
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-configobj
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-pytest
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-six
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-ply
Sergio Pascual cdfc2ae
# Optionals
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-scipy
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-h5py
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-PyYAML
Sergio Pascual cdfc2ae
Requires: /usr/bin/xmllint
Sergio Pascual cdfc2ae
Sergio Pascual ceaee1f
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
c8b6fbe
Provides: bundled(jquery) = 3.11
Sergio Pascual 011d3c6
fbd05d9
# wcsaxes has been merged into astropy, therefore we obsolete and provide
fbd05d9
# the old python3-wcsaxes package here
fbd05d9
Provides:  python%{python3_pkgversion}-wcsaxes = %{version}-%{release}
fbd05d9
Obsoletes: python%{python3_pkgversion}-wcsaxes < 0.9-9
fbd05d9
7abbe45
%description -n python%{python3_pkgversion}-%{srcname} %_description
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
%package -n python%{python3_pkgversion}-%{srcname}-doc
Sergio Pascual cdfc2ae
Summary: Documentation for %{name}, includes full API docs
Sergio Pascual cdfc2ae
# Disabled for the moment to avoid name collision
Sergio Pascual cdfc2ae
# of generated names between arches
Sergio Pascual cdfc2ae
# BuildArch: noarch
Sergio Pascual ceaee1f
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}-doc}
fbd05d9
fbd05d9
# wcsaxes has been merged into astropy, therefore we obsolete and provide
fbd05d9
# the old python3-wcsaxes-doc package here
fbd05d9
Provides:  python%{python3_pkgversion}-wcsaxes-doc = %{version}-%{release}
fbd05d9
Obsoletes: python%{python3_pkgversion}-wcsaxes-doc < 0.9-9
fbd05d9
Orion Poplawski 2f9c6cd
%description -n python%{python3_pkgversion}-%{srcname}-doc
Sergio Pascual cdfc2ae
This package contains the full API documentation for %{name}.
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
Sergio Pascual 4d7e4a9
%package -n %{srcname}-tools
Sergio Pascual cdfc2ae
Summary: Astropy utility tools
Sergio Pascual cdfc2ae
BuildArch: noarch
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-%{srcname} = %{version}-%{release}
Sergio Pascual e57cc83
Sergio Pascual cdfc2ae
Sergio Pascual 4d7e4a9
%description -n %{srcname}-tools
7abbe45
Utilities provided by Astropy.
e696a64
Sergio Pascual cdfc2ae
%prep
Orion Poplawski b2f08a9
%setup -qn %{srcname}-%{version}
Sergio Pascual cdfc2ae
cp %{SOURCE1} README.dist
Sergio Pascual 34e27e1
# Required to support wcslib 4.5
Sergio Pascual 34e27e1
find -name wcsconfig.h -delete
Sergio Pascual cdfc2ae
rm -rf astropy*egg-info
Sergio Pascual 2689ec2
# Use system configobj
Sergio Pascual 2689ec2
%patch0 -p1
c8b6fbe
# Use system six
326bf08
%patch1 -p1
Sergio Pascual 2689ec2
# Use system ply
Sergio Pascual 2689ec2
cp %{SOURCE2} astropy/extern/ply.py
c6a62fe
70c4aaa
# Force Cython re-run
70c4aaa
echo "cython_version = 'unknown'" > astropy/cython_version.py
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
# Remove expat, erfa, cfitsio and wcslib
Sergio Pascual cdfc2ae
rm -rf cextern/cfitsio
Orion Poplawski d985b03
%if %{with system_erfa}
Orion Poplawski d985b03
rm -rf cextern/erfa
Orion Poplawski d985b03
%endif
Orion Poplawski d985b03
rm -rf cextern/expat
Orion Poplawski d985b03
%if %{with system_wcslib}
Sergio Pascual cdfc2ae
rm -rf cextern/wcslib
Orion Poplawski d985b03
%endif
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
echo "[build]" >> setup.cfg
Orion Poplawski d985b03
#echo "use_system_libraries=1" >> setup.cfg
Orion Poplawski d985b03
echo "use_system_cfitsio=1" >> setup.cfg
Orion Poplawski d985b03
%if %{with system_erfa}
Orion Poplawski d985b03
echo "use_system_erfa=1" >> setup.cfg
Orion Poplawski d985b03
%endif
Orion Poplawski d985b03
echo "use_system_expat=1" >> setup.cfg
Orion Poplawski d985b03
%if %{with system_wcslib}
Orion Poplawski d985b03
echo "use_system_wcslib=1" >> setup.cfg
Orion Poplawski d985b03
%endif
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%build
Orion Poplawski 2f9c6cd
%global py_setup_args --offline
Orion Poplawski d985b03
# Use cairo backend due to https://bugzilla.redhat.com/show_bug.cgi?id=1394975
Orion Poplawski d985b03
export MPLBACKEND=cairo
Orion Poplawski 2f9c6cd
%{py3_build}
c8b6fbe
# Requires sphinx-astropy
c8b6fbe
#%{__python3} setup.py build_docs --offline
270cebb
rm -f docs/_build/html/.buildinfo
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%install
Orion Poplawski 2f9c6cd
%{py3_install}
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
find %{buildroot} -name "*.so" | xargs chmod 755
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%check
c8b6fbe
# Avoid writing bad pyc files during testing
c8b6fbe
export PYTHONDONTWRITEBYTECODE=1
c8b6fbe
export PYTEST_ADDOPTS='-p no:cacheprovider'
c8b6fbe
270cebb
# Tests on s390x tend to stuck (already for scipy used by astropy)
5890385
%ifnarch s390x
82f86cb
 pushd %{buildroot}/%{python3_sitearch}
e23f24f
  # Some tests fail due to older pytest
e23f24f
  py.test-%{python3_version} astropy || :
70c4aaa
popd
e696a64
%endif
Sergio Pascual cdfc2ae
Sergio Pascual 4d7e4a9
%files -n %{srcname}-tools
Sergio Pascual cdfc2ae
%{_bindir}/*
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
%files -n python%{python3_pkgversion}-%{srcname}
Sergio Pascual 2689ec2
%doc README.rst README.dist
326bf08
%license LICENSE.rst
Sergio Pascual cdfc2ae
%{python3_sitearch}/*
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
%files -n python%{python3_pkgversion}-%{srcname}-doc
c8b6fbe
##%doc README.rst README.dist docs/_build/html
e696a64
%doc README.rst README.dist
326bf08
%license LICENSE.rst
Sergio Pascual cdfc2ae
70c4aaa
Sergio Pascual cdfc2ae
%changelog
8fce890
* Tue Mar 30 2021 Orion Poplawski <orion@nwra.com> - 3.2.3-2
8fce890
- Drop old pyfits-tools obsoletes/provides
8fce890
- Build with system wcslib on EL8
8fce890
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