diff --git a/python-pylzma.changes b/python-pylzma.changes index e4b5317..2d2f47b 100644 --- a/python-pylzma.changes +++ b/python-pylzma.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 2 14:09:12 UTC 2019 - Martin Pluskal + +- 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. + ------------------------------------------------------------------- Thu Jul 26 15:32:10 UTC 2018 - tchvatal@suse.com diff --git a/python-pylzma.spec b/python-pylzma.spec index 71e1db6..f5c02f3 100644 --- a/python-pylzma.spec +++ b/python-pylzma.spec @@ -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 diff --git a/v0.4.9.tar.gz b/v0.4.9.tar.gz deleted file mode 100644 index 795592e..0000000 --- a/v0.4.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebbc73c66b94da6cd7c644d585a35f8b2bc946429da7607b9421bf4d3aca1064 -size 4083321 diff --git a/v0.5.0.tar.gz b/v0.5.0.tar.gz new file mode 100644 index 0000000..55b98d4 --- /dev/null +++ b/v0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baefed4c84d147a507a606206478ff0894e04fa41aa3742381159cde44836fc3 +size 4216377