1 Commits

Author SHA256 Message Date
461c56ba54 - Update to 1.1.0:
## Security
  * CVE-2025-6176: bump brotli@1.2.0
  ## What's Changed
  * fix(is_7zfile): accept any path-like instead of just pathlib.Path
  * Accept IO[bytes] instead of BinaryIO
  * feat(cli): add support for extracting specific archive members
  * fix: SevenZipFile.getinfo() now returns FileInfo as originally intended
  * feat: make FileInfo and ArchiveInfo dataclasses
  * feat: add is_file and is_symlink to FileInfo
  * Use zstandard implementation from stdlib (PEP-784)
  * chore: bump minimum Python version to 3.10 and update development deps
  * chore: tox configuration in pyproject.toml native
  * Use 3.10 type hint syntax
- Switch to GitHub tarball for the testsuite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py7zr?expand=0&rev=22
2026-02-19 03:22:56 +00:00