14
0
forked from pool/python-py7zr

Accepting request 1133246 from home:ecsos:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/1133246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py7zr?expand=0&rev=13
This commit is contained in:
2023-12-15 09:40:17 +00:00
committed by Git OBS Bridge
parent e0bc9a957f
commit 397b2d9bd7
4 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Wed Jun 21 11:10:29 UTC 2023 - ecsos <ecsos@opensuse.org>