Update to 1.5.6
This commit is contained in:
parent
3e3470390a
commit
56b65b2601
@ -86,11 +86,11 @@ index fa3e270..3a366d0 100644
|
||||
|
||||
|
||||
def move_wheel_files(name, req, wheeldir, user=False, home=None, root=None,
|
||||
- pycompile=True):
|
||||
+ pycompile=True, strip_file_prefix=None):
|
||||
- pycompile=True, scheme=None):
|
||||
+ pycompile=True, scheme=None, strip_file_prefix=None):
|
||||
"""Install a wheel"""
|
||||
|
||||
scheme = distutils_scheme(name, user=user, home=home, root=root)
|
||||
if not scheme:
|
||||
@@ -357,6 +357,8 @@ if __name__ == '__main__':
|
||||
writer.writerow(row)
|
||||
for f in generated:
|
||||
|
@ -15,8 +15,8 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.5.4
|
||||
Release: 4%{?dist}
|
||||
Version: 1.5.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for installing and managing Python packages
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -136,6 +136,9 @@ pip2 install -I dist/%{python2_wheelname} --root %{buildroot} --strip-file-prefi
|
||||
%endif # with_python3
|
||||
|
||||
%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
|
||||
- Rebuild as wheel for Python 3.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user