5bd5e7a
%if 0%{?rhel} && 0%{?rhel} > 7
f8883a6
%global with_python3 1
5bd5e7a
%global with_python2 0
f8883a6
%endif
f8883a6
5120cb6
%if 0%{?rhel} && 0%{?rhel} == 7
f8883a6
%global with_python3 0
5bd5e7a
%global with_python2 1
f8883a6
%endif
f8883a6
2384b48
%if 0%{?rhel}
2384b48
%global py2_prefix python
2384b48
%else
2384b48
%global py2_prefix python2
2384b48
%endif
2384b48
5bd5e7a
%if 0%{?fedora} && 0%{?fedora} < 30
5bd5e7a
%global with_python3 1
5bd5e7a
%global with_python2 1
5bd5e7a
%endif
5bd5e7a
5bd5e7a
%if 0%{?fedora} && 0%{?fedora} >= 30
5bd5e7a
%global with_python3 1
5bd5e7a
%global with_python2 0
09b3947
Obsoletes: python2-%{module}
5bd5e7a
%endif
5bd5e7a
f8883a6
%global with_check 1
f8883a6
f8883a6
%global module biopython
01fc1b7
01fc1b7
Name:             python-biopython
f3a22cd
Version:          1.73
0c7ade4
Release:          4%{?dist}
01fc1b7
Summary:          Python tools for computational molecular biology
f7385de
Source0:          https://files.pythonhosted.org/packages/source/b/%{module}/%{module}-%{version}.tar.gz
faaf8b2
f1eab7a
# Starting from biopython-1.69, BioPython is released under the
f1eab7a
# "Biopython License Agreement"; it looks like a MIT variant
0c7ade4
# rhbz #1440337
f1eab7a
License:          MIT and BSD
ee2ed84
URL:              https://biopython.org/
8d7ead4
BuildRequires:    gcc
f8883a6
5bd5e7a
%if 0%{?with_python3_other}
5bd5e7a
BuildRequires:  python%{python3_other_pkgversion}-devel
5bd5e7a
%endif
5bd5e7a
5ba8f00
%description
5ba8f00
A set of freely available Python tools for computational molecular
5ba8f00
biology.
5ba8f00
5bd5e7a
%if 0%{?with_python2}
5ba8f00
%package -n python2-%{module}
ef22ff3
Summary:  Python tools for computational molecular biology
5ba8f00
%{?python_provide:%python_provide python2-%{module}}
16d2c42
16d2c42
# Build required packages
f8883a6
BuildRequires:    python2-devel
f8883a6
BuildRequires:    flex-devel
2384b48
BuildRequires:    %{py2_prefix}-reportlab
2384b48
BuildRequires:    %{py2_prefix}-psycopg2
2384b48
BuildRequires:    %{py2_prefix}-rdflib
f8883a6
BuildRequires:    wise2
4548b88
%if 0%{?rhel}
0c7ade4
BuildRequires:    MySQL-%{py2_prefix}
4548b88
BuildRequires:    numpy
4548b88
%else
4548b88
BuildRequires:    %{py2_prefix}-numpy
0c7ade4
BuildRequires:    %{py2_prefix}-mysql
4548b88
%endif
16d2c42
16d2c42
# Required packages
16d2c42
Requires:         %{py2_prefix}-networkx
2384b48
Requires:         %{py2_prefix}-reportlab
2384b48
Requires:         %{py2_prefix}-psycopg2
3e49d58
Requires:         wise2
2384b48
Requires:         %{py2_prefix}-rdflib
4548b88
%if 0%{?rhel}
0c7ade4
Requires:         MySQL-%{py2_prefix}
c9eace7
Requires:         numpy
0c7ade4
Requires:         mysql-connector-%{py2_prefix}
0c7ade4
Requires:         graphviz-%{py2_prefix}
4548b88
%else
c9eace7
Requires:         %{py2_prefix}-numpy
c9eace7
Requires:         %{py2_prefix}-pygraphviz
09b3947
Requires:         %{py2_prefix}-mysql-connector
0c7ade4
Requires:         %{py2_prefix}-mysql
0c7ade4
%endif
c9eace7
cd7cf9c
%description -n python2-%{module}
cd7cf9c
A set of freely available Python tools for computational molecular
cd7cf9c
biology.
5bd5e7a
%endif
cd7cf9c
f8883a6
%if 0%{?with_python3}
5bd5e7a
%package -n python%{python3_pkgversion}-%{module}
f8883a6
Summary: Python3 tools for computational molecular biology
f8883a6
5bd5e7a
%{?python_provide:%python_provide python%{python3_pkgversion}-%{module}}
f8883a6
5bd5e7a
BuildRequires:    python%{python3_pkgversion}-devel
f8883a6
BuildRequires:    flex-devel
5bd5e7a
BuildRequires:    python%{python3_pkgversion}-reportlab
5bd5e7a
BuildRequires:    python%{python3_pkgversion}-numpy
5bd5e7a
BuildRequires:    python%{python3_pkgversion}-mysql
5bd5e7a
BuildRequires:    python%{python3_pkgversion}-psycopg2
5bd5e7a
BuildRequires:    python%{python3_pkgversion}-rdflib
5bd5e7a
Requires:         python%{python3_pkgversion}-networkx
5bd5e7a
Requires:         python%{python3_pkgversion}-pygraphviz
5bd5e7a
Requires:         mysql-connector-python%{python3_pkgversion}
5bd5e7a
Requires:         python%{python3_pkgversion}-reportlab
5bd5e7a
Requires:         python%{python3_pkgversion}-numpy
5bd5e7a
Requires:         python%{python3_pkgversion}-mysql
5bd5e7a
Requires:         python%{python3_pkgversion}-psycopg2
f8883a6
Requires:         wise2
5bd5e7a
Requires:         python%{python3_pkgversion}-rdflib
f8883a6
5bd5e7a
%description -n python%{python3_pkgversion}-%{module}
f8883a6
A set of freely available Python3 tools for computational molecular
f8883a6
biology.
f8883a6
%endif
f8883a6
5bd5e7a
%if 0%{?with_python3_other}
5bd5e7a
%package -n python%{python3_other_pkgversion}-%{module}
5bd5e7a
Summary: Python3 tools for computational molecular biology
5bd5e7a
5bd5e7a
%{?python_provide:%python_provide python%{python3_other_pkgversion}-%{module}}
5bd5e7a
5bd5e7a
BuildRequires:    python%{python3_other_pkgversion}-devel
5bd5e7a
BuildRequires:    flex-devel
5bd5e7a
BuildRequires:    python%{python3_other_pkgversion}-reportlab
5bd5e7a
BuildRequires:    python%{python3_other_pkgversion}-numpy
5bd5e7a
BuildRequires:    python%{python3_other_pkgversion}-mysql
5bd5e7a
BuildRequires:    python%{python3_other_pkgversion}-psycopg2
5bd5e7a
BuildRequires:    python%{python3_other_pkgversion}-rdflib
5bd5e7a
Requires:         python%{python3_other_pkgversion}-networkx
5bd5e7a
Requires:         python%{python3_other_pkgversion}-pygraphviz
5bd5e7a
Requires:         mysql-connector-python%{python3_other_pkgversion}
5bd5e7a
Requires:         python%{python3_other_pkgversion}-reportlab
5bd5e7a
Requires:         python%{python3_other_pkgversion}-numpy
5bd5e7a
Requires:         python%{python3_other_pkgversion}-mysql
5bd5e7a
Requires:         python%{python3_other_pkgversion}-psycopg2
5bd5e7a
Requires:         wise2
5bd5e7a
Requires:         python%{python3_other_pkgversion}-rdflib
5bd5e7a
5bd5e7a
%description -n python%{python3_other_pkgversion}-%{module}
5bd5e7a
A set of freely available Python3 tools for computational molecular
5bd5e7a
biology.
5bd5e7a
%endif # with_python3_other
5bd5e7a
f8883a6
%package doc
e8ef3b7
Summary: PDF and HTML documentation of %{module}
f8883a6
BuildArch: noarch
f8883a6
%description doc
e8ef3b7
PDF/HTML documentation of %{module}.
f8883a6
01fc1b7
%prep
e8ef3b7
%setup -qc
99c3bbf
f3a22cd
pushd %{module}-%{version}
01fc1b7
# remove all execute bits from documentation and fix line endings
01fc1b7
find Scripts -type f -exec chmod -x {} 2>/dev/null ';'
01fc1b7
find Doc -type f -exec chmod -x {} 2>/dev/null ';'
01fc1b7
find Doc -type f -exec sed -i 's/\r//' {} 2>/dev/null ';'
01fc1b7
01fc1b7
# remove execute bits from Python modules
01fc1b7
find Bio -type f -exec chmod -x {} 2>/dev/null ';'
01fc1b7
# remove she-bang lines in .py files to keep rpmlint happy
01fc1b7
find Bio -type f -name "*.py" -exec sed -i '/^#![ ]*\/usr\/bin\/.*$/ d' {} 2>/dev/null ';'
e8ef3b7
popd
01fc1b7
5bd5e7a
%if 0%{?with_python2}
5bd5e7a
cp -a %{module}-%{version} python2
5bd5e7a
%endif
5bd5e7a
f8883a6
%if 0%{?with_python3}
5bd5e7a
cp -a %{module}-%{version} python3
f8883a6
%endif # with_python3
f8883a6
5bd5e7a
%if 0%{?with_python3_other}
5bd5e7a
cp -a %{module}-%{version} python%{python3_other_pkgversion}
5bd5e7a
%endif # with_python3_other
5bd5e7a
01fc1b7
%build
5bd5e7a
%if 0%{?with_python2}
e8ef3b7
pushd python2
5bd5e7a
%py2_build
e8ef3b7
popd
5bd5e7a
%endif
f8883a6
f8883a6
%if 0%{?with_python3}
e8ef3b7
pushd python3
5bd5e7a
%py3_build
f8883a6
popd
f8883a6
%endif # with_python3
01fc1b7
5bd5e7a
%if 0%{?with_python3_other}
5bd5e7a
pushd python%{python3_other_pkgversion}
5bd5e7a
%py3_other_build
5bd5e7a
popd
5bd5e7a
%endif # with_python3_other
5bd5e7a
01fc1b7
%install
f8883a6
%if 0%{?with_python3}
e8ef3b7
pushd python3
f8883a6
%{__python3} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT --install-data=%{_datadir}/python-biopython
f3a22cd
f3a22cd
find Scripts -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
f8883a6
popd
f8883a6
%endif
01fc1b7
5bd5e7a
%if 0%{?with_python3_other}
5bd5e7a
pushd python%{python3_other_pkgversion}
5bd5e7a
%{__python3_other} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT --install-data=%{_datadir}/python-biopython
f3a22cd
f3a22cd
find Scripts -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3_other}|'
5bd5e7a
popd
5bd5e7a
%endif
5bd5e7a
5bd5e7a
%if 0%{?with_python2}
e8ef3b7
pushd python2
f8883a6
%{__python2} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT --install-data=%{_datadir}/python-biopython
f3a22cd
f3a22cd
find Scripts -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
e8ef3b7
popd
5bd5e7a
%endif
01fc1b7
f8883a6
##DocTest cannot be executed
f8883a6
##https://github.com/biopython/biopython/issues/669
f8883a6
##http://lists.open-bio.org/pipermail/biopython-dev/2014-May/020541.html
f8883a6
%if 0%{?with_check}
f8883a6
%check
5bd5e7a
%if 0%{?with_python2}
f1eab7a
pushd python2
f1eab7a
export PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitearch}
f8883a6
find . -name 'run_tests.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
85811a0
for test in `ls test_*.py | grep -v Tutorial`; do
f8883a6
%{__python2} run_tests.py --offline -v ${test}
f8883a6
done
f8883a6
popd
5bd5e7a
%endif
f8883a6
2b4c0b8
# See https://github.com/biopython/biopython/issues/855
f3a22cd
# https://github.com/biopython/biopython/issues/1889
f8883a6
%if 0%{?with_python3}
e8ef3b7
pushd python3/Tests
f8883a6
find . -name 'run_tests.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
f3a22cd
for test in `ls test_*.py | grep -v Nexus | grep -v Phylo | grep -v Tutorial | grep -v bgzf | grep -v SearchIO_blast`; do
99c3bbf
echo $LANG
f1eab7a
export PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch}
f8883a6
%{__python3} run_tests.py --offline -v ${test}
f8883a6
done
e8ef3b7
popd
f8883a6
%endif
01fc1b7
5bd5e7a
# See https://github.com/biopython/biopython/issues/855
5bd5e7a
%if 0%{?with_python3_other}
5bd5e7a
pushd python%{python3_other_pkgversion}/Tests
5bd5e7a
find . -name 'run_tests.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3_other}|'
5bd5e7a
for test in `ls test_*.py | grep -v Nexus | grep -v Phylo | grep -v Tutorial | grep -v bgzf`; do
5bd5e7a
echo $LANG
5bd5e7a
export PYTHONPATH=$RPM_BUILD_ROOT%{python3_other_sitearch}
5bd5e7a
%{__python3_other} run_tests.py --offline -v ${test}
5bd5e7a
done
5bd5e7a
popd
5bd5e7a
%endif # with_python3_other
5bd5e7a
%endif # with_check
5bd5e7a
5bd5e7a
%if 0%{?with_python2}
cd7cf9c
%files -n python2-%{module}
e8ef3b7
%doc python2/Scripts
f3a22cd
%doc python2/CONTRIB.rst python2/DEPRECATED.rst python2/NEWS.rst python2/README.rst
f3a22cd
%license python2/LICENSE.rst
f8883a6
%{python2_sitearch}/*egg-info
f8883a6
%{python2_sitearch}/Bio/
6bb74a8
%{python2_sitearch}/BioSQL/
5bd5e7a
%endif
f8883a6
f8883a6
%if 0%{?with_python3}
5bd5e7a
%files -n python%{python3_pkgversion}-%{module}
e8ef3b7
%doc python3/Scripts
f3a22cd
%doc python3/CONTRIB.rst python3/DEPRECATED.rst python3/NEWS.rst python3/README.rst
f3a22cd
%license python3/LICENSE.rst
f8883a6
%{python3_sitearch}/*egg-info
f8883a6
%{python3_sitearch}/Bio/
6bb74a8
%{python3_sitearch}/BioSQL/
1ee5433
%endif
f8883a6
5bd5e7a
%if 0%{?with_python3_other}
5bd5e7a
%files -n python%{python3_other_pkgversion}-%{module}
5bd5e7a
%doc python%{python3_other_pkgversion}/Scripts
f3a22cd
%doc python%{python3_other_pkgversion}/CONTRIB.rst python%{python3_other_pkgversion}/DEPRECATED.rst python%{python3_other_pkgversion}/NEWS.rst python%{python3_other_pkgversion}/README.rst
f3a22cd
%license python%{python3_other_pkgversion}/LICENSE.rst
5bd5e7a
%{python3_other_sitearch}/*egg-info
5bd5e7a
%{python3_other_sitearch}/Bio/
5bd5e7a
%{python3_other_sitearch}/BioSQL/
5bd5e7a
%endif
5bd5e7a
f8883a6
%files doc
f3a22cd
%doc %{module}-%{version}/Doc
f3a22cd
%license %{module}-%{version}/LICENSE.rst
01fc1b7
01fc1b7
%changelog
0c7ade4
* Fri Jun 14 2019 Antonio Trande <sagitter@fedoraproject.org> - 1.73-4
0c7ade4
- Reorganize Requires packages for EPEL7
0c7ade4
09b3947
* Thu Jun 13 2019 Antonio Trande <sagitter@fedoraproject.org> - 1.73-3
09b3947
- Rebuild for python-reportlab-3.5.23
09b3947
0e8e536
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.73-2
0e8e536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0e8e536
f3a22cd
* Thu Jan 03 2019 Antonio Trande <sagitter@fedoraproject.org> - 1.73-1
f3a22cd
- Release 1.73
f3a22cd
f3a22cd
* Sun Sep 30 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.72-3
5bd5e7a
- Deprecate Python2 on fedora 30+
5bd5e7a
- Prepare SPEC file for Python3-modules packaging on epel7
5bd5e7a
a281ede
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.72-2
a281ede
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a281ede
f7385de
* Sat Jun 30 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.72-1
f7385de
- Update to 1.72
f7385de
0193c74
* Fri Jun 22 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.71-5
0193c74
- Enable additional tests (upstream bug #855)
85811a0
- Enable DSSP test with Python2
85811a0
- Disable bgzf test with Python3
0193c74
6b7283c
* Thu Jun 21 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.71-4
faaf8b2
- Patched for AlignIO test failure (python-3.7 issue)
6b7283c
ea61e7a
* Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 1.71-3
ea61e7a
- Rebuilt for Python 3.7
ea61e7a
5120cb6
* Fri Apr 27 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.71-2
5120cb6
- Conform Python3 builds to coming RHEL major release
5120cb6
572a062
* Wed Apr 04 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.71-1
572a062
- Update to 1.71 (bz#1563655)
572a062
8d7ead4
* Thu Feb 22 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.70-11
8d7ead4
- Add gcc BR
8d7ead4
c9eace7
* Sat Feb 17 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.70-10
c9eace7
- Fix Python2 mysql-connector packages on fedora
c9eace7
16d2c42
* Sat Feb 17 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.70-9
16d2c42
- Fix Python2 required package on rhel
16d2c42
ef22ff3
* Fri Feb 16 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.70-8
ef22ff3
- Remove %%sum macro
2384b48
- Use %%py2_prefix
4548b88
- Required 'numpy' on rhel (without prefix)
ef22ff3
3599f9f
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.70-7
3599f9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3599f9f
bb691ef
* Tue Jan 16 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.70-6
bb691ef
- Fix dependencies
bb691ef
5ba8f00
* Sun Jan 14 2018 Antonio Trande <sagitter@fedoraproject.org> - 1.70-5
5ba8f00
- Use versioned Python packages
5ba8f00
5ba8f00
* Wed Jan 03 2018 Luis Bazan <lbazan@fedoraproject.org> - 1.70-4
6bb74a8
- Fix directory ownership
6bb74a8
fe3fd32
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.70-3
fe3fd32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fe3fd32
723b412
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.70-2
723b412
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
723b412
eae0f4d
* Tue Jul 11 2017 Antonio Trande <sagitter@fedoraproject.org> - 1.70-1
eae0f4d
- Update to 1.70 (bz#1440337)
eae0f4d
f1eab7a
* Wed Apr 12 2017 Antonio Trande <sagitter@fedoraproject.org> - 1.69-1
f1eab7a
- Update to 1.69
f1eab7a
03e32e4
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.68-3
03e32e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
03e32e4
f1eab7a
* Mon Dec 19 2016 Miro Hronok <mhroncok@redhat.com> - 1.68-2
454306c
- Rebuild for Python 3.6
454306c
2b4c0b8
* Sat Aug 27 2016 Antonio Trande <sagitter@fedoraproject.org> - 1.68-1
2b4c0b8
- Update to 1.68
2b4c0b8
- Drop old patch
2b4c0b8
e2283a2
* Wed Aug 17 2016 Antonio Trande <sagitter@fedoraproject.org> - 1.67-3
e2283a2
- Rebuild for Python 3.5.2
e2283a2
8cc51c4
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.67-2
8cc51c4
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
8cc51c4
99c3bbf
* Wed Jun 15 2016 Antonio Trande <sagitter@fedoraproject.org> - 1.67-1
99c3bbf
- Update to 1.67
99c3bbf
65a7969
* Mon Feb 15 2016 Antonio Trande <sagitter@fedoraproject.org> - 1.66-6
65a7969
- Typo fixed
65a7969
cd7cf9c
* Mon Feb 15 2016 Antonio Trande <sagitter@fedoraproject.org> - 1.66-5
cd7cf9c
- Created a python2- package
cd7cf9c
069c1a3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.66-4
069c1a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
069c1a3
e8ef3b7
* Wed Dec 09 2015 Antonio Trande <sagitter@fedoraproject.org> - 1.66-3
e8ef3b7
- SPEC file adapted to recent guidelines for Python
e8ef3b7
f8883a6
* Wed Dec 09 2015 Antonio Trande <sagitter@fedoraproject.org> - 1.66-2
f8883a6
- Built with Python3
f8883a6
- Some cleanups
f8883a6
- Set --cflags
f8883a6
- Fixed MySQL dependencies in Fedora
f8883a6
e8ef3b7
* Tue Dec 08 2015 Luis Bazan <lbazan@fedoraproject.org> - 1.66-1
e8ef3b7
- new upstream version
71c81d4
e8ef3b7
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.65-2
e8ef3b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5e9bf6a
4d799ca
* Thu Jan 08 2015 Luis Bazan <lbazan@fedoraproject.org> - 1.65-1
4d799ca
- New upstream version
4d799ca
ae73b24
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.64-2
ae73b24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ae73b24
f8dac09
* Tue Jun 10 2014 Luis Bazan <lbazan@fedoraproject.org> - 1.64-1
f8dac09
- New Upstream Version
f8dac09
5bb03f6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-4
5bb03f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5bb03f6
cc1465b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-3
cc1465b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
cc1465b
1ea445b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-2
1ea445b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1ea445b
Alex Lancaster 0ed6c30
* Sat Nov 17 2012 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.60-1
Alex Lancaster 0ed6c30
- Update to latest upstream (#835434)
Alex Lancaster 0ed6c30
- Drop flex-related patch, no longer needed
Alex Lancaster 0ed6c30
28bf9eb
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.59-2
28bf9eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
28bf9eb
Alex Lancaster 830a085
* Fri Mar  9 2012 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.59-1
Alex Lancaster 830a085
- Update to latest upstream (1.59) (#797872)
Alex Lancaster 830a085
6cf1e32
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.58-2
6cf1e32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6cf1e32
Alex Lancaster 848af80
* Tue Sep 20 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.58-1
Alex Lancaster 848af80
- Update to upstream 1.58
Alex Lancaster 848af80
dbf7008
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.55-0.2.b
dbf7008
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
dbf7008
0657b1b
* Fri Aug 20 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.55-0.1.b
0657b1b
- Update to 1.55 beta
0657b1b
- BuildRequires: flex-static, libraries are now split out
0657b1b
bbf5874
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.54-2
bbf5874
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
bbf5874
247ecf5
* Fri May 21 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.54-1
247ecf5
- Update to upstream 1.54
247ecf5
e4ad51a
* Tue Apr  6 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.54-0.1.b
e4ad51a
- Update to 1.54 beta
e4ad51a
63e33f6
* Tue Dec 15 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.53-1
63e33f6
- Update to upstream 1.53
63e33f6
32835cf
* Thu Oct 15 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.52-1
32835cf
- Update to latest upstream (1.52)
32835cf
81148ac
* Tue Aug 18 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.51-1
81148ac
- Update to upstream 1.51
81148ac
- Drop mx {Build}Requires, no longer used upstream
81148ac
- Remove Martel modules, no longer distributed upstream
81148ac
- Add flex to BuildRequires, patch setup to build
81148ac
  Bio.PDB.mmCIF.MMCIFlex as per upstream:
81148ac
  http://bugzilla.open-bio.org/show_bug.cgi?id=2619
81148ac
9be8571
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.49-3
9be8571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9be8571
6f9b02e
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.49-2
6f9b02e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6f9b02e
0eb813a
* Mon Dec  1 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.49-1
0eb813a
- Update to latest upstream (1.49) uses numpy and new API for psycopg2
0eb813a
- [Build]Requires python-numeric -> numpy 
0eb813a
- [Build]Requires python-psycopg -> python-psycopg2
0eb813a
- Remove interactive question hack, no longer needed
0eb813a
72d1d93
* Sun Nov 30 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.48-3
72d1d93
- Temporarily disable python-psycopg dependency until it is rebuilt
72d1d93
  for Python 2.6
72d1d93
bfa6725
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.48-2
bfa6725
- Rebuild for Python 2.6
bfa6725
c6c3d03
* Mon Sep 29 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.48-1
c6c3d03
- Update to latest upstream (1.48)
c6c3d03
dd62f71
* Fri Jul  4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.47-1
dd62f71
- Update to latest upstream (1.47)
dd62f71
9f01ebf
* Sun Mar 23 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.45-1
9f01ebf
- Update to latest upstream (1.45)
9f01ebf
fe75157
* Sat Feb  9 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.44-4
fe75157
- rebuilt for GCC 4.3 as requested by Fedora Release Engineering
fe75157
1ee5433
* Thu Dec 13 2007 Alex Lancaster <alexlan[AT]fedoraproject.org> 1.44-3
1ee5433
- Include eggs in file list for F9+
1ee5433
1ee5433
* Sun Oct 28 2007 Alex Lancaster <alexlan[AT]fedoraproject.org> 1.44-2
89847d0
- Drop patch to setup.py, applied upstream
89847d0
1ee5433
* Sun Oct 28 2007 Alex Lancaster <alexlan[AT]fedoraproject.org> 1.44-1
3757f16
- Update to latest upstream (1.44).
3757f16
1ee5433
* Mon Aug 27 2007 Alex Lancaster <alexlan[AT]fedoraproject.org> 1.43-5
4fe6601
- Used "MIT" as short license name as the "Biopython License
4fe6601
  Agreement" is the same as the CMU MIT variant.
4fe6601
f8883a6
* Wed Apr 25 2007 Alex Lancaster <alexlan[AT]fedoraproject.org> 1.43-4
3e49d58
- Add wise2 Requires since the Wise biopython module uses the
3e49d58
  command-line behind-the-scenes.
3e49d58
f8883a6
* Tue Apr 17 2007 Alex Lancaster <alexlan[AT]fedoraproject.org> 1.43-3
5ec6566
- Use python_sitearch macro to enable x86_64 builds work.
5ec6566
1ee5433
* Mon Apr 16 2007 Alex Lancaster <alexlan[AT]fedoraproject.org> 1.43-2
01fc1b7
- Fix Source0 URL as per suggestion from Parag AN on #235989.
01fc1b7
1ee5433
* Mon Apr 02 2007 Alex Lancaster <alexlan[AT]fedoraproject.org> 1.43-1
01fc1b7
- Initial Fedora package.
01fc1b7
01fc1b7