Update to 1.5.6

This commit is contained in:
Matej Stuchlik 2014-05-26 00:10:27 +02:00
parent 3e3470390a
commit 56b65b2601
2 changed files with 8 additions and 5 deletions

View File

@ -86,11 +86,11 @@ index fa3e270..3a366d0 100644
def move_wheel_files(name, req, wheeldir, user=False, home=None, root=None, def move_wheel_files(name, req, wheeldir, user=False, home=None, root=None,
- pycompile=True): - pycompile=True, scheme=None):
+ pycompile=True, strip_file_prefix=None): + pycompile=True, scheme=None, strip_file_prefix=None):
"""Install a wheel""" """Install a wheel"""
scheme = distutils_scheme(name, user=user, home=home, root=root) if not scheme:
@@ -357,6 +357,8 @@ if __name__ == '__main__': @@ -357,6 +357,8 @@ if __name__ == '__main__':
writer.writerow(row) writer.writerow(row)
for f in generated: for f in generated:

View File

@ -15,8 +15,8 @@
%endif %endif
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.5.4 Version: 1.5.6
Release: 4%{?dist} Release: 1%{?dist}
Summary: A tool for installing and managing Python packages Summary: A tool for installing and managing Python packages
Group: Development/Libraries Group: Development/Libraries
@ -136,6 +136,9 @@ pip2 install -I dist/%{python2_wheelname} --root %{buildroot} --strip-file-prefi
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Sun May 25 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.6-1
- Update to 1.5.6
* Fri Apr 25 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-4 * Fri Apr 25 2014 Matej Stuchlik <mstuchli@redhat.com> - 1.5.4-4
- Rebuild as wheel for Python 3.4 - Rebuild as wheel for Python 3.4