[python-biopython] Update to latest upstream (#835434). Drop flex-related patch, no longer needed

alexlan alexlan at fedoraproject.org
Sat Nov 17 20:32:02 UTC 2012


commit 0ed6c30a1ad1fc00e77bf6a6b5ea3400ae39cc30
Author: Alex Lancaster <alexlan fedorapeople org>
Date:   Sat Nov 17 15:31:17 2012 -0500

    Update to latest upstream (#835434). Drop flex-related patch, no longer needed

 .gitignore                              |    1 +
 python-biopython-1.51-enable-flex.patch |   21 ---------------------
 python-biopython.spec                   |   11 ++++++-----
 sources                                 |    2 +-
 4 files changed, 8 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abd5163..3252d3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ biopython-1.54.tar.gz
 /biopython-1.55b.tar.gz
 /biopython-1.58.tar.gz
 /biopython-1.59.tar.gz
+/biopython-1.60.tar.gz
diff --git a/python-biopython.spec b/python-biopython.spec
index fc25435..731255e 100644
--- a/python-biopython.spec
+++ b/python-biopython.spec
@@ -2,11 +2,10 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:             python-biopython
-Version:          1.59
-Release:          2%{?dist}
+Version:          1.60
+Release:          1%{?dist}
 Summary:          Python tools for computational molecular biology
 Source0:          http://biopython.org/DIST/biopython-%{version}.tar.gz
-Patch0:           python-biopython-1.51-enable-flex.patch
 License:          MIT
 Url:              http://www.biopython.org/
 Group:            Development/Libraries
@@ -29,8 +28,6 @@ biology.
 
 %prep
 %setup -q -n biopython-%{version}
-# enable build of Bio.PDB.mmCIF.MMCIFlex (requires flex)
-%patch0 -p0
 
 # remove all execute bits from documentation and fix line endings
 find Scripts -type f -exec chmod -x {} 2>/dev/null ';'
@@ -69,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/BioSQL/*
 
 %changelog
+* Sat Nov 17 2012 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.60-1
+- Update to latest upstream (#835434)
+- Drop flex-related patch, no longer needed
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.59-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6d124a8..3a46a09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3766ab5169bec7d3508a563c91d1e0ba  biopython-1.59.tar.gz
+8539f1761483187a04da9bf7f499a21f  biopython-1.60.tar.gz


More information about the scm-commits mailing list