mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-12 08:45:47 +03:00
Updated zlib to 1.3
This commit is contained in:
parent
6e28ed1f36
commit
b0e28048d6
|
@ -79,7 +79,7 @@ class TestFilePng:
|
||||||
|
|
||||||
def test_sanity(self, tmp_path):
|
def test_sanity(self, tmp_path):
|
||||||
# internal version number
|
# internal version number
|
||||||
assert re.search(r"\d+\.\d+\.\d+(\.\d+)?$", features.version_codec("zlib"))
|
assert re.search(r"\d+(\.\d+){1,3}$", features.version_codec("zlib"))
|
||||||
|
|
||||||
test_file = str(tmp_path / "temp.png")
|
test_file = str(tmp_path / "temp.png")
|
||||||
|
|
||||||
|
|
|
@ -130,9 +130,9 @@ deps = {
|
||||||
"bins": ["cjpeg.exe", "djpeg.exe"],
|
"bins": ["cjpeg.exe", "djpeg.exe"],
|
||||||
},
|
},
|
||||||
"zlib": {
|
"zlib": {
|
||||||
"url": "https://zlib.net/zlib1213.zip",
|
"url": "https://zlib.net/zlib13.zip",
|
||||||
"filename": "zlib1213.zip",
|
"filename": "zlib13.zip",
|
||||||
"dir": "zlib-1.2.13",
|
"dir": "zlib-1.3",
|
||||||
"license": "README",
|
"license": "README",
|
||||||
"license_pattern": "Copyright notice:\n\n(.+)$",
|
"license_pattern": "Copyright notice:\n\n(.+)$",
|
||||||
"build": [
|
"build": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user