[APLpy] New upstream source (0.9.13), fixes bug in 0.9.11 and 0.9.12

Sergio Pascual sergiopr at fedoraproject.org
Tue Oct 7 15:55:04 UTC 2014


commit efd272880876c505e21fa21be68633e549ec4ae3
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Oct 7 17:54:50 2014 +0200

    New upstream source (0.9.13), fixes bug in 0.9.11 and 0.9.12

 .gitignore |    1 +
 APLpy.spec |   13 +++++++++++--
 sources    |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9047cb7..cd8c49b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /APLpy-0.9.8.tar.gz
 /APLpy-0.9.11.tar.gz
 /APLpy-0.9.12.tar.gz
+/APLpy-0.9.13.tar.gz
diff --git a/APLpy.spec b/APLpy.spec
index 3d5b622..13f4e45 100644
--- a/APLpy.spec
+++ b/APLpy.spec
@@ -1,8 +1,8 @@
 %global with_python3 1
 
 Name:           APLpy
-Version:        0.9.12
-Release:        2%{?dist}
+Version:        0.9.13
+Release:        1%{?dist}
 Summary:        The Astronomical Plotting Library in Python
 
 Group:          Development/Languages
@@ -14,7 +14,10 @@ Patch0:         aplpy-system-decorator.patch
 BuildArch:      noarch
 BuildRequires:  python2-devel numpy python-matplotlib python-astropy
 BuildRequires:  python-matplotlib-tk pytest python-decorator
+# For checks
+BuildRequires:  python-nose
 Requires:       numpy python-matplotlib python-astropy python-decorator
+Requires:       python-nose
 
 %description
 APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at 
@@ -45,7 +48,10 @@ Summary:        The Astronomical Plotting Library in Python
 
 BuildRequires:  python3-devel python3-numpy python3-matplotlib python3-astropy
 BuildRequires:  python3-matplotlib-tk python3-pytest python3-decorator
+# For checks
+BuildRequires:  python3-nose
 Requires:       python3-numpy python3-matplotlib python3-astropy python3-decorator
+Requires:       python3-nose
 
 %description -n python3-APLpy
 APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at 
@@ -130,6 +136,9 @@ popd
 %endif # 0%{?with_python3}
 
 %changelog
+* Tue Oct 07 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.9.13-1
+- New upstream source (0.9.13), fixes bug in 0.9.11 and 0.9.12
+
 * Thu Sep 11 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.9.12-2
 - Provide python3 subpackage
 - Unbundle decorator
diff --git a/sources b/sources
index f8637f7..f2da568 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeff0c49f43847819ab5e94e63abd74c  APLpy-0.9.12.tar.gz
+c8755841290b3c6fd0ce8e0b92122c18  APLpy-0.9.13.tar.gz


More information about the scm-commits mailing list