- Use libalternatives in TW and Leap 16.0

- Change source to github tag archive, the last tag is not released in
  pypi.
- update to 1.15.0:
  * Remove Python 2 compatibility
  * Add an encoding parameter to the walk API so non-standard ISOs can be used
  * Fix ISOs that only have a single extent for Path Tables
  * Add the 'udf_path' argument to add_file so UDF ISOs can add paths
  * Fix timestamps for UDF

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycdlib?expand=0&rev=11
This commit is contained in:
2025-08-28 11:30:17 +00:00
committed by Git OBS Bridge
parent fafeb44230
commit f4763e2fc3
4 changed files with 39 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 28 10:23:04 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Use libalternatives in TW and Leap 16.0
- Change source to github tag archive, the last tag is not released in
pypi.
- update to 1.15.0:
* Remove Python 2 compatibility
* Add an encoding parameter to the walk API so non-standard ISOs can be used
* Fix ISOs that only have a single extent for Path Tables
* Add the 'udf_path' argument to add_file so UDF ISOs can add paths
* Fix timestamps for UDF
-------------------------------------------------------------------
Wed Jun 4 09:27:02 UTC 2025 - Markéta Machová <mmachova@suse.com>