Orion Poplawski 2f9c6cd
%if 0%{?fedora} || 0%{?rhel} >= 7
Sergio Pascual cdfc2ae
%global with_python3 1
Orion Poplawski 37a24a4
%endif
Orion Poplawski 2f9c6cd
# Not quite yet in Fedora
Orion Poplawski 2f9c6cd
%{!?python3_pkgversion:%global python3_pkgversion 3}
Orion Poplawski 2f9c6cd
Sergio Pascual 4d7e4a9
%global srcname astropy
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
Name: python-astropy
Sergio Pascual b16b7d1
Version: 1.2.1
c76fdc1
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
Sergio Pascual b16b7d1
Source0: https://pypi.io/packages/source/a/astropy/astropy-%{version}.tar.gz
Sergio Pascual cdfc2ae
Source1: astropy-README.dist
Sergio Pascual 0f3ec8c
Source2: astropy-ply.py
Sergio Pascual 25bb6d2
Patch0: python-astropy-system-configobj.patch
Sergio Pascual 25bb6d2
Patch1: python-astropy-system-pytest.patch
Sergio Pascual 25bb6d2
Patch2: python-astropy-system-six.patch
Sergio Pascual cdfc2ae
Sergio Pascual 8cca32e
BuildRequires: python2-devel
Sergio Pascual 8cca32e
%if 0%{?with_python3}
Sergio Pascual 8cca32e
BuildRequires: python%{python3_pkgversion}-devel
Sergio Pascual 8cca32e
%endif # with_python3
Sergio Pascual 8cca32e
BuildRequires: git
Sergio Pascual 8cca32e
BuildRequires: expat-devel
Sergio Pascual 8cca32e
BuildRequires: cfitsio-devel
Sergio Pascual 8cca32e
BuildRequires: wcslib-devel >= 5.14
Sergio Pascual 8cca32e
BuildRequires: erfa-devel
Sergio Pascual 8cca32e
BuildRequires: texlive-ucs
Sergio Pascual 8cca32e
Orion Poplawski 2f9c6cd
%description
Orion Poplawski 2f9c6cd
The Astropy project is a common effort to develop a single core package 
Orion Poplawski 2f9c6cd
for Astronomy.  Major packages such as PyFITS, PyWCS, vo, and asciitable 
Orion Poplawski 2f9c6cd
already merged in, and many more components being worked on. In 
Orion Poplawski 2f9c6cd
particular, we are developing imaging, photometric, and spectroscopic 
Orion Poplawski 2f9c6cd
functionality, as well as frameworks for cosmology, unit handling, and 
Orion Poplawski 2f9c6cd
coordinate transformations.
Orion Poplawski 2f9c6cd
Orion Poplawski 2f9c6cd
%package -n python2-%{srcname}
Orion Poplawski 2f9c6cd
Summary: A Community Python Library for Astronomy
Sergio Pascual cdfc2ae
BuildRequires: python2-devel python-setuptools numpy
Sergio Pascual cdfc2ae
BuildRequires: scipy h5py
Sergio Pascual 8cca32e
BuildRequires: Cython pytest python-six python-ply
Sergio Pascual cdfc2ae
BuildRequires: python-sphinx graphviz
Sergio Pascual cdfc2ae
BuildRequires: python-matplotlib
Sergio Pascual cdfc2ae
BuildRequires: python-configobj
Sergio Pascual 34e27e1
BuildRequires: PyYAML
Sergio Pascual 34e27e1
Sergio Pascual cdfc2ae
Requires: numpy
Sergio Pascual 011d3c6
Requires: python-configobj pytest python-six python-ply
Sergio Pascual cdfc2ae
# Optionals
Sergio Pascual cdfc2ae
Requires: scipy h5py
Sergio Pascual 34e27e1
Requires: PyYAML
Sergio Pascual cdfc2ae
Requires: /usr/bin/xmllint
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
%{?python_provide:%python_provide python2-%{srcname}}
Sergio Pascual 2689ec2
Provides: bundled(jquery) = 1.11
Sergio Pascual 011d3c6
Orion Poplawski 2f9c6cd
%description -n python2-%{srcname}
Sergio Pascual cdfc2ae
The Astropy project is a common effort to develop a single core package 
Sergio Pascual cdfc2ae
for Astronomy.  Major packages such as PyFITS, PyWCS, vo, and asciitable 
Sergio Pascual cdfc2ae
already merged in, and many more components being worked on. In 
Sergio Pascual cdfc2ae
particular, we are developing imaging, photometric, and spectroscopic 
Sergio Pascual cdfc2ae
functionality, as well as frameworks for cosmology, unit handling, and 
Sergio Pascual cdfc2ae
coordinate transformations.
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
%package -n python2-%{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
Orion Poplawski 2f9c6cd
%{?python_provide:%python_provide python2-%{srcname}-doc}
Sergio Pascual cdfc2ae
 
Orion Poplawski 2f9c6cd
%description -n python2-%{srcname}-doc
Sergio Pascual cdfc2ae
This package contains the full API documentation for %{name}.
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
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
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-numpy
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-Cython
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-pytest
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
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-sphinx graphviz
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-matplotlib
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-configobj
Sergio Pascual cdfc2ae
#
Sergio Pascual 2689ec2
#
Orion Poplawski 2f9c6cd
BuildRequires: python%{python3_pkgversion}-PyYAML
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-numpy
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
Orion Poplawski 2f9c6cd
%{?python_provide:%python_provide python2-%{srcname}}
Sergio Pascual 2689ec2
Provides: bundled(jquery) = 1.11
Sergio Pascual 011d3c6
Orion Poplawski 2f9c6cd
%description -n python%{python3_pkgversion}-%{srcname}
Sergio Pascual cdfc2ae
The Astropy project is a common effort to develop a single core package 
Sergio Pascual cdfc2ae
for Astronomy.  Major packages such as PyFITS, PyWCS, vo, and asciitable 
Sergio Pascual cdfc2ae
already merged in, and many more components being worked on. In 
Sergio Pascual cdfc2ae
particular, we are developing imaging, photometric, and spectroscopic 
Sergio Pascual cdfc2ae
functionality, as well as frameworks for cosmology, unit handling, and 
Sergio Pascual cdfc2ae
coordinate transformations.
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
Orion Poplawski 2f9c6cd
%{?python_provide:%python_provide python3-%{srcname}-doc}
Sergio Pascual cdfc2ae
 
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
%endif # with_python3
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
%if 0%{?fedora}
Orion Poplawski 2f9c6cd
Requires: python%{python3_pkgversion}-%{srcname} = %{version}-%{release}
Sergio Pascual b2ca9c8
Obsoletes: pyfits-tools < 3.3-6
Sergio Pascual 2c020d2
Provides: pyfits-tools = %{version}-%{release}
Sergio Pascual e57cc83
%else
Sergio Pascual 4d7e4a9
Requires: python-%{srcname} = %{version}-%{release}
Sergio Pascual e57cc83
%endif
Sergio Pascual e57cc83
Sergio Pascual cdfc2ae
Sergio Pascual 4d7e4a9
%description -n %{srcname}-tools
Sergio Pascual b2ca9c8
Utilities provided by Astropy
Sergio Pascual cdfc2ae
 
Sergio Pascual cdfc2ae
%prep
Sergio Pascual 4d7e4a9
%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
Sergio Pascual 2689ec2
# Use system pytest
Sergio Pascual 2689ec2
%patch1 -p1
Sergio Pascual b16b7d1
## Use system six
Sergio Pascual 2689ec2
%patch2 -p1
Sergio Pascual 2689ec2
# Use system ply
Sergio Pascual 2689ec2
cp %{SOURCE2} astropy/extern/ply.py
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
# Remove expat, erfa, cfitsio and wcslib
Sergio Pascual cdfc2ae
rm -rf cextern/expat
Sergio Pascual cdfc2ae
rm -rf cextern/erfa
Sergio Pascual cdfc2ae
rm -rf cextern/cfitsio
Sergio Pascual cdfc2ae
rm -rf cextern/wcslib
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
echo "[build]" >> setup.cfg
Sergio Pascual 25bb6d2
echo "use_system_libraries=1" >> setup.cfg
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%build
Orion Poplawski 2f9c6cd
%global py_setup_args --offline
Orion Poplawski 2f9c6cd
%{py2_build}
Sergio Pascual 25bb6d2
%{__python2} setup.py build_sphinx --offline
Sergio Pascual cdfc2ae
rm -f docs/_build/html/.buildinfo
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Orion Poplawski 2f9c6cd
%{py3_build}
Sergio Pascual 34e27e1
#%{__python3} setup.py build_sphinx --offline
Sergio Pascual 34e27e1
#rm -f docs/_build/html/.buildinfo
Sergio Pascual cdfc2ae
mkdir -p docs/_build3/
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%install
Orion Poplawski 2f9c6cd
%if 0%{?fedora}
Sergio Pascual e57cc83
Orion Poplawski 2f9c6cd
%{py2_install}
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Orion Poplawski 2f9c6cd
%{py3_install}
Sergio Pascual e57cc83
%endif # with_python3
Sergio Pascual f788389
Sergio Pascual e57cc83
%else
Sergio Pascual f788389
Sergio Pascual e57cc83
%if 0%{?with_python3}
Orion Poplawski 2f9c6cd
%{py3_install}
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
%{py2_install}
Sergio Pascual e57cc83
Orion Poplawski 2f9c6cd
%endif # fedora
Sergio Pascual e57cc83
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
find %{buildroot} -name "*.so" | xargs chmod 755
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%check
Sergio Pascual 2f1a4e3
pushd %{buildroot}/%{python2_sitearch}
Sergio Pascual 723275c
py.test-%{python2_version} -k "not test_web_profile" astropy
Sergio Pascual 2f1a4e3
popd
Sergio Pascual 2f1a4e3
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Sergio Pascual 2f1a4e3
pushd %{buildroot}/%{python3_sitearch}
Sergio Pascual 723275c
py.test-%{python3_version} -k "not test_web_profile" astropy
Sergio Pascual cdfc2ae
popd
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
 
Orion Poplawski 2f9c6cd
%files -n python2-%{srcname}
Sergio Pascual 2689ec2
%doc README.rst README.dist
Sergio Pascual 2689ec2
%license licenses/LICENSE.rst
Sergio Pascual cdfc2ae
%{python2_sitearch}/*
Sergio Pascual cdfc2ae
Sergio Pascual 4d7e4a9
%files -n %{srcname}-tools
Sergio Pascual cdfc2ae
%{_bindir}/*
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
%files -n python2-%{srcname}-doc
Sergio Pascual 2689ec2
%doc README.rst README.dist docs/_build/html
Sergio Pascual 2689ec2
%license licenses/LICENSE.rst
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Orion Poplawski 2f9c6cd
%files -n python%{python3_pkgversion}-%{srcname}
Sergio Pascual 2689ec2
%doc README.rst README.dist
Sergio Pascual 2689ec2
%license licenses/LICENSE.rst
Sergio Pascual cdfc2ae
%{python3_sitearch}/*
Sergio Pascual cdfc2ae
Orion Poplawski 2f9c6cd
%files -n python%{python3_pkgversion}-%{srcname}-doc
Sergio Pascual 34e27e1
%doc README.rst README.dist docs/_build/html
Sergio Pascual 2689ec2
%license licenses/LICENSE.rst
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%changelog
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