[ATpy/el6] New upstream release 0.9.7.

Sergio Pascual sergiopr at fedoraproject.org
Tue Jul 30 15:55:49 UTC 2013


commit fadf9398f6cbb6647bd35fa609298a27754a1673
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Jul 30 17:55:36 2013 +0200

    New upstream release 0.9.7.

 .gitignore |    1 +
 ATpy.spec  |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2378d97..6418680 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ATpy-0.9.5.1.tar.gz
 /ATpy-0.9.5.3.tar.gz
 /ATpy-0.9.6.tar.gz
+/ATpy-0.9.7.tar.gz
diff --git a/ATpy.spec b/ATpy.spec
index 3426d34..7dbae7f 100644
--- a/ATpy.spec
+++ b/ATpy.spec
@@ -5,14 +5,14 @@
 %endif
 
 Name: ATpy
-Version: 0.9.6
+Version: 0.9.7
 Release: 1%{?dist}
 Summary: Astronomical Tables in Python
 License: MIT
 
 Group: Development/Libraries
-URL: http://atpy.github.com/
-Source0: https://github.com/downloads/atpy/atpy/%{name}-%{version}.tar.gz
+URL: http://atpy.readthedocs.org
+Source0: https://pypi.python.org/packages/source/A/ATpy/%{name}-%{version}.tar.gz
 
 BuildArch: noarch
 BuildRequires: python-devel
@@ -76,18 +76,21 @@ popd
 %{__python} setup.py install --skip-build --root  %{buildroot}
  
 %files
-%doc CHANGES LICENSE README
+%doc CHANGES LICENSE README.md
 %{python_sitelib}/ATpy-*.egg-info
 %{python_sitelib}/atpy/
 
 %if 0%{?with_python3}
 %files -n python3-ATpy
-%doc CHANGES LICENSE README
+%doc CHANGES LICENSE README.md
 %{python3_sitelib}/ATpy-*.egg-info
 %{python3_sitelib}/atpy/
 %endif # with_python3
 
 %changelog
+* Tue Jul 30 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 0.9.7-1
+- New upstream release 0.9.7.
+
 * Mon May 21 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 0.9.6-1
 - New upstream release.
 
diff --git a/sources b/sources
index 679df6a..ec6681b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e066d571cc23033ad90266a141ab64e  ATpy-0.9.6.tar.gz
+2306195fcefff7c1e4d36ae92a894ff2  ATpy-0.9.7.tar.gz


More information about the scm-commits mailing list