Skip to content

Commit 60e4899

Browse files
committed
Release v0.21.1
Fixed ----- * Follow shutil.register_unpack_format() convention of raising a ReadError when the library cannot handle a file (#583) * ensure unpack_7zarchive closes the archive (#584) * 64bit OS detection (#580) Added ----- * Add recursive sub-directories and files extraction (#585) Changed ------- * check targets argument type for read and extract method (#577) * Treat zero byte stream as a file (#551)
1 parent 1fddf8c commit 60e4899

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

docs/Changelog.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ All notable changes to this project will be documented in this file.
99
`Unreleased`_
1010
=============
1111

12+
`v0.21.1`_
13+
==========
14+
Fixed
15+
-----
16+
* Follow shutil.register_unpack_format() convention of raising a ReadError
17+
when the library cannot handle a file (#583)
18+
* ensure unpack_7zarchive closes the archive (#584)
19+
* 64bit OS detection (#580)
20+
21+
Added
22+
-----
23+
* Add recursive sub-directories and files extraction (#585)
24+
25+
Changed
26+
-------
27+
* check targets argument type for read and extract method (#577)
28+
* Treat zero byte stream as a file (#551)
29+
1230
`v0.21.0`_
1331
==========
1432
Changed
@@ -378,7 +396,8 @@ Changed
378396

379397

380398
.. History links
381-
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.21.0...HEAD
399+
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.21.1...HEAD
400+
.. _v0.21.1: https://github.com/miurahr/py7zr/compare/v0.21.0...v0.21.1
382401
.. _v0.21.0: https://github.com/miurahr/py7zr/compare/v0.20.8...v0.21.0
383402
.. _v0.20.8: https://github.com/miurahr/py7zr/compare/v0.20.7...v0.20.8
384403
.. _v0.20.7: https://github.com/miurahr/py7zr/compare/v0.20.6...v0.20.7

docs/SECURITY.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ Supported Versions
77
+---------+---------------------+
88
| Version | Status |
99
+=========+=====================+
10-
| 0.20.x | Stable version |
10+
| 0.21.x | Stable version |
1111
+---------+---------------------+
12-
| 0.19.x | Security fixes only |
12+
| 0.20.x | Security fixes only |
1313
+---------+---------------------+
14-
| 0.18.x | Security fixes only |
15-
+---------+---------------------+
16-
| < 0.18 | not supported |
14+
| < 0.20 | not supported |
1715
+---------+---------------------+
1816

1917
Reporting a Vulnerability

docs/authors.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ Contributors, listed alphabetically, are:
1313
* Alexander Kapshuna -- Fix shutil integration (#353)
1414
* @andrebrait -- Fix exception for empty 7z file (#118)
1515
* Antoine C -- Support Python 3.12 and later (#550)
16-
* @amarcu5 -- fix error when large compressed headers (#281)
16+
* @amarcu5 -- Fix error when large compressed headers (#281)
1717
* c.foster -- Default exceptions to include the exception type
1818
* chigusa -- Fix UTF-16 path parsing for extraction (#391)
1919
* @DoNCK -- Fix extraction of hidden dot files(#448)
20+
* François Freitag -- Improve shutil interface support (#583, #584)
2021
* Jasper Lievisse Adriaanse -- Update document
21-
* Joachim Bauch -- pylzma orginator
22+
* Joachim Bauch -- pylzma originator
23+
* John King -- Fix 64bit os detection (#580)
2224
* Kazuya Fujioka -- Fix zero file problem
2325
* Kyle Altendorf -- Fix multithreading problem (#82)
2426
* Martin Larralde -- Fix writef method (#397)

0 commit comments

Comments
 (0)