fotolab 0.18.1__tar.gz → 0.18.4__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.18.1 → fotolab-0.18.4}/.pre-commit-config.yaml +5 -5
- {fotolab-0.18.1 → fotolab-0.18.4}/.python-version +1 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/CHANGELOG.md +15 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/CONTRIBUTING.md +1 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/PKG-INFO +1 -1
- fotolab-0.18.4/Pipfile.lock +984 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/__init__.py +1 -1
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/watermark.py +34 -31
- {fotolab-0.18.1 → fotolab-0.18.4}/noxfile.py +6 -6
- fotolab-0.18.1/Pipfile.lock +0 -988
- {fotolab-0.18.1 → fotolab-0.18.4}/.coveragerc +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/.gitignore +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/LICENSE.md +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/Pipfile +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/README.md +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/docs/Makefile +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/docs/make.bat +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/CHANGELOG.md +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/CONTRIBUTING.md +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/LICENSE.md +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/README.md +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/_static/logo.jpg +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/conf.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/index.rst +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/__main__.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/animate.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/auto.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/border.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/cli.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/contrast.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/env.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/info.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/montage.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/resize.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/rotate.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/sharpen.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/pyproject.toml +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/tests/__init__.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/tests/conftest.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/tests/test_env.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/tests/test_help_flag.py +0 -0
- {fotolab-0.18.1 → fotolab-0.18.4}/tests/test_quiet_flag.py +0 -0
@@ -2,7 +2,7 @@
|
|
2
2
|
# See https://pre-commit.com/hooks.html for more hooks
|
3
3
|
repos:
|
4
4
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
5
|
-
rev:
|
5
|
+
rev: v5.0.0
|
6
6
|
hooks:
|
7
7
|
- id: check-case-conflict
|
8
8
|
- id: check-merge-conflict
|
@@ -15,7 +15,7 @@ repos:
|
|
15
15
|
- id: trailing-whitespace
|
16
16
|
|
17
17
|
- repo: https://github.com/abravalheri/validate-pyproject
|
18
|
-
rev: v0.
|
18
|
+
rev: v0.22
|
19
19
|
hooks:
|
20
20
|
- id: validate-pyproject
|
21
21
|
name: validate-pyproject
|
@@ -45,7 +45,7 @@ repos:
|
|
45
45
|
- --py=312
|
46
46
|
|
47
47
|
- repo: https://github.com/psf/black
|
48
|
-
rev: 24.
|
48
|
+
rev: 24.10.0
|
49
49
|
hooks:
|
50
50
|
- id: black
|
51
51
|
language_version: python3.12
|
@@ -58,7 +58,7 @@ repos:
|
|
58
58
|
- --target-version=py312
|
59
59
|
|
60
60
|
- repo: https://github.com/asottile/blacken-docs
|
61
|
-
rev: 1.
|
61
|
+
rev: 1.19.1
|
62
62
|
hooks:
|
63
63
|
- id: blacken-docs
|
64
64
|
additional_dependencies:
|
@@ -107,7 +107,7 @@ repos:
|
|
107
107
|
- --disable=R0801,W0212
|
108
108
|
|
109
109
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
110
|
-
rev: v1.
|
110
|
+
rev: v1.13.0
|
111
111
|
hooks:
|
112
112
|
- id: mypy
|
113
113
|
exclude: docs/
|
@@ -7,6 +7,21 @@ and this project adheres to [0-based versioning](https://0ver.org/).
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## v0.18.4 (2024-10-27)
|
11
|
+
|
12
|
+
- Bump deps and `pre-commit` hooks
|
13
|
+
- Switch Python version to 3.13.0 to all `nox` tasks
|
14
|
+
|
15
|
+
## v0.18.3 (2024-10-20)
|
16
|
+
|
17
|
+
- Bump deps and `pre-commit` hooks
|
18
|
+
- Support Python 3.13.0 in `pyenv` and `nox`
|
19
|
+
|
20
|
+
## v0.18.2 (2024-10-13)
|
21
|
+
|
22
|
+
- Bump deps and `pre-commit` hooks
|
23
|
+
- Refactor watermark an image
|
24
|
+
|
10
25
|
## v0.18.1 (2024-10-06)
|
11
26
|
|
12
27
|
- Bump deps and Python version in `pyenv`
|