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

This commit is contained in:
Sergio Pascual 2014-10-07 17:54:50 +02:00
commit efd2728808
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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@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@fedoraproject.org> - 0.9.12-2
- Provide python3 subpackage
- Unbundle decorator

View file

@ -1 +1 @@
aeff0c49f43847819ab5e94e63abd74c APLpy-0.9.12.tar.gz
c8755841290b3c6fd0ce8e0b92122c18 APLpy-0.9.13.tar.gz