[pyfits] New upstream version, mainly bugfixes

Sergio Pascual sergiopr at fedoraproject.org
Tue Jan 31 11:08:18 UTC 2012


commit 9cac241ee6ad5e46d2e4949ea60818b0c081160f
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Jan 31 12:08:08 2012 +0100

    New upstream version, mainly bugfixes

 .gitignore             |    1 +
 pyfits-compat-setup.py |    2 +-
 pyfits.spec            |    7 +++++--
 sources                |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c0be0e..fda0ef6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pyfits-2.3.1.tar.gz
 /pyfits-2.4.0.tar.gz
 /pyfits-3.0.1.tar.gz
+/pyfits-3.0.5.tar.gz
diff --git a/pyfits-compat-setup.py b/pyfits-compat-setup.py
index 646f4b2..d7d0590 100644
--- a/pyfits-compat-setup.py
+++ b/pyfits-compat-setup.py
@@ -23,7 +23,7 @@ comp = Extension('pyfits.compression', [
 	include_dirs=[numpy_include])
 
 setup(name='pyfits',
-	version='3.0.1',
+	version='3.0.5',
 	author= 'J. C. Hsu, Paul Barrett, Christopher Hanley, James Taylor, Michael Droettboom, Erik Bray',
 	author_email='help at stsci.edu',
 	description='Reads FITS images and tables into numpy or numarray objects and manipulates FITS headers',
diff --git a/pyfits.spec b/pyfits.spec
index 581adcc..e81710c 100644
--- a/pyfits.spec
+++ b/pyfits.spec
@@ -5,8 +5,8 @@
 %endif
 
 Name: pyfits
-Version: 3.0.1
-Release: 3%{?dist}
+Version: 3.0.5
+Release: 1%{?dist}
 Summary: Python interface to FITS
 
 Group: Development/Languages
@@ -95,6 +95,9 @@ chmod 755 %{buildroot}%{python_sitearch}/pyfits/compression.so
 %endif # with_python3
 
 %changelog
+* Tue Jan 31 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 3.0.5-1
+- New upstream version, mainly bugfixes
+
 * Fri Jan 20 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 3.0.1-3
 - Added compatibility setup.py to avoid using d2to1 package
 - Added a dependency on 2to3
diff --git a/sources b/sources
index c981c0c..99352e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e65f78484e10b69c9ea6c43548adb05  pyfits-3.0.1.tar.gz
+522dcec3bfc605c536c1aa042e36c8ef  pyfits-3.0.5.tar.gz


More information about the scm-commits mailing list