forked from pool/python-pylzma
Accepting request 662468 from devel:languages:python:avocado
- Update to version 0.5.0: * Update to LZMA SDK 18.05. * Support LZMA2 decompression. * Fix decompressing empty members from 7z files. * Fix parsing attributes from 7z members. * Include test data in tarball. * Fix AES decryption for solid 7z archives with LZMA2 compression. OBS-URL: https://build.opensuse.org/request/show/662468 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylzma?expand=0&rev=9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pylzma
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,14 +12,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define oname pylzma
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pylzma
|
||||
Version: 0.4.9
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: Python bindings for the LZMA compression library
|
||||
License: LGPL-2.1-only
|
||||
|
Reference in New Issue
Block a user