forked from pool/python-py7zr
Accepting request 1084851 from devel:languages:python
- update to 0.20.5: * Remove root reference from file names (#513) * fix typo in the readme (#510) * Drop manual GC to improve performance when many files are handled. (#489, #490) * Fix mypy error * Skip deflate64 compression/decompression test on pypy * There is an issue in dependency inflate64 library that causes SIGABORT and SIGSEGV on pypy OBS-URL: https://build.opensuse.org/request/show/1084851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py7zr?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:791ef912a295b61b91c5fe0c23adeddb80bf13500308062c082b8fec6c8c9653
|
|
||||||
size 4983066
|
|
3
py7zr-0.20.5.tar.gz
Normal file
3
py7zr-0.20.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6fb4889c0fa32581818a3366984083253585d6c794e82c3242b8a12d6aeaabd3
|
||||||
|
size 4985655
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 19:19:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.20.5:
|
||||||
|
* Remove root reference from file names (#513)
|
||||||
|
* fix typo in the readme (#510)
|
||||||
|
* Drop manual GC to improve performance when many files are
|
||||||
|
handled. (#489, #490)
|
||||||
|
* Fix mypy error
|
||||||
|
* Skip deflate64 compression/decompression test on pypy
|
||||||
|
* There is an issue in dependency inflate64 library that causes
|
||||||
|
SIGABORT and SIGSEGV on pypy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 21 10:02:30 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Wed Dec 21 10:02:30 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-py7zr%{psuffix}
|
Name: python-py7zr%{psuffix}
|
||||||
Version: 0.20.2
|
Version: 0.20.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and utility to support 7zip
|
Summary: Library and utility to support 7zip
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@@ -100,7 +100,7 @@ sed -i '1{/#!/d}' py7zr/*.py
|
|||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst Changelog.rst
|
%doc README.rst docs/Changelog.rst
|
||||||
%{python_sitelib}/py7zr
|
%{python_sitelib}/py7zr
|
||||||
%{python_sitelib}/py7zr-%{version}*-info
|
%{python_sitelib}/py7zr-%{version}*-info
|
||||||
%python_alternative %{_bindir}/py7zr
|
%python_alternative %{_bindir}/py7zr
|
||||||
|
Reference in New Issue
Block a user