14
0
forked from pool/python-py7zr

- update to 0.20.7:

* Support Python 3.12
- update to 0.20.6
    * fix: sanitize path when write (#525)
    * fix: allow specify target path in relative path (#530)
    * Avoid AttributeError on OpenBSD (#521)
    * Error appending file: KeyError: 'lastwritetime' (#517)
    * Fixing a string quote in user_guide document(#524)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py7zr?expand=0&rev=14
This commit is contained in:
2023-12-15 09:40:50 +00:00
committed by Git OBS Bridge
parent 397b2d9bd7
commit 38a5e9c263

View File

@@ -1,17 +1,14 @@
-------------------------------------------------------------------
Fri Dec 15 06:16:51 UTC 2023 - ecsos <ecsos@opensuse.org>
- Update to 0.20.7:
* Changed
- Support Python 3.12 (#541)
- Update to 0.20.6
* Fixed
- fix: sanitize path when write (#525)
- fix: allow specify target path in relative path (#530)
- Avoid AttributeError on OpenBSD (#521)
- Error appending file: KeyError: 'lastwritetime' (#517)
* Document
- Fixing a string quote in user_guide document(#524)
- update to 0.20.7:
* Support Python 3.12
- update to 0.20.6
* fix: sanitize path when write (#525)
* fix: allow specify target path in relative path (#530)
* Avoid AttributeError on OpenBSD (#521)
* Error appending file: KeyError: 'lastwritetime' (#517)
* Fixing a string quote in user_guide document(#524)
-------------------------------------------------------------------
Wed Jun 21 11:10:29 UTC 2023 - ecsos <ecsos@opensuse.org>