From ba4a12293d7a0447e06843e88ad7c9465c968612 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Mon, 24 Dec 2012 15:17:10 +0530 Subject: [PATCH] new release of python-pandas --- .gitignore | 1 + python-pandas.spec | 17 +++++++++-------- sources | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ed62e85..666fd6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pandas-0.8.1.tar.gz /python-pandas.spec /pandas-0.9.0.tar.gz +/pandas-0.10.0.tar.gz diff --git a/python-pandas.spec b/python-pandas.spec index decc2c2..96d4bf5 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -1,4 +1,3 @@ -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{?filter_setup: %filter_provides_in %{python_sitearch}.*\.so$ @@ -7,7 +6,7 @@ Name: python-pandas -Version: 0.9.0 +Version: 0.10.0 Release: 1%{?dist} Summary: Python library providing high-performance data analysis tools @@ -15,13 +14,14 @@ Group: Development/Languages License: BSD URL: http://pandas.pydata.org/ Source0: http://pypi.python.org/packages/source/p/pandas/pandas-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, python-setuptools-devel, python-matplotlib Requires: pytz Requires: python-dateutil Requires: numpy Requires: scipy +Requires: python-tables +Requires: python-matplotlib %description pandas is an open source, BSD-licensed library providing @@ -30,7 +30,6 @@ analysis tools for the Python programming language. %prep %setup -q -n pandas-%{version} -sed -i -e "s|#!/usr/bin/env python||" pandas/setup.py %build @@ -38,21 +37,23 @@ sed -i -e "s|#!/usr/bin/env python||" pandas/setup.py %install -rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc PKG-INFO README.rst LICENSE %{python_sitearch}/pandas* %changelog +* Mon Dec 24 2012 Kushal Das 0.10.0-1 +- New release of pandas 0.10.0 + +* Thu Nov 08 2012 Kushal Das 0.10.0-1 +- New release of pandas 0.10.0 + * Thu Nov 08 2012 Kushal Das 0.9-1 - New release of pandas diff --git a/sources b/sources index 5907835..d49f666 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0b57efeeefbf1e10ec38ace2f29516b pandas-0.9.0.tar.gz +ca6278575fad2cf6d145460321e40449 pandas-0.10.0.tar.gz