fotolab 0.16.17__tar.gz → 0.16.18__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.16.17 → fotolab-0.16.18}/CHANGELOG.md +5 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/PKG-INFO +1 -1
- {fotolab-0.16.17 → fotolab-0.16.18}/Pipfile.lock +27 -27
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/__init__.py +1 -1
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/cli.py +1 -2
- {fotolab-0.16.17 → fotolab-0.16.18}/.coveragerc +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/.gitignore +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/.pre-commit-config.yaml +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/.python-version +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/CONTRIBUTING.md +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/LICENSE.md +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/Pipfile +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/README.md +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/docs/Makefile +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/docs/make.bat +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/docs/source/CHANGELOG.md +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/docs/source/CONTRIBUTING.md +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/docs/source/LICENSE.md +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/docs/source/README.md +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/docs/source/_static/logo.jpg +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/docs/source/conf.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/docs/source/index.rst +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/__main__.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/animate.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/auto.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/border.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/contrast.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/env.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/info.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/montage.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/resize.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/rotate.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/sharpen.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/fotolab/watermark.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/noxfile.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/pyproject.toml +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/tests/__init__.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/tests/conftest.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/tests/test_env.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/tests/test_help_flag.py +0 -0
- {fotolab-0.16.17 → fotolab-0.16.18}/tests/test_quiet_flag.py +0 -0
@@ -7,6 +7,11 @@ and this project adheres to [0-based versioning](https://0ver.org/).
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## v0.16.18 (2024-09-15)
|
11
|
+
|
12
|
+
- Bump deps
|
13
|
+
- Refactor showing stacktrace based on raw args
|
14
|
+
|
10
15
|
## v0.16.17 (2024-09-08)
|
11
16
|
|
12
17
|
- Add `posargs` to most sessions in `nox`
|
@@ -372,11 +372,11 @@
|
|
372
372
|
},
|
373
373
|
"filelock": {
|
374
374
|
"hashes": [
|
375
|
-
"sha256:
|
376
|
-
"sha256:
|
375
|
+
"sha256:81de9eb8453c769b63369f87f11131a7ab04e367f8d97ad39dc230daa07e3bec",
|
376
|
+
"sha256:f6ed4c963184f4c84dd5557ce8fece759a3724b37b80c6c4f20a2f63a4dc6609"
|
377
377
|
],
|
378
378
|
"markers": "python_version >= '3.8'",
|
379
|
-
"version": "==3.
|
379
|
+
"version": "==3.16.0"
|
380
380
|
},
|
381
381
|
"flake8": {
|
382
382
|
"hashes": [
|
@@ -460,12 +460,12 @@
|
|
460
460
|
},
|
461
461
|
"importlib-metadata": {
|
462
462
|
"hashes": [
|
463
|
-
"sha256:
|
464
|
-
"sha256:
|
463
|
+
"sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b",
|
464
|
+
"sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7"
|
465
465
|
],
|
466
466
|
"index": "pypi",
|
467
467
|
"markers": "python_version >= '3.8'",
|
468
|
-
"version": "==8.
|
468
|
+
"version": "==8.5.0"
|
469
469
|
},
|
470
470
|
"iniconfig": {
|
471
471
|
"hashes": [
|
@@ -567,11 +567,11 @@
|
|
567
567
|
},
|
568
568
|
"mdit-py-plugins": {
|
569
569
|
"hashes": [
|
570
|
-
"sha256:
|
571
|
-
"sha256:
|
570
|
+
"sha256:0c673c3f889399a33b95e88d2f0d111b4447bdfea7f237dab2d488f459835636",
|
571
|
+
"sha256:5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5"
|
572
572
|
],
|
573
573
|
"markers": "python_version >= '3.8'",
|
574
|
-
"version": "==0.4.
|
574
|
+
"version": "==0.4.2"
|
575
575
|
},
|
576
576
|
"mdurl": {
|
577
577
|
"hashes": [
|
@@ -704,11 +704,11 @@
|
|
704
704
|
},
|
705
705
|
"platformdirs": {
|
706
706
|
"hashes": [
|
707
|
-
"sha256:
|
708
|
-
"sha256:
|
707
|
+
"sha256:9e5e27a08aa095dd127b9f2e764d74254f482fef22b0970773bfba79d091ab8c",
|
708
|
+
"sha256:eb1c8582560b34ed4ba105009a4badf7f6f85768b30126f351328507b2beb617"
|
709
709
|
],
|
710
710
|
"markers": "python_version >= '3.8'",
|
711
|
-
"version": "==4.
|
711
|
+
"version": "==4.3.2"
|
712
712
|
},
|
713
713
|
"pluggy": {
|
714
714
|
"hashes": [
|
@@ -761,12 +761,12 @@
|
|
761
761
|
},
|
762
762
|
"pytest": {
|
763
763
|
"hashes": [
|
764
|
-
"sha256:
|
765
|
-
"sha256:
|
764
|
+
"sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181",
|
765
|
+
"sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"
|
766
766
|
],
|
767
767
|
"index": "pypi",
|
768
768
|
"markers": "python_version >= '3.8'",
|
769
|
-
"version": "==8.3.
|
769
|
+
"version": "==8.3.3"
|
770
770
|
},
|
771
771
|
"pytest-cov": {
|
772
772
|
"hashes": [
|
@@ -887,12 +887,12 @@
|
|
887
887
|
},
|
888
888
|
"sphinx-autodoc-typehints": {
|
889
889
|
"hashes": [
|
890
|
-
"sha256:
|
891
|
-
"sha256:
|
890
|
+
"sha256:af37abb816ebd2cf56c7a8174fd2f34d0f2f84fbf58265f89429ae107212fe6f",
|
891
|
+
"sha256:cfe410920cecf08ade046bb387b0007edb83e992de59686c62d194c762f1e45c"
|
892
892
|
],
|
893
893
|
"index": "pypi",
|
894
894
|
"markers": "python_version >= '3.10'",
|
895
|
-
"version": "==2.4.
|
895
|
+
"version": "==2.4.1"
|
896
896
|
},
|
897
897
|
"sphinx-copybutton": {
|
898
898
|
"hashes": [
|
@@ -962,27 +962,27 @@
|
|
962
962
|
},
|
963
963
|
"urllib3": {
|
964
964
|
"hashes": [
|
965
|
-
"sha256:
|
966
|
-
"sha256:
|
965
|
+
"sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac",
|
966
|
+
"sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"
|
967
967
|
],
|
968
968
|
"markers": "python_version >= '3.8'",
|
969
|
-
"version": "==2.2.
|
969
|
+
"version": "==2.2.3"
|
970
970
|
},
|
971
971
|
"virtualenv": {
|
972
972
|
"hashes": [
|
973
|
-
"sha256:
|
974
|
-
"sha256:
|
973
|
+
"sha256:48f2695d9809277003f30776d155615ffc11328e6a0a8c1f0ec80188d7874a55",
|
974
|
+
"sha256:c17f4e0f3e6036e9f26700446f85c76ab11df65ff6d8a9cbfad9f71aabfcf23c"
|
975
975
|
],
|
976
976
|
"markers": "python_version >= '3.7'",
|
977
|
-
"version": "==20.26.
|
977
|
+
"version": "==20.26.4"
|
978
978
|
},
|
979
979
|
"zipp": {
|
980
980
|
"hashes": [
|
981
|
-
"sha256:
|
982
|
-
"sha256:
|
981
|
+
"sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350",
|
982
|
+
"sha256:bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29"
|
983
983
|
],
|
984
984
|
"markers": "python_version >= '3.8'",
|
985
|
-
"version": "==3.20.
|
985
|
+
"version": "==3.20.2"
|
986
986
|
}
|
987
987
|
}
|
988
988
|
}
|
@@ -154,7 +154,6 @@ def build_parser() -> argparse.ArgumentParser:
|
|
154
154
|
def main(args: Optional[Sequence[str]] = None) -> None:
|
155
155
|
"""Run the main program flow."""
|
156
156
|
args = args or sys.argv[1:]
|
157
|
-
parsed_args = argparse.Namespace(debug=True)
|
158
157
|
log.debug(args)
|
159
158
|
|
160
159
|
try:
|
@@ -175,7 +174,7 @@ def main(args: Optional[Sequence[str]] = None) -> None:
|
|
175
174
|
log.error(
|
176
175
|
"error: %s",
|
177
176
|
getattr(error, "message", str(error)),
|
178
|
-
exc_info=
|
177
|
+
exc_info=("-d" in args or "--debug" in args),
|
179
178
|
)
|
180
179
|
|
181
180
|
raise SystemExit(1) from None
|
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
|
File without changes
|