fotolab 0.20.0__tar.gz → 0.20.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fotolab-0.20.0 → fotolab-0.20.1}/.pre-commit-config.yaml +1 -1
- {fotolab-0.20.0 → fotolab-0.20.1}/CHANGELOG.md +6 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/PKG-INFO +1 -1
- {fotolab-0.20.0 → fotolab-0.20.1}/Pipfile.lock +82 -77
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/__init__.py +1 -1
- {fotolab-0.20.0 → fotolab-0.20.1}/noxfile.py +1 -2
- {fotolab-0.20.0 → fotolab-0.20.1}/.coveragerc +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/.gitignore +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/.python-version +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/CONTRIBUTING.md +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/LICENSE.md +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/Pipfile +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/README.md +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/docs/Makefile +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/docs/make.bat +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/docs/source/CHANGELOG.md +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/docs/source/CONTRIBUTING.md +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/docs/source/LICENSE.md +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/docs/source/README.md +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/docs/source/_static/logo.jpg +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/docs/source/conf.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/docs/source/index.rst +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/__main__.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/animate.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/auto.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/border.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/cli.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/contrast.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/env.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/info.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/montage.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/resize.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/rotate.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/sharpen.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/fotolab/watermark.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/pyproject.toml +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/tests/__init__.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/tests/conftest.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/tests/test_env.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/tests/test_help_flag.py +0 -0
- {fotolab-0.20.0 → fotolab-0.20.1}/tests/test_quiet_flag.py +0 -0
@@ -7,6 +7,12 @@ and this project adheres to [0-based versioning](https://0ver.org/).
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## v0.20.1 (2024-11-17)
|
11
|
+
|
12
|
+
- Bump deps and `pre-commit` hooks
|
13
|
+
- Bump deps using minimum supported Python version in `nox`
|
14
|
+
- Remove duplicate `nox_session` decorator in `nox`
|
15
|
+
|
10
16
|
## v0.20.0 (2024-11-10)
|
11
17
|
|
12
18
|
- Add `-l` or `--canvas-color` option to set color to extended canvas
|
@@ -18,85 +18,90 @@
|
|
18
18
|
"default": {
|
19
19
|
"pillow": {
|
20
20
|
"hashes": [
|
21
|
-
"sha256:
|
22
|
-
"sha256:
|
23
|
-
"sha256:
|
24
|
-
"sha256:
|
25
|
-
"sha256:
|
26
|
-
"sha256:
|
27
|
-
"sha256:
|
28
|
-
"sha256:
|
29
|
-
"sha256:
|
30
|
-
"sha256:
|
31
|
-
"sha256:
|
32
|
-
"sha256:
|
33
|
-
"sha256:
|
34
|
-
"sha256:
|
35
|
-
"sha256:
|
36
|
-
"sha256:
|
37
|
-
"sha256:
|
38
|
-
"sha256:
|
39
|
-
"sha256:
|
40
|
-
"sha256:
|
41
|
-
"sha256:
|
42
|
-
"sha256:
|
43
|
-
"sha256:
|
44
|
-
"sha256:
|
45
|
-
"sha256:
|
46
|
-
"sha256:
|
47
|
-
"sha256:
|
48
|
-
"sha256:
|
49
|
-
"sha256:
|
50
|
-
"sha256:
|
51
|
-
"sha256:
|
52
|
-
"sha256:
|
53
|
-
"sha256:
|
54
|
-
"sha256:
|
55
|
-
"sha256:
|
56
|
-
"sha256:
|
57
|
-
"sha256:
|
58
|
-
"sha256:
|
59
|
-
"sha256:
|
60
|
-
"sha256:
|
61
|
-
"sha256:
|
62
|
-
"sha256:
|
63
|
-
"sha256:
|
64
|
-
"sha256:
|
65
|
-
"sha256:
|
66
|
-
"sha256:
|
67
|
-
"sha256:
|
68
|
-
"sha256:
|
69
|
-
"sha256:
|
70
|
-
"sha256:
|
71
|
-
"sha256:
|
72
|
-
"sha256:
|
73
|
-
"sha256:
|
74
|
-
"sha256:
|
75
|
-
"sha256:
|
76
|
-
"sha256:
|
77
|
-
"sha256:
|
78
|
-
"sha256:
|
79
|
-
"sha256:
|
80
|
-
"sha256:
|
81
|
-
"sha256:
|
82
|
-
"sha256:
|
83
|
-
"sha256:
|
84
|
-
"sha256:
|
85
|
-
"sha256:
|
86
|
-
"sha256:
|
87
|
-
"sha256:
|
88
|
-
"sha256:
|
89
|
-
"sha256:
|
90
|
-
"sha256:
|
91
|
-
"sha256:
|
92
|
-
"sha256:
|
93
|
-
"sha256:
|
94
|
-
"sha256:
|
95
|
-
"sha256:
|
21
|
+
"sha256:02a2be69f9c9b8c1e97cf2713e789d4e398c751ecfd9967c18d0ce304efbf885",
|
22
|
+
"sha256:030abdbe43ee02e0de642aee345efa443740aa4d828bfe8e2eb11922ea6a21ea",
|
23
|
+
"sha256:06b2f7898047ae93fad74467ec3d28fe84f7831370e3c258afa533f81ef7f3df",
|
24
|
+
"sha256:0755ffd4a0c6f267cccbae2e9903d95477ca2f77c4fcf3a3a09570001856c8a5",
|
25
|
+
"sha256:0a9ec697746f268507404647e531e92889890a087e03681a3606d9b920fbee3c",
|
26
|
+
"sha256:0ae24a547e8b711ccaaf99c9ae3cd975470e1a30caa80a6aaee9a2f19c05701d",
|
27
|
+
"sha256:134ace6dc392116566980ee7436477d844520a26a4b1bd4053f6f47d096997fd",
|
28
|
+
"sha256:166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06",
|
29
|
+
"sha256:1b5dea9831a90e9d0721ec417a80d4cbd7022093ac38a568db2dd78363b00908",
|
30
|
+
"sha256:1d846aea995ad352d4bdcc847535bd56e0fd88d36829d2c90be880ef1ee4668a",
|
31
|
+
"sha256:1ef61f5dd14c300786318482456481463b9d6b91ebe5ef12f405afbba77ed0be",
|
32
|
+
"sha256:297e388da6e248c98bc4a02e018966af0c5f92dfacf5a5ca22fa01cb3179bca0",
|
33
|
+
"sha256:298478fe4f77a4408895605f3482b6cc6222c018b2ce565c2b6b9c354ac3229b",
|
34
|
+
"sha256:29dbdc4207642ea6aad70fbde1a9338753d33fb23ed6956e706936706f52dd80",
|
35
|
+
"sha256:2db98790afc70118bd0255c2eeb465e9767ecf1f3c25f9a1abb8ffc8cfd1fe0a",
|
36
|
+
"sha256:32cda9e3d601a52baccb2856b8ea1fc213c90b340c542dcef77140dfa3278a9e",
|
37
|
+
"sha256:37fb69d905be665f68f28a8bba3c6d3223c8efe1edf14cc4cfa06c241f8c81d9",
|
38
|
+
"sha256:416d3a5d0e8cfe4f27f574362435bc9bae57f679a7158e0096ad2beb427b8696",
|
39
|
+
"sha256:43efea75eb06b95d1631cb784aa40156177bf9dd5b4b03ff38979e048258bc6b",
|
40
|
+
"sha256:4b35b21b819ac1dbd1233317adeecd63495f6babf21b7b2512d244ff6c6ce309",
|
41
|
+
"sha256:4d9667937cfa347525b319ae34375c37b9ee6b525440f3ef48542fcf66f2731e",
|
42
|
+
"sha256:5161eef006d335e46895297f642341111945e2c1c899eb406882a6c61a4357ab",
|
43
|
+
"sha256:543f3dc61c18dafb755773efc89aae60d06b6596a63914107f75459cf984164d",
|
44
|
+
"sha256:551d3fd6e9dc15e4c1eb6fc4ba2b39c0c7933fa113b220057a34f4bb3268a060",
|
45
|
+
"sha256:59291fb29317122398786c2d44427bbd1a6d7ff54017075b22be9d21aa59bd8d",
|
46
|
+
"sha256:5b001114dd152cfd6b23befeb28d7aee43553e2402c9f159807bf55f33af8a8d",
|
47
|
+
"sha256:5b4815f2e65b30f5fbae9dfffa8636d992d49705723fe86a3661806e069352d4",
|
48
|
+
"sha256:5dc6761a6efc781e6a1544206f22c80c3af4c8cf461206d46a1e6006e4429ff3",
|
49
|
+
"sha256:5e84b6cc6a4a3d76c153a6b19270b3526a5a8ed6b09501d3af891daa2a9de7d6",
|
50
|
+
"sha256:6209bb41dc692ddfee4942517c19ee81b86c864b626dbfca272ec0f7cff5d9fb",
|
51
|
+
"sha256:673655af3eadf4df6b5457033f086e90299fdd7a47983a13827acf7459c15d94",
|
52
|
+
"sha256:6c762a5b0997f5659a5ef2266abc1d8851ad7749ad9a6a5506eb23d314e4f46b",
|
53
|
+
"sha256:7086cc1d5eebb91ad24ded9f58bec6c688e9f0ed7eb3dbbf1e4800280a896496",
|
54
|
+
"sha256:73664fe514b34c8f02452ffb73b7a92c6774e39a647087f83d67f010eb9a0cf0",
|
55
|
+
"sha256:76a911dfe51a36041f2e756b00f96ed84677cdeb75d25c767f296c1c1eda1319",
|
56
|
+
"sha256:780c072c2e11c9b2c7ca37f9a2ee8ba66f44367ac3e5c7832afcfe5104fd6d1b",
|
57
|
+
"sha256:7928ecbf1ece13956b95d9cbcfc77137652b02763ba384d9ab508099a2eca856",
|
58
|
+
"sha256:7970285ab628a3779aecc35823296a7869f889b8329c16ad5a71e4901a3dc4ef",
|
59
|
+
"sha256:7a8d4bade9952ea9a77d0c3e49cbd8b2890a399422258a77f357b9cc9be8d680",
|
60
|
+
"sha256:7c1ee6f42250df403c5f103cbd2768a28fe1a0ea1f0f03fe151c8741e1469c8b",
|
61
|
+
"sha256:7dfecdbad5c301d7b5bde160150b4db4c659cee2b69589705b6f8a0c509d9f42",
|
62
|
+
"sha256:812f7342b0eee081eaec84d91423d1b4650bb9828eb53d8511bcef8ce5aecf1e",
|
63
|
+
"sha256:866b6942a92f56300012f5fbac71f2d610312ee65e22f1aa2609e491284e5597",
|
64
|
+
"sha256:86dcb5a1eb778d8b25659d5e4341269e8590ad6b4e8b44d9f4b07f8d136c414a",
|
65
|
+
"sha256:87dd88ded2e6d74d31e1e0a99a726a6765cda32d00ba72dc37f0651f306daaa8",
|
66
|
+
"sha256:8bc1a764ed8c957a2e9cacf97c8b2b053b70307cf2996aafd70e91a082e70df3",
|
67
|
+
"sha256:8d4d5063501b6dd4024b8ac2f04962d661222d120381272deea52e3fc52d3736",
|
68
|
+
"sha256:8f0aef4ef59694b12cadee839e2ba6afeab89c0f39a3adc02ed51d109117b8da",
|
69
|
+
"sha256:930044bb7679ab003b14023138b50181899da3f25de50e9dbee23b61b4de2126",
|
70
|
+
"sha256:950be4d8ba92aca4b2bb0741285a46bfae3ca699ef913ec8416c1b78eadd64cd",
|
71
|
+
"sha256:961a7293b2457b405967af9c77dcaa43cc1a8cd50d23c532e62d48ab6cdd56f5",
|
72
|
+
"sha256:9b885f89040bb8c4a1573566bbb2f44f5c505ef6e74cec7ab9068c900047f04b",
|
73
|
+
"sha256:9f4727572e2918acaa9077c919cbbeb73bd2b3ebcfe033b72f858fc9fbef0026",
|
74
|
+
"sha256:a02364621fe369e06200d4a16558e056fe2805d3468350df3aef21e00d26214b",
|
75
|
+
"sha256:a985e028fc183bf12a77a8bbf36318db4238a3ded7fa9df1b9a133f1cb79f8fc",
|
76
|
+
"sha256:ac1452d2fbe4978c2eec89fb5a23b8387aba707ac72810d9490118817d9c0b46",
|
77
|
+
"sha256:b15e02e9bb4c21e39876698abf233c8c579127986f8207200bc8a8f6bb27acf2",
|
78
|
+
"sha256:b2724fdb354a868ddf9a880cb84d102da914e99119211ef7ecbdc613b8c96b3c",
|
79
|
+
"sha256:bbc527b519bd3aa9d7f429d152fea69f9ad37c95f0b02aebddff592688998abe",
|
80
|
+
"sha256:bcd5e41a859bf2e84fdc42f4edb7d9aba0a13d29a2abadccafad99de3feff984",
|
81
|
+
"sha256:bd2880a07482090a3bcb01f4265f1936a903d70bc740bfcb1fd4e8a2ffe5cf5a",
|
82
|
+
"sha256:bee197b30783295d2eb680b311af15a20a8b24024a19c3a26431ff83eb8d1f70",
|
83
|
+
"sha256:bf2342ac639c4cf38799a44950bbc2dfcb685f052b9e262f446482afaf4bffca",
|
84
|
+
"sha256:c76e5786951e72ed3686e122d14c5d7012f16c8303a674d18cdcd6d89557fc5b",
|
85
|
+
"sha256:cbed61494057c0f83b83eb3a310f0bf774b09513307c434d4366ed64f4128a91",
|
86
|
+
"sha256:cfdd747216947628af7b259d274771d84db2268ca062dd5faf373639d00113a3",
|
87
|
+
"sha256:d7480af14364494365e89d6fddc510a13e5a2c3584cb19ef65415ca57252fb84",
|
88
|
+
"sha256:dbc6ae66518ab3c5847659e9988c3b60dc94ffb48ef9168656e0019a93dbf8a1",
|
89
|
+
"sha256:dc3e2db6ba09ffd7d02ae9141cfa0ae23393ee7687248d46a7507b75d610f4f5",
|
90
|
+
"sha256:dfe91cb65544a1321e631e696759491ae04a2ea11d36715eca01ce07284738be",
|
91
|
+
"sha256:e4d49b85c4348ea0b31ea63bc75a9f3857869174e2bf17e7aba02945cd218e6f",
|
92
|
+
"sha256:e4db64794ccdf6cb83a59d73405f63adbe2a1887012e308828596100a0b2f6cc",
|
93
|
+
"sha256:e553cad5179a66ba15bb18b353a19020e73a7921296a7979c4a2b7f6a5cd57f9",
|
94
|
+
"sha256:e88d5e6ad0d026fba7bdab8c3f225a69f063f116462c49892b0149e21b6c0a0e",
|
95
|
+
"sha256:ecd85a8d3e79cd7158dec1c9e5808e821feea088e2f69a974db5edf84dc53141",
|
96
|
+
"sha256:f5b92f4d70791b4a67157321c4e8225d60b119c5cc9aee8ecf153aace4aad4ef",
|
97
|
+
"sha256:f5f0c3e969c8f12dd2bb7e0b15d5c468b51e5017e01e2e867335c81903046a22",
|
98
|
+
"sha256:f7baece4ce06bade126fb84b8af1c33439a76d8a6fd818970215e0560ca28c27",
|
99
|
+
"sha256:ff25afb18123cea58a591ea0244b92eb1e61a1fd497bf6d6384f09bc3262ec3e",
|
100
|
+
"sha256:ff337c552345e95702c5fde3158acb0625111017d0e5f24bf3acdb9cc16b90d1"
|
96
101
|
],
|
97
102
|
"index": "pypi",
|
98
|
-
"markers": "python_version >= '3.
|
99
|
-
"version": "==
|
103
|
+
"markers": "python_version >= '3.8'",
|
104
|
+
"version": "==10.4.0"
|
100
105
|
}
|
101
106
|
},
|
102
107
|
"develop": {
|
@@ -24,7 +24,7 @@ import nox
|
|
24
24
|
from packaging.version import Version
|
25
25
|
|
26
26
|
|
27
|
-
@nox.session()
|
27
|
+
@nox.session(python="3.8")
|
28
28
|
def deps(session: nox.Session) -> None:
|
29
29
|
"""Update pre-commit hooks and deps."""
|
30
30
|
session.install("pre-commit", "pipenv")
|
@@ -32,7 +32,6 @@ def deps(session: nox.Session) -> None:
|
|
32
32
|
session.run("pipenv", "update", env={"PIPENV_VERBOSITY": "-1"})
|
33
33
|
|
34
34
|
|
35
|
-
@nox.session()
|
36
35
|
@nox.session(python="3.13")
|
37
36
|
def lint(session: nox.Session) -> None:
|
38
37
|
"""Run pre-commit tasks.
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|