From cd02f13ad04eaa51ccc3cc5da748ea7160ba2912 Mon Sep 17 00:00:00 2001 From: kangenbo Date: Thu, 9 Jan 2020 10:27:22 +0800 Subject: [PATCH] update software packages --- no-script-liblzma.patch | 9 --------- pyliblzma.spec | 10 +++++++--- 2 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 no-script-liblzma.patch diff --git a/no-script-liblzma.patch b/no-script-liblzma.patch deleted file mode 100644 index 611f40d..0000000 --- a/no-script-liblzma.patch +++ /dev/null @@ -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) diff --git a/pyliblzma.spec b/pyliblzma.spec index b7cd571..79ed19d 100644 --- a/pyliblzma.spec +++ b/pyliblzma.spec @@ -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 - 0.5.3-28 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update software package + * Fri Sep 27 2019 shenyangyang - 0.5.3-27 - Type:enhancement - ID:NA