update software packages

This commit is contained in:
kangenbo 2020-01-09 10:27:22 +08:00
parent 9a0a75f5a4
commit cd02f13ad0
2 changed files with 7 additions and 12 deletions

View File

@ -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)

View File

@ -1,13 +1,11 @@
Summary: Python bindings for liblzma
Name: pyliblzma
Version: 0.5.3
Release: 27
Release: 28
License: LGPLv3+
Url: https://launchpad.net/pyliblzma
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
%description
@ -42,6 +40,12 @@ python setup.py install --root=%{buildroot}
%doc README PKG-INFO NEWS
%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
- Type:enhancement
- ID:NA