Rebuild to main - now required by python-dateutil

This commit is contained in:
Denis Silakov 2013-10-31 17:57:10 +04:00
parent 3d7246b987
commit 5f1e2c477e

View file

@ -2,7 +2,7 @@
Name: python-%{oname}
Version: 1.4.1
Release: 1
Release: 2
Summary: Python 2 and 3 compatibility utilities
Source0: http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
License: MIT
@ -37,13 +37,3 @@ python setup.py install --root=%{buildroot}
%{py_puresitedir}/six.py*
%{py_puresitedir}/six*.egg-info
%changelog
* Fri Aug 12 2011 Alexandre Lissy <alissy@mandriva.com> 1.0.0-1
+ Revision: 694205
- Set correct license and group
- Importing python-six module
- Created package structure for 'python-six'.