Skip to content

Commit fd2ca9d

Browse files
committed
update deps
Signed-off-by: Zen <[email protected]>
1 parent 29843e6 commit fd2ca9d

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pycpio"
7-
version = "0.8.0"
7+
version = "0.8.2"
88
authors = [
99
{ name="Desultory", email="[email protected]" },
1010
]
@@ -16,7 +16,7 @@ classifiers = [
1616
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
1717
"Operating System :: OS Independent",
1818
]
19-
dependencies = ["zenlib >= 1.4.0"]
19+
dependencies = ["zenlib >= 1.6.1"]
2020

2121
[project.scripts]
2222
pycpio = "pycpio.main:main"

src/pycpio/cpio/data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from pathlib import Path
66

77
from zenlib.logging import loggify
8-
98
from pycpio.masks import mode_bytes_from_path
109

1110

src/pycpio/header/cpioheader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
from zenlib.logging import loggify
7-
87
from pycpio.masks import resolve_mode_bytes, print_permissions, resolve_permissions
98

109

src/pycpio/writer/writer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
from zenlib.logging import loggify
3-
43
from pycpio.cpio import pad_cpio
54
from pycpio.header import CPIOHeader, HEADER_NEW
65

0 commit comments

Comments
 (0)