commit
326506f78f
@ -1,9 +0,0 @@
|
|||||||
diff --git a/liblzma.py~ b/liblzma.py
|
|
||||||
index 36d8047..293193d 100644
|
|
||||||
--- a/liblzma.py~
|
|
||||||
+++ b/liblzma.py
|
|
||||||
@@ -1,4 +1,3 @@
|
|
||||||
-#!/usr/bin/env python
|
|
||||||
from lzma import *
|
|
||||||
from warnings import warn
|
|
||||||
warn("'liblzma' has been renamed to 'lzma'!\n Please update code to import 'lzma'!", DeprecationWarning, stacklevel=1)
|
|
||||||
@ -1,13 +1,11 @@
|
|||||||
Summary: Python bindings for liblzma
|
Summary: Python bindings for liblzma
|
||||||
Name: pyliblzma
|
Name: pyliblzma
|
||||||
Version: 0.5.3
|
Version: 0.5.3
|
||||||
Release: 27
|
Release: 28
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Url: https://launchpad.net/pyliblzma
|
Url: https://launchpad.net/pyliblzma
|
||||||
Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.bz2
|
Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
Patch0: no-script-liblzma.patch
|
|
||||||
|
|
||||||
BuildRequires: python-setuptools xz-devel python-test python-devel
|
BuildRequires: python-setuptools xz-devel python-test python-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -42,6 +40,12 @@ python setup.py install --root=%{buildroot}
|
|||||||
%doc README PKG-INFO NEWS
|
%doc README PKG-INFO NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 09 2020 kangenbo<kangenbo@huawei.com> - 0.5.3-28
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update software package
|
||||||
|
|
||||||
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 0.5.3-27
|
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 0.5.3-27
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user