[pyfits] New upstream version

Sergio Pascual sergiopr at fedoraproject.org
Tue Apr 24 15:13:14 UTC 2012


commit 2359d94d50f60f641780f9ff756b025af447492d
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Apr 24 16:31:21 2012 +0200

    New upstream version

 .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 fda0ef6..b505e82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/pyfits-3.0.7.tar.gz
diff --git a/pyfits-compat-setup.py b/pyfits-compat-setup.py
index d7d0590..2d19d9c 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.5',
+	version='3.0.7',
 	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 ce87610..95572f5 100644
--- a/pyfits.spec
+++ b/pyfits.spec
@@ -5,8 +5,8 @@
 %endif
 
 Name: pyfits
-Version: 3.0.5
-Release: 2%{?dist}
+Version: 3.0.7
+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.7-1
+- New upstream version
+
 * Tue Jan 31 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 3.0.5-2
 - Fixed bz #815376
 - Moved python3 requires to package description
diff --git a/sources b/sources
index 99352e8..fca8895 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-522dcec3bfc605c536c1aa042e36c8ef  pyfits-3.0.5.tar.gz
+6aaa1b02ac349120cb5fd03cf569dffd  pyfits-3.0.7.tar.gz


More information about the scm-commits mailing list