Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 6b5e73887fb73ac6122c98f64d64ebf9 > files > 1

python-pytz-2010e-1mdv2010.1.src.rpm

%define module	pytz
%define name	python-%{module}
%define version	2010e
%define release	%mkrel 1

Summary:	World timezone definitions for Python
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{module}-%{version}.tar.bz2
License:	MIT
Group:		Development/Python
Url:		http://pytz.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	python-devel >= 2.3
BuildArch:	noarch

%description
pytz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.3 or
higher. It also solves the issue of ambiguous times at the end of
daylight savings, which you can read more about in the Python Library
Reference (datetime.tzinfo).

Amost all (over 540) of the Olson timezones are supported.

%prep
%setup -q -n %{module}-%{version}

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --record=FILELIST

%clean
%__rm -rf %{buildroot}

%files -f FILELIST
%defattr(-,root,root)
%doc *.txt



%changelog
* Wed Mar 10 2010 Lev Givon <lev@mandriva.org> 2010e-1mdv2010.1
+ Revision: 517257
- Update to 2010e.

* Mon Jan 04 2010 Lev Givon <lev@mandriva.org> 2009u-1mdv2010.1
+ Revision: 486223
- Update to 2009u.

* Tue Sep 29 2009 Lev Givon <lev@mandriva.org> 2009n-1mdv2010.0
+ Revision: 450927
- Update to 2009n.

* Mon Aug 10 2009 Lev Givon <lev@mandriva.org> 2009j-1mdv2010.0
+ Revision: 414453
- Update to 2009j.

* Sun Jan 04 2009 Funda Wang <fwang@mandriva.org> 2008i-2mdv2009.1
+ Revision: 324092
- rebuild

* Fri Nov 07 2008 Lev Givon <lev@mandriva.org> 2008i-1mdv2009.1
+ Revision: 300408
- Update to 2008i.

* Mon Oct 13 2008 Lev Givon <lev@mandriva.org> 2008h-1mdv2009.1
+ Revision: 293371
- Update to 2008h.

* Fri Jul 11 2008 Lev Givon <lev@mandriva.org> 2008c-1mdv2009.0
+ Revision: 233820
- import python-pytz


* Fri Jul 11 2008 Lev Givon <lev@mandriva.org> 2008c-1mdv2008.1
- Package for Mandriva.