Skip to content

Commit 67fe5ea

Browse files
committed
Release 1.15.0
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
1 parent a01d0bc commit 67fe5ea

9 files changed

+1292
-1299
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog for PyCdlib
22

3+
1.15.0 (2025-03-02)
4+
-------------------
5+
* Remove Python 2 compatibility
6+
* Add an encoding parameter to the walk API so non-standard ISOs can be used
7+
* Fix ISOs that only have a single extent for Path Tables
8+
* Add the 'udf_path' argument to add_file so UDF ISOs can add paths
9+
* Fix timestamps for UDF
10+
311
1.14.0 (2023-01-14)
412
-------------------
513
* Fix Python 2 compatibility

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pycdlib (1.15.0-1) UNRELEASED; urgency=low
2+
3+
* Release 1.15.0 of pycdlib
4+
5+
-- Chris Lalancette <clalancette@gmail.com> Sun, 02 Mar 2025 21:00:00 -0500
6+
17
pycdlib (1.14.0-1) UNRELEASED; urgency=low
28

39
* Release 1.14.0 of pycdlib

debian/control

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,8 @@ Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3), dh-python, python-
66
Standards-Version: 3.9.4
77
Homepage: https://github.com/clalancette/pycdlib
88
Vcs-Git: https://github.com/clalancette/pycdlib.git
9-
X-Python-Version: >= 2.6
109
X-Python3-Version: >= 3.2
1110

12-
Package: python-pycdlib
13-
Architecture: all
14-
Depends: ${misc:Depends}, ${python:Depends}
15-
Description: Pure python ISO9660 read and write library
16-
Pycdlib is a pure python library for reading, writing, and otherwise
17-
manipulating ISO9660 files. It is focused on speed, correctness, and
18-
conformance to the various standards around ISO9660, including ISO9660 itself,
19-
the Joliet extensions, the Rock Ridge extensions, the El Torito boot
20-
extensions, and the UDF standard.
21-
2211
Package: python3-pycdlib
2312
Architecture: all
2413
Depends: ${misc:Depends}, ${python3:Depends}
@@ -30,7 +19,7 @@ Description: Pure python ISO9660 read and write library
3019
extensions, and the UDF standard.
3120

3221
Package: pycdlib-tools
33-
Depends: ${misc:Depends}, ${python:Depends}, python-pycdlib, python2
22+
Depends: ${misc:Depends}, ${python:Depends}, python3-pycdlib, python3
3423
Architecture: all
3524
Description: Tools based on pycdlib
3625
This package contains tools that depend on the pycdlib library to operate.

docs/pycdlib-api.html

Lines changed: 658 additions & 666 deletions
Large diffs are not rendered by default.

docs/pycdlib-explorer.html

Lines changed: 63 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)