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.
Files changed (42) hide show
  1. {fotolab-0.18.1 → fotolab-0.18.4}/.pre-commit-config.yaml +5 -5
  2. {fotolab-0.18.1 → fotolab-0.18.4}/.python-version +1 -0
  3. {fotolab-0.18.1 → fotolab-0.18.4}/CHANGELOG.md +15 -0
  4. {fotolab-0.18.1 → fotolab-0.18.4}/CONTRIBUTING.md +1 -0
  5. {fotolab-0.18.1 → fotolab-0.18.4}/PKG-INFO +1 -1
  6. fotolab-0.18.4/Pipfile.lock +984 -0
  7. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/__init__.py +1 -1
  8. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/watermark.py +34 -31
  9. {fotolab-0.18.1 → fotolab-0.18.4}/noxfile.py +6 -6
  10. fotolab-0.18.1/Pipfile.lock +0 -988
  11. {fotolab-0.18.1 → fotolab-0.18.4}/.coveragerc +0 -0
  12. {fotolab-0.18.1 → fotolab-0.18.4}/.gitignore +0 -0
  13. {fotolab-0.18.1 → fotolab-0.18.4}/LICENSE.md +0 -0
  14. {fotolab-0.18.1 → fotolab-0.18.4}/Pipfile +0 -0
  15. {fotolab-0.18.1 → fotolab-0.18.4}/README.md +0 -0
  16. {fotolab-0.18.1 → fotolab-0.18.4}/docs/Makefile +0 -0
  17. {fotolab-0.18.1 → fotolab-0.18.4}/docs/make.bat +0 -0
  18. {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/CHANGELOG.md +0 -0
  19. {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/CONTRIBUTING.md +0 -0
  20. {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/LICENSE.md +0 -0
  21. {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/README.md +0 -0
  22. {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/_static/logo.jpg +0 -0
  23. {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/conf.py +0 -0
  24. {fotolab-0.18.1 → fotolab-0.18.4}/docs/source/index.rst +0 -0
  25. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/__main__.py +0 -0
  26. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/animate.py +0 -0
  27. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/auto.py +0 -0
  28. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/border.py +0 -0
  29. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/cli.py +0 -0
  30. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/contrast.py +0 -0
  31. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/env.py +0 -0
  32. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/info.py +0 -0
  33. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/montage.py +0 -0
  34. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/resize.py +0 -0
  35. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/rotate.py +0 -0
  36. {fotolab-0.18.1 → fotolab-0.18.4}/fotolab/sharpen.py +0 -0
  37. {fotolab-0.18.1 → fotolab-0.18.4}/pyproject.toml +0 -0
  38. {fotolab-0.18.1 → fotolab-0.18.4}/tests/__init__.py +0 -0
  39. {fotolab-0.18.1 → fotolab-0.18.4}/tests/conftest.py +0 -0
  40. {fotolab-0.18.1 → fotolab-0.18.4}/tests/test_env.py +0 -0
  41. {fotolab-0.18.1 → fotolab-0.18.4}/tests/test_help_flag.py +0 -0
  42. {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: v4.6.0
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.20.2
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.8.0
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.18.0
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.11.2
110
+ rev: v1.13.0
111
111
  hooks:
112
112
  - id: mypy
113
113
  exclude: docs/
@@ -3,3 +3,4 @@
3
3
  3.10.15
4
4
  3.11.10
5
5
  3.12.7
6
+ 3.13.0
@@ -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`
@@ -56,6 +56,7 @@ nox -l
56
56
  * test-3.10 -> Run test.
57
57
  * test-3.11 -> Run test.
58
58
  * test-3.12 -> Run test.
59
+ * test-3.13 -> Run test.
59
60
  * cov -> Run test coverage.
60
61
  * doc -> Build doc with sphinx.
61
62
  * readme -> Update console help menu to readme.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fotolab
3
- Version: 0.18.1
3
+ Version: 0.18.4
4
4
  Summary: A console program that manipulate images.
5
5
  Keywords: photography,photo
6
6
  Author-email: Kian-Meng Ang <kianmeng@cpan.org>