mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-06-05 09:23:42 -04:00
BIOSUtilities v24.10.07
Downgraded pefile dependency from 2024.8.26 to 2023.2.7
This commit is contained in:
parent
eda154b0f2
commit
bbf0008384
4 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
24.10.07
|
||||||
|
|
||||||
|
Downgraded pefile dependency from 2024.8.26 to 2023.2.7
|
||||||
|
|
||||||
24.10.06
|
24.10.06
|
||||||
|
|
||||||
Changed BIOSUtility.parse_format() to return a boolean
|
Changed BIOSUtility.parse_format() to return a boolean
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
Copyright (C) 2018-2024 Plato Mavropoulos
|
Copyright (C) 2018-2024 Plato Mavropoulos
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '24.10.06'
|
__version__ = '24.10.07'
|
||||||
|
|
|
@ -35,7 +35,7 @@ classifiers = [
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
lznt1 = ["dissect.util == 3.18"]
|
lznt1 = ["dissect.util == 3.18"]
|
||||||
pefile = ["pefile == 2024.8.26"]
|
pefile = ["pefile == 2023.2.7"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/platomav/BIOSUtilities"
|
Homepage = "https://github.com/platomav/BIOSUtilities"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
dissect.util==3.18
|
dissect.util==3.18
|
||||||
pefile==2024.8.26
|
pefile==2023.2.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue